Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-13 21:35:47 +00:00

View File

@@ -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"