From 862656a9ff3a41ac6239f1a4b2102ffc9f8a879b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 06:44:44 +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 4f681bb..512df56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,7 +107,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/aroma-raises-cup-coffee_8353-1475.jpg" + imageSrc="http://img.b2bpic.net/free-photo/aroma-raises-cup-coffee_8353-1475.jpg?_wi=1" imageAlt="Cinematic coffee brew" avatars={[ { @@ -139,7 +139,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Artisan Philosophy" description="At Espresso Lab, we bridge the gap between farm and cup. Our beans are ethically sourced from the world's most pristine highlands, roasted in small batches to preserve their unique, complex profiles. Artisan brewing is more than just a technique for us—it's a commitment to your craft experience." - imageSrc="http://img.b2bpic.net/free-photo/closeup-agriculturist-hands-holding-fresh-arabica-coffee-berries-coffee-plantation-farmer-picking-coffee-bean-coffee-process-agriculture_1150-61471.jpg" + imageSrc="http://img.b2bpic.net/free-photo/closeup-agriculturist-hands-holding-fresh-arabica-coffee-berries-coffee-plantation-farmer-picking-coffee-bean-coffee-process-agriculture_1150-61471.jpg?_wi=1" imageAlt="Artisan coffee beans" /> @@ -156,7 +156,7 @@ export default function LandingPage() { name: "Signature Espresso", price: "$4.50", variant: "Espresso Base", - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-coffee-cup_23-2151083729.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-3d-coffee-cup_23-2151083729.jpg?_wi=1", }, { id: "p2", @@ -214,7 +214,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-7770.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/aroma-raises-cup-coffee_8353-1475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aroma-raises-cup-coffee_8353-1475.jpg?_wi=2", imageAlt: "signature flat white", }, { @@ -226,7 +226,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-person-pouring-milk-glass-ice-tea-table-lights_181624-19386.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-agriculturist-hands-holding-fresh-arabica-coffee-berries-coffee-plantation-farmer-picking-coffee-bean-coffee-process-agriculture_1150-61471.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-agriculturist-hands-holding-fresh-arabica-coffee-berries-coffee-plantation-farmer-picking-coffee-bean-coffee-process-agriculture_1150-61471.jpg?_wi=2", imageAlt: "signature flat white", }, { @@ -238,7 +238,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/tartlets-with-pistachios-strawberry-cream-chocolate-tea-side-view_141793-4157.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-coffee-cup_23-2151083729.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-3d-coffee-cup_23-2151083729.jpg?_wi=2", imageAlt: "signature flat white", }, ]} -- 2.49.1