export { default as Hero } from "./Hero.astro"; export { default as Features } from "./Features.astro"; export { default as Testimonials } from "./Testimonials.astro"; export { default as Pricing } from "./Pricing.astro"; export { default as FAQ } from "./FAQ.astro";