import Navbar from "@/components/Navbar"; import HeroSection from "@/components/HeroSection"; import AboutSection from "@/components/AboutSection"; import ServicesSection from "@/components/ServicesSection"; import StatsSection from "@/components/StatsSection"; import FeaturesGrid from "@/components/FeaturesGrid"; import Footer from "@/components/Footer"; const Index = () => { return (