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" } ] } ]}