import Section from "../components/Section"; import { Footer } from "../components/Footer"; import { HeroSection } from "@/components/Hero"; import { About } from "@/components/About"; import { Services } from "@/components/Services"; import { ContactSection } from "@/components/ContactSection"; import { Navbar } from "../components/Navbar"; export default function Home() { return (
); }