From c6db22a6ff776546475335c3a732d75415631101 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 12:49:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 181 ++++++----------------------------------------- 1 file changed, 21 insertions(+), 160 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2521863..06ed7f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import ProductDetailCard from '@/components/ecommerce/productDetail/ProductDetailCard'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; @@ -31,22 +31,10 @@ export default function LandingPage() {