From 3075c3646ff56344d8217e807102212f16e97c65 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 12:03:30 +0000 Subject: [PATCH 1/3] 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 6a89082..9d03ad0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; @@ -132,7 +132,7 @@ export default function LandingPage() { id: "testimonial-3", name: "Sophia Reynolds", role: "Marketing Director", company: "GrowthLab", rating: 4, imageSrc: "https://img.b2bpic.net/free-photo/two-office-workers-with-tablet-office-late-night-young-businessmen-talking-while-viewing-presentation-digital-touchscreen-tablet_549566-692.jpg", imageAlt: "Sophia Reynolds, Marketing Director at GrowthLab" } - ] + ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" title="What Our Clients Say" -- 2.49.1 From 4c981134c12ba227c721dba4d7109f8c461acc44 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 12:03:31 +0000 Subject: [PATCH 2/3] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 96 +++++++++++++++++++------------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index d61f1ea..2d046af 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -89,14 +89,14 @@ function ProductPageContent({ params }: ProductPageProps) { >

Loading product...

@@ -162,50 +162,50 @@ function ProductPageContent({ params }: ProductPageProps) { >
- 0 ? variants : undefined} - quantity={quantityVariant} - ribbon={meta.ribbon} - inventoryStatus={meta.inventoryStatus} - inventoryQuantity={meta.inventoryQuantity} - sku={meta.sku} - buttons={[ - { text: "Add To Cart", onClick: handleAddToCart }, - { text: "Buy Now", onClick: handleBuyNow }, - ]} - /> + 0 ? variants : undefined} + quantity={quantityVariant} + ribbon={meta.ribbon} + inventoryStatus={meta.inventoryStatus} + inventoryQuantity={meta.inventoryQuantity} + sku={meta.sku} + buttons={[ + { text: "Add To Cart", onClick: handleAddToCart }, + { text: "Buy Now", onClick: handleBuyNow }, + ]} + />
- setCartOpen(false)} - items={cartItems} - onQuantityChange={updateQuantity} - onRemove={removeItem} - total={`$${cartTotal}`} - buttons={[ - { - text: isCheckoutLoading ? "Processing..." : "Check Out", onClick: handleCheckout, - }, - ]} - /> + setCartOpen(false)} + items={cartItems} + onQuantityChange={updateQuantity} + onRemove={removeItem} + total={`$${cartTotal}`} + buttons={[ + { + text: isCheckoutLoading ? "Processing..." : "Check Out", onClick: handleCheckout, + }, + ]} + />
-- 2.49.1 From 43459d66b8bdb23d47d4a87b42259774ba925437 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 12:03:31 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 50 +++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 84eb687..f19613f 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -32,14 +32,14 @@ function ShopPageContent() { >

Loading products...

@@ -64,25 +64,25 @@ function ShopPageContent() { >
- +
-- 2.49.1