From 9d0f0435256d8d23ab7f223b7894d6e243868f35 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 23:16:16 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7c8790..6a44250 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -61,7 +61,7 @@ export default function LandingPage() {
- Date: Sat, 21 Feb 2026 23:16:16 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 6393534..31b7fc2 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -9,7 +9,7 @@ import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog import { useProductCatalog } from "@/hooks/useProductCatalog"; function ShopPageContent() { - const { + const { products, isLoading, search,