diff --git a/src/app/page.tsx b/src/app/page.tsx index 232d5b3..355efcc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; export default function LandingPage() { return ( @@ -29,21 +30,13 @@ export default function LandingPage() { @@ -52,116 +45,85 @@ export default function LandingPage() {
+
+ +
+
@@ -282,16 +191,13 @@ export default function LandingPage() { @@ -300,24 +206,15 @@ export default function LandingPage() {