import Navbar from "@/components/Navbar"; import HeroSection from "@/components/HeroSection"; import VideoSection from "@/components/VideoSection"; import HighlightsSection from "@/components/HighlightsSection"; import Testimonials from "@/components/Testimonials"; import FeaturesSection from "@/components/FeaturesSection"; import FAQ from "@/components/FAQ"; import ContactSection from "@/components/ContactSection"; import Footer from "@/components/Footer"; import ComparisonSection from "@/components/ComparisonSection"; export default function Home() { return (
{/* */}
); }