// Section components export { HeroSection, HeroSectionServer, HeroSectionClient, } from "./HeroSection"; export { FeaturesSection } from "./FeaturesSection"; export { CTASection } from "./CTASection"; export { ProblemSection } from "./ProblemSection"; export { TestimonialSection } from "./TestimonialSection"; export { PricingSection } from "./PricingSection"; export { FAQSection } from "./FAQSection"; // Placeholder export to prevent build errors export const SECTIONS_COMPONENTS_VERSION = "0.1.0";