Merge version_1 into main #1
@@ -17,7 +17,6 @@ import {
|
||||
Droplet,
|
||||
Wine,
|
||||
Utensils,
|
||||
Cocktail,
|
||||
Users,
|
||||
Star,
|
||||
} from "lucide-react";
|
||||
@@ -46,7 +45,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now", href: "tel:+16316354321"}}
|
||||
text: "Call Now", href: "tel:+16316354321"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,7 +117,8 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="Why Huntington Loves El Sueño"
|
||||
description={[
|
||||
"El Sueño is more than just a restaurant—it's a neighborhood gathering place where authentic Latin flavors meet genuine hospitality. Since opening our doors, we've been committed to using fresh, quality ingredients and honoring traditional recipes passed down through our family.", "Our vibrant, welcoming atmosphere is perfect for date nights, group celebrations, or a casual weeknight taco run. Whether you're a regular ordering your usual or trying us for the first time, you'll feel the warmth and energy that defines our community.", "Come experience the difference that passion for food and care for our guests makes. El Sueño—where dreams and great meals come true."]}
|
||||
"El Sueño is more than just a restaurant—it's a neighborhood gathering place where authentic Latin flavors meet genuine hospitality. Since opening our doors, we've been committed to using fresh, quality ingredients and honoring traditional recipes passed down through our family.", "Our vibrant, welcoming atmosphere is perfect for date nights, group celebrations, or a casual weeknight taco run. Whether you're a regular ordering your usual or trying us for the first time, you'll feel the warmth and energy that defines our community.", "Come experience the difference that passion for food and care for our guests makes. El Sueño—where dreams and great meals come true."
|
||||
]}
|
||||
buttons={[{ text: "View Full Menu", href: "#menu" }]}
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
@@ -129,7 +130,7 @@ export default function LandingPage() {
|
||||
title="Signature Drinks"
|
||||
description="Handcrafted cocktails that bring the flavor of Mexico to Huntington. Made fresh to order with premium ingredients."
|
||||
tag="Fan Favorites"
|
||||
tagIcon={Cocktail}
|
||||
tagIcon={Star}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -137,16 +138,20 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Classic Margarita", price: "$12", variant: "Tequila, Fresh Lime, Triple Sec", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-hand-holding-daiquiri-cocktail-glass_23-2149486828.jpg", imageAlt: "classic margarita cocktail salt rim lime"},
|
||||
"http://img.b2bpic.net/free-photo/high-angle-hand-holding-daiquiri-cocktail-glass_23-2149486828.jpg", imageAlt: "classic margarita cocktail salt rim lime"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Paloma", price: "$12", variant: "Tequila, Grapefruit, Lime", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-drinks-maracas-mexican-party_23-2149362775.jpg", imageAlt: "paloma cocktail tequila grapefruit drink"},
|
||||
"http://img.b2bpic.net/free-photo/high-angle-drinks-maracas-mexican-party_23-2149362775.jpg", imageAlt: "paloma cocktail tequila grapefruit drink"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Cantarito", price: "$14", variant: "Tequila, Lime, Agave, Tajín Rim", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009510.jpg", imageAlt: "cantarito mexican drink tequila lime tajin"},
|
||||
"http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009510.jpg", imageAlt: "cantarito mexican drink tequila lime tajin"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michelada", price: "$8", variant: "Cold Beer with Spicy Lime Mix", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/homemade-michelada-cocktail-with-beer-lime-juicehot-saucesalted-rim-tomato-juice-wooden-table_123827-21880.jpg", imageAlt: "cold michelada beer lime spicy mexican"},
|
||||
"http://img.b2bpic.net/free-photo/homemade-michelada-cocktail-with-beer-lime-juicehot-saucesalted-rim-tomato-juice-wooden-table_123827-21880.jpg", imageAlt: "cold michelada beer lime spicy mexican"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,7 +172,8 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Chen", role: "Regular Customer", testimonial:
|
||||
"Perfect spot for a casual dinner with friends. The guacamole is made fresh right in front of you, and the portions are huge. Great value for the quality."},
|
||||
"Perfect spot for a casual dinner with friends. The guacamole is made fresh right in front of you, and the portions are huge. Great value for the quality."
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sarah Thompson", role: "Date Night Regular", testimonial:
|
||||
"Took my partner here for our anniversary and we couldn't have asked for better. The ambiance is lively but cozy, and every dish was delicious. Already planning our next visit!", icon: Star,
|
||||
@@ -238,7 +244,8 @@ export default function LandingPage() {
|
||||
title: "Contact", items: [
|
||||
{ label: "📞 (631) 635-4321", href: "tel:+16316354321" },
|
||||
{
|
||||
label: "📍 Huntington Station, NY", href: "https://maps.google.com"},
|
||||
label: "📍 Huntington Station, NY", href: "https://maps.google.com"
|
||||
},
|
||||
{ label: "📧 info@elsueño.com", href: "mailto:info@elsueño.com" },
|
||||
{ label: "Order Online", href: "#menu" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user