diff --git a/src/app/page.tsx b/src/app/page.tsx index e448e9f..c40ab26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog"; import { CheckCircle, Eye, Filter, Phone, Search, Star, MapPin } from "lucide-react"; export default function LandingPage() { @@ -63,6 +64,17 @@ export default function LandingPage() { /> +