diff --git a/src/app/page.tsx b/src/app/page.tsx index ce9983c..170fca0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; import { Award, Palette, Timer, Zap } from "lucide-react"; export default function LandingPage() { @@ -31,9 +32,9 @@ export default function LandingPage() { +
+ +
+
-
- -
-
); -} +} \ No newline at end of file