Merge version_1 into main #2
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
className="w-full"
|
||||
titleClassName="text-4xl font-extrabold"
|
||||
textBoxDescriptionClassName="text-lg"
|
||||
descriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -152,7 +152,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
className="w-full"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold"
|
||||
textBoxDescriptionClassName="text-lg"
|
||||
descriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -190,7 +190,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
className="w-full"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold"
|
||||
textBoxDescriptionClassName="text-lg"
|
||||
descriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", 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", imageAlt: "Artisan seasonal cocktails presentation"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -226,7 +226,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
className="w-full"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold"
|
||||
textBoxDescriptionClassName="text-lg"
|
||||
descriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -260,7 +260,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
className="w-full"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold"
|
||||
textBoxDescriptionClassName="text-lg"
|
||||
descriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user