From f9f3b331ed4194f3ba24fee446c07b3c98158b92 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 08:18:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 140 +++++++++++------------------------------------ 1 file changed, 33 insertions(+), 107 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5eccd99..9a3cfe8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; export default function LandingPage() { @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,19 +46,14 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file -- 2.49.1