From 6ae93eeabad21f306cfcea3b3506c156f1ebc381 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 22:18:41 +0000 Subject: [PATCH] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 811d637..f311335 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -51,13 +51,13 @@ export default function CartPage() { const recommendedProductsProps = { title: "You Might Also Like", description: "Explore more of our sun protection essentials to complete your order.", products: Array.from([ { - id: "product-pack-50", name: "Sunscreen Swipes 50 Pack", price: "$10.99 - $19.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg", imageAlt: "Sunscreen Swipes box and a single wipe being used" + id: "product-pack-50", name: "Sunscreen Swipes 50 Pack", price: "$10.99 - $19.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg?_wi=1", imageAlt: "Sunscreen Swipes box and a single wipe being used" }, { - id: "product-pack-25", name: "Sunscreen Swipes 25 Pack", price: "$7.99 - $15.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg", imageAlt: "Sunscreen Swipes box and a single wipe being used" + id: "product-pack-25", name: "Sunscreen Swipes 25 Pack", price: "$7.99 - $15.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg?_wi=2", imageAlt: "Sunscreen Swipes box and a single wipe being used" }, { - id: "product-travel-kit", name: "Travel Swipes Kit", price: "$12.99", variant: "Mixed SPF", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg", imageAlt: "Sunscreen Swipes box and a single wipe being used" + id: "product-travel-kit", name: "Travel Swipes Kit", price: "$12.99", variant: "Mixed SPF", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg?_wi=3", imageAlt: "Sunscreen Swipes box and a single wipe being used" } ]), gridVariant: "three-columns-all-equal-width", animationType: "slide-up", textboxLayout: "default", useInvertedBackground: false, -- 2.49.1