From 304cf53633d65c6d33e2af8460b56fe27f044081 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 22:55:50 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0ddbe6..a3d234e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import AboutMetric from '@/components/sections/about/AboutMetric'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; @@ -81,13 +81,17 @@ export default function LandingPage() {
- From 3e186c97e0f3d2d2d5faa9fa14e12412bd6b6ae0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 22:55:50 +0000 Subject: [PATCH 2/3] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index dd7b7d9..faa4522 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -92,7 +92,7 @@ function ProductPageContent({ params }: ProductPageProps) {