From 59a85bdffffd8079bc9a55aefd1a39e0dec333de Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:53:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4195a0..b49b138 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -209,15 +209,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Signature Margaritas", description: "Crafted with premium agave spirits, fresh citrus, and house-made syrups. Each margarita is a masterpiece of balance and flavor.", videoSrc: "http://img.b2bpic.net/free-photo/barista-putting-alcohol-into-cocktail-glass-with-syrup-ice-cubes_114579-1567.jpg", videoAriaLabel: "Expert bartender crafting signature margarita" + title: "Signature Margaritas", description: "Crafted with premium agave spirits, fresh citrus, and house-made syrups. Each margarita is a masterpiece of balance and flavor.", videoSrc: "http://img.b2bpic.net/free-photo/barista-putting-alcohol-into-cocktail-glass-with-syrup-ice-cubes_114579-1567.jpg?_wi=1", videoAriaLabel: "Expert bartender crafting signature margarita" }, { id: 2, - title: "Mezcal Selection", description: "Curated collection of premium mezcals showcasing the smoky, complex flavors of Mexico's finest spirits.", imageSrc: "http://img.b2bpic.net/free-photo/barista-putting-alcohol-into-cocktail-glass-with-syrup-ice-cubes_114579-1567.jpg", imageAlt: "Premium mezcal bottles on display" + title: "Mezcal Selection", description: "Curated collection of premium mezcals showcasing the smoky, complex flavors of Mexico's finest spirits.", imageSrc: "http://img.b2bpic.net/free-photo/barista-putting-alcohol-into-cocktail-glass-with-syrup-ice-cubes_114579-1567.jpg?_wi=2", imageAlt: "Premium mezcal bottles on display" }, { id: 3, - title: "Seasonal Cocktails", description: "Rotating menu of creative drinks featuring fresh ingredients and innovative flavor combinations.", imageSrc: "http://img.b2bpic.net/free-photo/barista-putting-alcohol-into-cocktail-glass-with-syrup-ice-cubes_114579-1567.jpg", imageAlt: "Artisan seasonal cocktails presentation" + title: "Seasonal Cocktails", description: "Rotating menu of creative drinks featuring fresh ingredients and innovative flavor combinations.", imageSrc: "http://img.b2bpic.net/free-photo/barista-putting-alcohol-into-cocktail-glass-with-syrup-ice-cubes_114579-1567.jpg?_wi=3", imageAlt: "Artisan seasonal cocktails presentation" } ]} buttons={[ -- 2.49.1