From fb1a3d0edf34d11b2384fb5eb062f51cd3063ce5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:18:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d77bc58..aa5418a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,10 @@ export default function CineTreeCafePage() { ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/elegant-brunette-south-asian-indian-girl-saree-posed-indoor-cafe-drinking-tea_627829-1998.jpg", imageAlt: "Cine Tree Cafe cozy ambience with covered outdoor seating" }, - { imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7821.jpg", imageAlt: "Premium specialty coffee with latte art" }, + { imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7821.jpg?_wi=1", imageAlt: "Premium specialty coffee with latte art" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-ice-coffee-with-milk-table_23-2148463964.jpg", imageAlt: "Refreshing iced coffee served at Cine Tree" }, { imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648736.jpg", imageAlt: "Strong espresso shot prepared by barista" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-easter-coffee-decorations_23-2150249794.jpg", imageAlt: "Rich mocha coffee with chocolate" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-easter-coffee-decorations_23-2150249794.jpg?_wi=1", imageAlt: "Rich mocha coffee with chocolate" }, { imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-cappuccino-with-cinnamon_140725-7516.jpg", imageAlt: "Specialty beverage matcha latte alternative" } ]} /> @@ -92,7 +92,7 @@ export default function CineTreeCafePage() { features={[ { id: 1, - tag: "Beverages", title: "Specialty Coffees", subtitle: "Handcrafted perfection in every cup", description: "Experience our carefully sourced coffee beans, expertly roasted and prepared by our skilled baristas. From classic espresso to creative specialty drinks, each cup is crafted with precision.", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7821.jpg", imageAlt: "Specialty coffee drinks at Cine Tree" + tag: "Beverages", title: "Specialty Coffees", subtitle: "Handcrafted perfection in every cup", description: "Experience our carefully sourced coffee beans, expertly roasted and prepared by our skilled baristas. From classic espresso to creative specialty drinks, each cup is crafted with precision.", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7821.jpg?_wi=2", imageAlt: "Specialty coffee drinks at Cine Tree" }, { id: 2, @@ -119,7 +119,7 @@ export default function CineTreeCafePage() { { id: "1", name: "Covered Outdoor Seating", price: "Perfect for All", imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-restaurant-full-shot_23-2149930133.jpg", imageAlt: "Covered outdoor seating area" }, { id: "2", name: "Night Ambience", price: "Late Night Vibes", imageSrc: "http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6890.jpg", imageAlt: "Café nighttime ambience and lighting" }, { id: "3", name: "Social Gatherings", price: "Community Space", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-with-smartphone_23-2150233626.jpg", imageAlt: "Friends enjoying time at the café" }, - { id: "4", name: "Food Presentation", price: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/top-view-easter-coffee-decorations_23-2150249794.jpg", imageAlt: "Beautifully plated café dishes" } + { id: "4", name: "Food Presentation", price: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/top-view-easter-coffee-decorations_23-2150249794.jpg?_wi=2", imageAlt: "Beautifully plated café dishes" } ]} /> -- 2.49.1