--- import MainLayout from "../layouts/MainLayout.astro"; import Navbar from "../components/Navbar.astro"; import HeroSection from "../components/HeroSection.astro"; import ClientsSection from "../components/ClientsSection.astro"; import FeaturesGeneral from "../components/FeaturesGeneral.astro"; import FeaturesNavs from "../components/FeaturesNavs.astro"; import Testimonials from "../components/Testimonials.astro"; import Pricing from "../components/Pricing.astro"; import FAQ from "../components/FAQ.astro"; ---