From c0db128d211bc587538333599d18d7043496e983 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 21:35:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c919a12..7bc6edc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,10 +98,10 @@ export default function MondoCoffeeLanding() { animationType="blur-reveal" features={[ { - id: "quality-coffee", title: "Premium Coffee Selection", description: "Expertly crafted espresso, latte, cappuccino, and specialty drinks made with precision and passion.", tag: "Coffee Excellence", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-flat-lay_23-2148837084.jpg", imageAlt: "Premium Coffee Drinks" + id: "quality-coffee", title: "Premium Coffee Selection", description: "Expertly crafted espresso, latte, cappuccino, and specialty drinks made with precision and passion.", tag: "Coffee Excellence", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-flat-lay_23-2148837084.jpg?_wi=1", imageAlt: "Premium Coffee Drinks" }, { - id: "fresh-desserts", title: "Fresh Pastries & Desserts", description: "Daily baked pastries, fruit desserts, cheesecake, and seasonal treats prepared fresh in-house.", tag: "Artisan Baking", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-cake-cake-with-berries-cup-tea-with-lemon-chocolate-cookies-star-anise-table_140725-123048.jpg", imageAlt: "Fresh Pastries Display" + id: "fresh-desserts", title: "Fresh Pastries & Desserts", description: "Daily baked pastries, fruit desserts, cheesecake, and seasonal treats prepared fresh in-house.", tag: "Artisan Baking", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-cake-cake-with-berries-cup-tea-with-lemon-chocolate-cookies-star-anise-table_140725-123048.jpg?_wi=1", imageAlt: "Fresh Pastries Display" }, { id: "comfortable-space", title: "Comfortable Social Space", description: "Inviting seating, warm ambiance, and perfect acoustics for meetings, studying, or relaxing with friends.", tag: "Café Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/musician-man-indoors-playing-flute-low-view_23-2148465348.jpg", imageAlt: "Café Seating Area" @@ -131,22 +131,22 @@ export default function MondoCoffeeLanding() { animationType="scale-rotate" products={[ { - id: "espresso", name: "Premium Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-flat-lay_23-2148837084.jpg", imageAlt: "Espresso Shot" + id: "espresso", name: "Premium Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-flat-lay_23-2148837084.jpg?_wi=2", imageAlt: "Espresso Shot" }, { - id: "latte", name: "Creamy Latte", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-flat-lay_23-2148837084.jpg", imageAlt: "Latte" + id: "latte", name: "Creamy Latte", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-flat-lay_23-2148837084.jpg?_wi=3", imageAlt: "Latte" }, { - id: "cappuccino", name: "Rich Cappuccino", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-flat-lay_23-2148837084.jpg", imageAlt: "Cappuccino" + id: "cappuccino", name: "Rich Cappuccino", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-flat-lay_23-2148837084.jpg?_wi=4", imageAlt: "Cappuccino" }, { id: "cold-brew", name: "Refreshing Cold Brew", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-latte-with-froth_140725-7198.jpg", imageAlt: "Cold Brew" }, { - id: "pastry", name: "Fresh Pastry", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-cake-cake-with-berries-cup-tea-with-lemon-chocolate-cookies-star-anise-table_140725-123048.jpg", imageAlt: "Fresh Pastry" + id: "pastry", name: "Fresh Pastry", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-cake-cake-with-berries-cup-tea-with-lemon-chocolate-cookies-star-anise-table_140725-123048.jpg?_wi=2", imageAlt: "Fresh Pastry" }, { - id: "cheesecake", name: "Artisan Cheesecake", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-cake-cake-with-berries-cup-tea-with-lemon-chocolate-cookies-star-anise-table_140725-123048.jpg", imageAlt: "Cheesecake" + id: "cheesecake", name: "Artisan Cheesecake", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-cake-cake-with-berries-cup-tea-with-lemon-chocolate-cookies-star-anise-table_140725-123048.jpg?_wi=3", imageAlt: "Cheesecake" } ]} className="w-full" -- 2.49.1