--- // Import the necessary components import MainLayout from "../layouts/MainLayout.astro"; import HeroSection from "../components/HeroSection.astro"; import HeroSectionAlt from "../components/HeroSectionAlt.astro"; import ClientsSection from "../components/ClientsSection.astro"; import FeaturesGeneral from "../components/FeaturesGeneral.astro"; import FeaturesNavs from "../components/FeaturesNavs.astro"; import TestimonialsSection from "../components/TestimonialsSection.astro"; import PricingSection from "../components/PricingSection.astro"; import FAQ from "../components/FAQ.astro"; ---