From 92d4664913438e4ec82bcc7412d0b8062f2a8c7e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 14:12:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 184032b..d161e31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg" + imageSrc="http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg?_wi=1" imageAlt="cozy cafe interior minimal" /> @@ -79,7 +79,7 @@ export default function LandingPage() { description="At Enso, we believe coffee is more than a caffeine boost; it is a ritual. We source only organic, fair-trade beans and focus on sustainable brewing methods that honor the earth." subdescription="Whether you're starting your morning or seeking a midday pause, we invite you to find your balance here." icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -96,14 +96,14 @@ export default function LandingPage() { name: "Buttery Croissant", price: "$4.50", variant: "Pastry", - imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-woman-white-fur-coat-girl-counter_1157-47300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-woman-white-fur-coat-girl-counter_1157-47300.jpg?_wi=1", }, { id: "p2", name: "Signature Latte", price: "$5.50", variant: "Coffee", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg?_wi=1", }, { id: "p3", @@ -157,7 +157,7 @@ export default function LandingPage() { title: "Slow Roast", subtitle: "Artisan", description: "Small-batch roasting for flavor.", - imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg?_wi=2", imageAlt: "Breakfast composition", }, { @@ -165,7 +165,7 @@ export default function LandingPage() { title: "Zen Interior", subtitle: "Relaxing", description: "Designed for quiet work and rest.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=2", imageAlt: "Breakfast composition", }, { @@ -173,7 +173,7 @@ export default function LandingPage() { title: "Local Hub", subtitle: "Connected", description: "A space for neighbors to gather.", - imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-woman-white-fur-coat-girl-counter_1157-47300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-woman-white-fur-coat-girl-counter_1157-47300.jpg?_wi=2", imageAlt: "Breakfast composition", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { title: "Expert Brew", subtitle: "Barista-led", description: "Professional mastery in every cup.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg?_wi=2", imageAlt: "Breakfast composition", }, ]} -- 2.49.1