From 0f0758cafbe1c3be9ef4742e1f0e62d1e0a8484c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 18:47:08 +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 8279c85..2a98572 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,22 +81,22 @@ export default function LandingPage() { { title: "Premium Coffee Selection", description: "Carefully sourced single-origin and signature blends from top roasters", icon: Coffee, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-24804.jpg", imageAlt: "specialty coffee beans quality roast" }, - { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-24804.jpg", imageAlt: "specialty coffee beans quality roast" } + { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-24804.jpg?_wi=1", imageAlt: "specialty coffee beans quality roast" }, + { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-24804.jpg?_wi=2", imageAlt: "specialty coffee beans quality roast" } ] }, { title: "Vibrant Community Space", description: "A welcoming atmosphere perfect for work, meetings, and social gatherings", icon: Users, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-peaceful-winter-arrangement_23-2148715951.jpg", imageAlt: "cafe community gathering seating" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-peaceful-winter-arrangement_23-2148715951.jpg", imageAlt: "cafe community gathering seating" } + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-peaceful-winter-arrangement_23-2148715951.jpg?_wi=1", imageAlt: "cafe community gathering seating" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-peaceful-winter-arrangement_23-2148715951.jpg?_wi=2", imageAlt: "cafe community gathering seating" } ] }, { title: "Fresh Pastries & Snacks", description: "Complementary artisan pastries and fresh food items to enhance your experience", icon: Croissant, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/fresh-pastries-cake-stand-with-cup-nut-food-concrete-surface_23-2147956813.jpg", imageAlt: "fresh pastries bakery items" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fresh-pastries-cake-stand-with-cup-nut-food-concrete-surface_23-2147956813.jpg", imageAlt: "fresh pastries bakery items" } + { imageSrc: "http://img.b2bpic.net/free-photo/fresh-pastries-cake-stand-with-cup-nut-food-concrete-surface_23-2147956813.jpg?_wi=1", imageAlt: "fresh pastries bakery items" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fresh-pastries-cake-stand-with-cup-nut-food-concrete-surface_23-2147956813.jpg?_wi=2", imageAlt: "fresh pastries bakery items" } ] } ]} -- 2.49.1