From 516e6d20912fa7031be5539ebd30e6afb7207c99 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 03:45:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2f58b8..0653b01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,27 +65,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/high-view-lavender-flowers-with-morning-coffee_23-2148337127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-view-lavender-flowers-with-morning-coffee_23-2148337127.jpg?_wi=1", imageAlt: "Cafe interior", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-chocolate-cream-cup-milk_114579-4260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-chocolate-cream-cup-milk_114579-4260.jpg?_wi=1", imageAlt: "Pastry and coffee", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/shop-portrait-beautiful-beauty-people_1150-1574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shop-portrait-beautiful-beauty-people_1150-1574.jpg?_wi=1", imageAlt: "Cafe interior", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-italian-coffee-machine_23-2148349617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-italian-coffee-machine_23-2148349617.jpg?_wi=1", imageAlt: "Barista detail", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/village-landscape_1182-836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/village-landscape_1182-836.jpg?_wi=1", imageAlt: "Cafe front", }, { @@ -184,7 +184,7 @@ export default function LandingPage() { quote: "The best matcha latte in the city, period. Such a serene atmosphere.", tag: "Coffee", avatarSrc: "http://img.b2bpic.net/free-photo/boy-having-beer-restaurant_23-2148172694.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-view-lavender-flowers-with-morning-coffee_23-2148337127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-view-lavender-flowers-with-morning-coffee_23-2148337127.jpg?_wi=2", imageAlt: "elegant cafe interior interior shot", }, { @@ -195,7 +195,7 @@ export default function LandingPage() { quote: "Fronds transformed my morning commute. The quality of their single-origin roasts is unmatched.", tag: "Beans", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-man-restaurant_23-2148395353.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-chocolate-cream-cup-milk_114579-4260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-chocolate-cream-cup-milk_114579-4260.jpg?_wi=2", imageAlt: "fresh croissant and coffee set", }, { @@ -206,7 +206,7 @@ export default function LandingPage() { quote: "I spend hours here working. The greenery makes for the perfect creative backdrop.", tag: "Ambience", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/shop-portrait-beautiful-beauty-people_1150-1574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shop-portrait-beautiful-beauty-people_1150-1574.jpg?_wi=2", imageAlt: "minimalist coffee shop interior design", }, { @@ -217,7 +217,7 @@ export default function LandingPage() { quote: "Reliable, delicious, and always kind staff. My daily stop before the office.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14720.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-italian-coffee-machine_23-2148349617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-italian-coffee-machine_23-2148349617.jpg?_wi=2", imageAlt: "barista making specialty coffee", }, { @@ -228,7 +228,7 @@ export default function LandingPage() { quote: "The pastry selection is incredible. Everything feels so fresh and well-made.", tag: "Food", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-cup_23-2148756344.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/village-landscape_1182-836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/village-landscape_1182-836.jpg?_wi=2", imageAlt: "aesthetic cafe outdoor seating area", }, ]} -- 2.49.1