From 33b38eefc5ab39d2f6d49907c26c04ab9cf9dba1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 18:37:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1b5eb6..c126bab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; @@ -88,17 +88,18 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file