From 308df86e41132723fddfea8c9a4ef2d80e942981 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 20:50:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d912d87..0191c32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/plate-biscuits-book_114579-6931.jpg" + imageSrc="http://img.b2bpic.net/free-photo/plate-biscuits-book_114579-6931.jpg?_wi=1" /> @@ -103,7 +103,7 @@ export default function LandingPage() { id: "p1", name: "Classic Choco Chunk", price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-chip-cookies-with-cereals-nuts-cocoa-wooden_141793-6341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-chip-cookies-with-cereals-nuts-cocoa-wooden_141793-6341.jpg?_wi=1", }, { id: "p2", @@ -160,7 +160,7 @@ export default function LandingPage() { description: "Baked every morning at 4 AM.", bentoComponent: "reveal-icon", icon: Clock, - imageSrc: "http://img.b2bpic.net/free-photo/plate-biscuits-book_114579-6931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plate-biscuits-book_114579-6931.jpg?_wi=2", imageAlt: "Cookies on a platter next to a cup of tea on a burlap, on the marble.", }, { @@ -168,7 +168,7 @@ export default function LandingPage() { description: "Real food, real ingredients, real joy.", bentoComponent: "reveal-icon", icon: ShieldCheck, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-chip-cookies-with-cereals-nuts-cocoa-wooden_141793-6341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-chip-cookies-with-cereals-nuts-cocoa-wooden_141793-6341.jpg?_wi=2", imageAlt: "Cookies on a platter next to a cup of tea on a burlap, on the marble.", }, ]} -- 2.49.1