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.", }, ]}