From 96fdafeb23455d42a0e9d0a144941605443669af Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 16:29:12 +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 0e95ed3..05c2698 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { }, ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/two-cups-hot-tea-vintage-table-old-terrace-steam-rises-mugs-hot-drink-idea-afternoon-tea-banner-old-city-background-clear-sunny-day-vertical-frame-selective-focus_166373-2634.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-cups-hot-tea-vintage-table-old-terrace-steam-rises-mugs-hot-drink-idea-afternoon-tea-banner-old-city-background-clear-sunny-day-vertical-frame-selective-focus_166373-2634.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -122,28 +122,28 @@ export default function LandingPage() { name: "Signature Espresso", price: "$3.50", variant: "Hot", - imageSrc: "http://img.b2bpic.net/free-vector/restaurant-menu-template-with-coffee_23-2148655055.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/restaurant-menu-template-with-coffee_23-2148655055.jpg?_wi=1", }, { id: "p2", name: "Iced Vanilla Latte", price: "$4.75", variant: "Cold", - imageSrc: "http://img.b2bpic.net/free-vector/restaurant-menu-template-with-coffee_23-2148655055.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/restaurant-menu-template-with-coffee_23-2148655055.jpg?_wi=2", }, { id: "p3", name: "Cold Brew Tea", price: "$4.00", variant: "Refreshing", - imageSrc: "http://img.b2bpic.net/free-vector/restaurant-menu-template-with-coffee_23-2148655055.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/restaurant-menu-template-with-coffee_23-2148655055.jpg?_wi=3", }, { id: "p4", name: "House Pastry", price: "$3.00", variant: "Sweet", - imageSrc: "http://img.b2bpic.net/free-vector/restaurant-menu-template-with-coffee_23-2148655055.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/restaurant-menu-template-with-coffee_23-2148655055.jpg?_wi=4", }, ]} title="Our Crafted Menu" @@ -156,7 +156,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Place You’ll Always Come Back To" description="BLENDZ was created to be more than just a coffee spot. It’s a space where people feel comfortable, welcomed, and taken care of. Every drink, every interaction, and every detail is designed to make your experience feel effortless and enjoyable." - imageSrc="http://img.b2bpic.net/free-photo/two-cups-hot-tea-vintage-table-old-terrace-steam-rises-mugs-hot-drink-idea-afternoon-tea-banner-old-city-background-clear-sunny-day-vertical-frame-selective-focus_166373-2634.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-cups-hot-tea-vintage-table-old-terrace-steam-rises-mugs-hot-drink-idea-afternoon-tea-banner-old-city-background-clear-sunny-day-vertical-frame-selective-focus_166373-2634.jpg?_wi=2" /> @@ -171,7 +171,7 @@ export default function LandingPage() { name: "Sarah J.", handle: "@sarahj", testimonial: "I loved the experience. Everything was perfect.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-cup-coffee-while-using-smart-phone-cafe_637285-8102.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-cup-coffee-while-using-smart-phone-cafe_637285-8102.jpg?_wi=1", }, { id: "t2", @@ -199,7 +199,7 @@ export default function LandingPage() { name: "Alex M.", handle: "@alexm", testimonial: "The atmosphere here is unmatched. My favorite place to study.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-cup-coffee-while-using-smart-phone-cafe_637285-8102.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-cup-coffee-while-using-smart-phone-cafe_637285-8102.jpg?_wi=2", }, ]} title="What They Say" -- 2.49.1