From 51189a49d4c226a08a876759356b8801c0d7fd19 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 14:12:05 +0000 Subject: [PATCH 1/2] Update src/app/checkout/page.tsx --- src/app/checkout/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx index 1dc926a..0855d69 100644 --- a/src/app/checkout/page.tsx +++ b/src/app/checkout/page.tsx @@ -35,6 +35,7 @@ export default function CheckoutPage() { { name: "paymentInfo", type: "text", placeholder: "Card Details", required: true } ]} buttonText="Complete Purchase" + useInvertedBackground={false} /> -- 2.49.1 From 3a6009f5198bcabbe0beafc43d3809c8997ca68a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 14:12:05 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 23fa0bf..105b57e 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -38,6 +38,7 @@ export default function ShopPage() { gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} products={[ { id: "p1", brand: "Joli", name: "Essential Cotton Tee", price: "$35", rating: 5, reviewCount: "(120)", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-casual-clothes_23-2148782354.jpg" }, { id: "p2", brand: "Joli", name: "Relaxed Fit Hoodie", price: "$65", rating: 4, reviewCount: "(85)", imageSrc: "http://img.b2bpic.net/free-photo/hoodie-mockup_23-2148782354.jpg" }, @@ -58,4 +59,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file -- 2.49.1