From 3dedc509642fe1e07ce289c93e9e79142504b3ba Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:42:32 +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 e6c7afc..62cc1df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,16 +57,16 @@ export default function CafeArtisanPage() { imageSrc: "http://img.b2bpic.net/free-photo/two-leather-yellow-armchairs-coffee-table-restaurant_140725-8902.jpg", imageAlt: "Cozy café interior with warm lighting" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-pouring-coffee-into-cup_23-2148420316.jpg", imageAlt: "Professional barista preparing specialty coffee" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-pouring-coffee-into-cup_23-2148420316.jpg?_wi=1", imageAlt: "Professional barista preparing specialty coffee" }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312219.jpg", imageAlt: "Beautiful specialty coffee drinks" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312219.jpg?_wi=1", imageAlt: "Beautiful specialty coffee drinks" }, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg", imageAlt: "Fresh baked pastries and croissants" + imageSrc: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg?_wi=1", imageAlt: "Fresh baked pastries and croissants" }, { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-furniture-with-cup-coffee_1203-1682.jpg", imageAlt: "Comfortable café seating area" + imageSrc: "http://img.b2bpic.net/free-photo/wooden-furniture-with-cup-coffee_1203-1682.jpg?_wi=1", imageAlt: "Comfortable café seating area" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-selfie-cafe_23-2147785325.jpg", imageAlt: "Café storefront exterior" @@ -82,7 +82,7 @@ export default function CafeArtisanPage() { tag="Crafted Daily" tagIcon={Leaf} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-barista-pouring-coffee-into-cup_23-2148420316.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-barista-pouring-coffee-into-cup_23-2148420316.jpg?_wi=2" imageAlt="Barista preparing specialty coffee with expertise" useInvertedBackground={true} buttons={[{ text: "Learn More", href: "#" }]} @@ -102,19 +102,19 @@ export default function CafeArtisanPage() { id: "espresso-drinks", title: "Specialty Espresso Drinks", descriptions: [ "Hand-crafted cappuccinos, lattes, and macchiatos made with premium espresso", "Latte art created by our certified baristas", "Custom flavor options with natural syrups" ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312219.jpg", imageAlt: "Beautiful specialty coffee drinks with latte art" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312219.jpg?_wi=2", imageAlt: "Beautiful specialty coffee drinks with latte art" }, { id: "pastries", title: "Fresh Baked Pastries", descriptions: [ "Croissants and pain au chocolat baked fresh each morning", "Seasonal fruit tarts and artisan breads", "Gluten-free and vegan options available" ], - imageSrc: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg", imageAlt: "Fresh baked pastries and croissants display" + imageSrc: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg?_wi=2", imageAlt: "Fresh baked pastries and croissants display" }, { id: "ambiance", title: "Welcoming Ambiance", descriptions: [ "Comfortable seating for working, studying, or relaxing", "Free WiFi and power outlets throughout", "Perfect for meetings, dates, or solo time" ], - imageSrc: "http://img.b2bpic.net/free-photo/wooden-furniture-with-cup-coffee_1203-1682.jpg", imageAlt: "Comfortable café seating with warm atmosphere" + imageSrc: "http://img.b2bpic.net/free-photo/wooden-furniture-with-cup-coffee_1203-1682.jpg?_wi=2", imageAlt: "Comfortable café seating with warm atmosphere" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1