diff --git a/src/app/page.tsx b/src/app/page.tsx index 52e7fbe..8dce917 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,7 @@ import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGaller import SplitAbout from "@/components/sections/about/SplitAbout"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import Link from "next/link"; import { Leaf, Sprout, ChefHat, Sparkles } from "lucide-react"; @@ -19,12 +20,6 @@ export default function HomePage() { { name: "Contact", id: "/contact" }, ]; - const handleNavClick = (id: string) => { - if (id.startsWith("/")) { - window.location.href = id; - } - }; - return ( -