From 75a83f6e962ddd3a3ee12f4c9c99448e25c38409 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 07:24:35 +0000 Subject: [PATCH] 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 f867da1..953bf02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function LandingPage() { { id: "2", name: "Date & Almond Spread", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cup-coffee_114579-60412.jpg" }, { id: "3", name: "Date & Walnut Delight", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-nuts-with-dried-fruits-wood-box-served-with-tea-armudu-glass-tablecloth_141793-7313.jpg" }, { id: "4", name: "Cinnamon Spiced Jam", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-figs-jam-with-fresh-figs-inside-orange-plate-white-surface_140725-64158.jpg" }, - { id: "5", name: "Small Family Bundle", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147788568.jpg" }, + { id: "5", name: "Small Family Bundle", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147788568.jpg?_wi=1" }, { id: "6", name: "Premium Gift Box", price: "$60.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dried-fruits-raisins-apricots-dried-dates-mini-tart-tins-served-with-tea-black-wooden-background_141793-9015.jpg" } ]} title="Our Signature Collection" @@ -183,7 +183,7 @@ export default function LandingPage() { ]} buttonText="Subscribe" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147788568.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147788568.jpg?_wi=2" /> -- 2.49.1