From d72c6523210dd5e20deb5884116546a09cf74b65 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 06:59:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 311e1b4..d67b2d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg?_wi=1" imageAlt="Artisanal coffee experience" mediaAnimation="blur-reveal" avatars={[ @@ -126,7 +126,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Passionate About Every Sip" description="We source our beans from sustainable farms and roast them in small batches to ensure maximum flavor. Every cup is a testament to our dedication to coffee excellence." - imageSrc="http://img.b2bpic.net/free-photo/barista-pouring-milk-into-coffee-coffee-shop_1303-19413.jpg" + imageSrc="http://img.b2bpic.net/free-photo/barista-pouring-milk-into-coffee-coffee-shop_1303-19413.jpg?_wi=1" imageAlt="Barista hand-crafting a beverage" /> @@ -146,7 +146,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-brown-coffee-beans-sack-rustic-table_141793-6965.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg?_wi=2", imageAlt: "organic coffee beans roasted", }, { @@ -158,7 +158,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-pouring-milk-glass_23-2149870651.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-milk-into-coffee-coffee-shop_1303-19413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-milk-into-coffee-coffee-shop_1303-19413.jpg?_wi=2", imageAlt: "organic coffee beans roasted", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/cup-latte-coffee-with-frothy-foam-wooden-background_23-2148209223.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-latte-coffee-with-frothy-foam-wooden-background_23-2148209223.jpg?_wi=1", imageAlt: "organic coffee beans roasted", }, ]} @@ -192,7 +192,7 @@ export default function LandingPage() { name: "Signature Espresso", price: "$3.50", variant: "Rich & Intense", - imageSrc: "http://img.b2bpic.net/free-photo/cup-latte-coffee-with-frothy-foam-wooden-background_23-2148209223.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-latte-coffee-with-frothy-foam-wooden-background_23-2148209223.jpg?_wi=2", }, { id: "p2", -- 2.49.1