Merge version_1 into main #2
376
src/app/page.tsx
376
src/app/page.tsx
@@ -34,106 +34,67 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/mexican-label-collection_23-2148003192.jpg"
|
||||
brandName="ex&Co Salou"
|
||||
button={{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book a Table", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Taste the Authentic Flavors of Mexico"
|
||||
description="Experience the vibrant cuisine and warm hospitality of ex&Co Salou. Fresh ingredients, traditional recipes, and an unforgettable dining experience await you."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.8",
|
||||
label: "Rating",
|
||||
},
|
||||
value: "4.8", label: "Rating"},
|
||||
{
|
||||
value: "100+",
|
||||
label: "Reviews",
|
||||
},
|
||||
value: "100+", label: "Reviews"},
|
||||
{
|
||||
value: "Salou",
|
||||
label: "Location",
|
||||
},
|
||||
value: "Salou", label: "Location"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086046.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086046.jpg"
|
||||
imageAlt="Vibrant Mexican dishes on a table"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eats-hot-dog-cafe-terrace_169016-55849.jpg",
|
||||
alt: "Happy customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eats-hot-dog-cafe-terrace_169016-55849.jpg", alt: "Happy customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222241.jpg",
|
||||
alt: "Happy customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222241.jpg", alt: "Happy customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-women-enjoy-shopping-with-credit-cards_1150-18782.jpg",
|
||||
alt: "Happy customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-women-enjoy-shopping-with-credit-cards_1150-18782.jpg", alt: "Happy customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-eating-salmon-dish-bowl-restaurant_23-2150461489.jpg",
|
||||
alt: "Happy customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-eating-salmon-dish-bowl-restaurant_23-2150461489.jpg", alt: "Happy customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-positive-people-having-dinner-together_23-2148454185.jpg",
|
||||
alt: "Happy customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/group-positive-people-having-dinner-together_23-2148454185.jpg", alt: "Happy customer 5"},
|
||||
]}
|
||||
avatarText="Join our 100+ happy diners!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients Daily",
|
||||
type: "text", text: "Fresh Ingredients Daily"},
|
||||
{
|
||||
type: "text-icon", text: "Authentic Recipes", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Authentic Recipes",
|
||||
icon: Heart,
|
||||
type: "text", text: "Vibrant Atmosphere"},
|
||||
{
|
||||
type: "text-icon", text: "Craft Margaritas", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Vibrant Atmosphere",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Craft Margaritas",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exceptional Service",
|
||||
},
|
||||
type: "text", text: "Exceptional Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,7 +104,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Story: A Taste of Jalisco in Salou"
|
||||
description="At ex&Co Salou, we bring the heart of Mexico to your table. Our journey began with a passion for authentic Mexican cuisine, inspired by the vibrant traditions of Jalisco. Every dish is a celebration of rich flavors, prepared with the freshest local produce and imported Mexican spices."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration-with-food_23-2149317307.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration-with-food_23-2149317307.jpg"
|
||||
imageAlt="Interior of ex&Co Salou restaurant"
|
||||
/>
|
||||
</div>
|
||||
@@ -156,53 +117,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Street Tacos",
|
||||
price: "€12.50",
|
||||
variant: "Asada, Al Pastor, Carnitas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetarian-tacos_23-2148750464.jpg",
|
||||
imageAlt: "Assortment of street tacos",
|
||||
},
|
||||
id: "p1", name: "Street Tacos", price: "€12.50", variant: "Asada, Al Pastor, Carnitas", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetarian-tacos_23-2148750464.jpg", imageAlt: "Assortment of street tacos"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Giant Burrito",
|
||||
price: "€14.90",
|
||||
variant: "Chicken, Beef, Veggie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-healthy-food-delivery-salad-second-dish-first-dish-white-surface_231208-7863.jpg",
|
||||
imageAlt: "Large, loaded burrito",
|
||||
},
|
||||
id: "p2", name: "Giant Burrito", price: "€14.90", variant: "Chicken, Beef, Veggie", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-healthy-food-delivery-salad-second-dish-first-dish-white-surface_231208-7863.jpg", imageAlt: "Large, loaded burrito"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Enchiladas Verdes",
|
||||
price: "€13.80",
|
||||
variant: "Chicken, Cheese",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cabbage-dolma-consists-ground-meat-with-greens-white-background-meat-dinner-calorie-food-dish_140725-96168.jpg",
|
||||
imageAlt: "Green enchiladas with melted cheese",
|
||||
},
|
||||
id: "p3", name: "Enchiladas Verdes", price: "€13.80", variant: "Chicken, Cheese", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cabbage-dolma-consists-ground-meat-with-greens-white-background-meat-dinner-calorie-food-dish_140725-96168.jpg", imageAlt: "Green enchiladas with melted cheese"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Quesadillas",
|
||||
price: "€10.00",
|
||||
variant: "Cheese, Mushroom, Chicken",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-quesadilla-wrap-with-chicken-corn-sweet-pepper-salsa_2829-19734.jpg",
|
||||
imageAlt: "Crispy cheese quesadillas",
|
||||
},
|
||||
id: "p4", name: "Quesadillas", price: "€10.00", variant: "Cheese, Mushroom, Chicken", imageSrc: "http://img.b2bpic.net/free-photo/mexican-quesadilla-wrap-with-chicken-corn-sweet-pepper-salsa_2829-19734.jpg", imageAlt: "Crispy cheese quesadillas"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Guacamole & Chips",
|
||||
price: "€8.50",
|
||||
variant: "Freshly made",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guacamole_23-2148024742.jpg",
|
||||
imageAlt: "Fresh guacamole with tortilla chips",
|
||||
},
|
||||
id: "p5", name: "Guacamole & Chips", price: "€8.50", variant: "Freshly made", imageSrc: "http://img.b2bpic.net/free-photo/guacamole_23-2148024742.jpg", imageAlt: "Fresh guacamole with tortilla chips"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Sizzling Fajitas",
|
||||
price: "€17.50",
|
||||
variant: "Chicken, Steak, Mixed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949081.jpg",
|
||||
imageAlt: "Sizzling platter of chicken fajitas",
|
||||
},
|
||||
id: "p6", name: "Sizzling Fajitas", price: "€17.50", variant: "Chicken, Steak, Mixed", imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949081.jpg", imageAlt: "Sizzling platter of chicken fajitas"},
|
||||
]}
|
||||
title="Our Culinary Delights"
|
||||
description="Discover our vibrant menu, crafted with passion and authentic Mexican flavors. From sizzling fajitas to savory tacos, each dish tells a story."
|
||||
@@ -216,46 +141,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Authentic Flavors",
|
||||
description: "Our recipes are passed down through generations, ensuring every bite is a true taste of Mexican heritage.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-vegetables-chili-flakes-wooden-background_23-2147956521.jpg",
|
||||
imageAlt: "Fresh ingredients for Mexican cooking",
|
||||
},
|
||||
title: "Authentic Flavors", description: "Our recipes are passed down through generations, ensuring every bite is a true taste of Mexican heritage.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-vegetables-chili-flakes-wooden-background_23-2147956521.jpg", imageAlt: "Fresh ingredients for Mexican cooking"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-photo-assortment-sandwiches-with-smartphone_23-2149428219.jpg",
|
||||
imageAlt: "Person taking a photo of Mexican food",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/mexican-label-collection_23-2148003192.jpg",
|
||||
imageAlt: "fresh organic vegetables market",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-photo-assortment-sandwiches-with-smartphone_23-2149428219.jpg", imageAlt: "Person taking a photo of Mexican food"}
|
||||
},
|
||||
{
|
||||
title: "Lively Atmosphere",
|
||||
description: "Immerse yourself in a vibrant setting with traditional music and colorful decor, perfect for any occasion.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520107.jpg",
|
||||
imageAlt: "Lively restaurant dining atmosphere",
|
||||
},
|
||||
title: "Lively Atmosphere", description: "Immerse yourself in a vibrant setting with traditional music and colorful decor, perfect for any occasion.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520107.jpg", imageAlt: "Lively restaurant dining atmosphere"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125746.jpg",
|
||||
imageAlt: "Mixologist preparing an exotic cocktail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086046.jpg?_wi=2",
|
||||
imageAlt: "fresh organic vegetables market",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125746.jpg", imageAlt: "Mixologist preparing an exotic cocktail"}
|
||||
},
|
||||
{
|
||||
title: "Exceptional Service",
|
||||
description: "Our friendly team is dedicated to making your visit memorable, offering warm hospitality and expert recommendations.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-using-digital-tablet-while-talking-couple-taking-their-order-cafe_637285-540.jpg",
|
||||
imageAlt: "Friendly waiter serving food to a customer",
|
||||
},
|
||||
title: "Exceptional Service", description: "Our friendly team is dedicated to making your visit memorable, offering warm hospitality and expert recommendations.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-using-digital-tablet-while-talking-couple-taking-their-order-cafe_637285-540.jpg", imageAlt: "Friendly waiter serving food to a customer"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-high-angle_23-2149957040.jpg",
|
||||
imageAlt: "Smartphone showing an online menu app",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration-with-food_23-2149317307.jpg?_wi=2",
|
||||
imageAlt: "fresh organic vegetables market",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-high-angle_23-2149957040.jpg", imageAlt: "Smartphone showing an online menu app"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -271,56 +172,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "lunch",
|
||||
title: "Lunch Especial",
|
||||
price: "€15.00",
|
||||
period: "per person",
|
||||
features: [
|
||||
"Starter + Main Course",
|
||||
"Soft Drink included",
|
||||
"Available weekdays 12-3 PM",
|
||||
],
|
||||
id: "lunch", title: "Lunch Especial", price: "€15.00", period: "per person", features: [
|
||||
"Starter + Main Course", "Soft Drink included", "Available weekdays 12-3 PM"],
|
||||
button: {
|
||||
text: "View Details",
|
||||
href: "#menu",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-potatoes-with-greens-dark-surface-dinner-meal-dish-cips-potato-cooking_140725-102173.jpg",
|
||||
imageAlt: "Mexican lunch special",
|
||||
},
|
||||
text: "View Details", href: "#menu"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-potatoes-with-greens-dark-surface-dinner-meal-dish-cips-potato-cooking_140725-102173.jpg", imageAlt: "Mexican lunch special"},
|
||||
{
|
||||
id: "dinner",
|
||||
title: "Cena Fiesta",
|
||||
price: "€25.00",
|
||||
period: "per person",
|
||||
features: [
|
||||
"Appetizer, Main, Dessert",
|
||||
"Margarita or Wine included",
|
||||
"Available daily from 6 PM",
|
||||
],
|
||||
id: "dinner", title: "Cena Fiesta", price: "€25.00", period: "per person", features: [
|
||||
"Appetizer, Main, Dessert", "Margarita or Wine included", "Available daily from 6 PM"],
|
||||
button: {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-brazilian-food-assortment_23-2148725095.jpg",
|
||||
imageAlt: "Mexican dinner feast",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-brazilian-food-assortment_23-2148725095.jpg", imageAlt: "Mexican dinner feast"},
|
||||
{
|
||||
id: "family",
|
||||
title: "Combo Familiar",
|
||||
price: "€45.00",
|
||||
period: "for 4 people",
|
||||
features: [
|
||||
"Large Platter of Tacos & Burritos",
|
||||
"Guacamole & Chips",
|
||||
"Perfect for sharing",
|
||||
],
|
||||
id: "family", title: "Combo Familiar", price: "€45.00", period: "for 4 people", features: [
|
||||
"Large Platter of Tacos & Burritos", "Guacamole & Chips", "Perfect for sharing"],
|
||||
button: {
|
||||
text: "Order Online",
|
||||
href: "#menu",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-blackboard-national-mexican-food_23-2147740813.jpg",
|
||||
imageAlt: "Mexican family combo meal",
|
||||
},
|
||||
text: "Order Online", href: "#menu"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-blackboard-national-mexican-food_23-2147740813.jpg", imageAlt: "Mexican family combo meal"},
|
||||
]}
|
||||
title="Daily Specials & Set Menus"
|
||||
description="Explore our chef's recommendations and value-packed meal options, perfect for lunch or a full dinner experience."
|
||||
@@ -334,64 +202,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Xamalo",
|
||||
role: "Local Guide",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203591.jpg",
|
||||
imageAlt: "Happy customer Xamalo",
|
||||
},
|
||||
id: "t1", name: "Xamalo", role: "Local Guide", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203591.jpg", imageAlt: "Happy customer Xamalo"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mireia",
|
||||
role: "Food Enthusiast",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-eating-outdoors_23-2150168134.jpg",
|
||||
imageAlt: "Smiling customer Mireia",
|
||||
},
|
||||
id: "t2", name: "Mireia", role: "Food Enthusiast", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-eating-outdoors_23-2150168134.jpg", imageAlt: "Smiling customer Mireia"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah P.",
|
||||
role: "Traveler",
|
||||
company: "Tripadvisor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-fun-while-eating-cake-cafe_637285-7896.jpg",
|
||||
imageAlt: "Customer Sarah P. enjoying a drink",
|
||||
},
|
||||
id: "t3", name: "Sarah P.", role: "Traveler", company: "Tripadvisor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-fun-while-eating-cake-cafe_637285-7896.jpg", imageAlt: "Customer Sarah P. enjoying a drink"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David R.",
|
||||
role: "Local Diner",
|
||||
company: "Google Review",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-family-enjoying-food-together_23-2149228721.jpg",
|
||||
imageAlt: "Customer David R. at the restaurant",
|
||||
},
|
||||
id: "t4", name: "David R.", role: "Local Diner", company: "Google Review", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-family-enjoying-food-together_23-2149228721.jpg", imageAlt: "Customer David R. at the restaurant"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Ana G.",
|
||||
role: "Guest",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-toasting-glasses-hot-drinks-bar_23-2147874480.jpg",
|
||||
imageAlt: "Customer Ana G. with friends",
|
||||
},
|
||||
id: "t5", name: "Ana G.", role: "Guest", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-toasting-glasses-hot-drinks-bar_23-2147874480.jpg", imageAlt: "Customer Ana G. with friends"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.8",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "4.8", label: "Average Rating"},
|
||||
{
|
||||
value: "100+",
|
||||
label: "Happy Customers",
|
||||
},
|
||||
value: "100+", label: "Happy Customers"},
|
||||
{
|
||||
value: "5+",
|
||||
label: "Years Serving",
|
||||
},
|
||||
value: "5+", label: "Years Serving"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from those who've experienced the ex&Co difference. Your satisfaction is our greatest reward."
|
||||
@@ -403,14 +235,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Local Farms",
|
||||
"Artisan Tortillas",
|
||||
"Premium Meats",
|
||||
"Exotic Spices Co.",
|
||||
"Salou Dairy",
|
||||
"Craft Beverage Co.",
|
||||
"Fresh Seafood Ltd.",
|
||||
]}
|
||||
"Local Farms", "Artisan Tortillas", "Premium Meats", "Exotic Spices Co.", "Salou Dairy", "Craft Beverage Co.", "Fresh Seafood Ltd."]}
|
||||
title="Our Trusted Partners"
|
||||
description="We believe in quality from farm to table. Partnering with the best local suppliers ensures the freshest ingredients for our authentic dishes."
|
||||
/>
|
||||
@@ -422,20 +247,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "¿Necesitamos hacer una reserva?",
|
||||
content: "Recomendamos encarecidamente hacer una reserva, especialmente los fines de semana y por la noche, para asegurar su mesa. Puede reservar a través de nuestro sitio web o llamando directamente.",
|
||||
},
|
||||
id: "q1", title: "¿Necesitamos hacer una reserva?", content: "Recomendamos encarecidamente hacer una reserva, especialmente los fines de semana y por la noche, para asegurar su mesa. Puede reservar a través de nuestro sitio web o llamando directamente."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "¿Ofrecen opciones vegetarianas o veganas?",
|
||||
content: "Sí, tenemos una variedad de opciones vegetarianas y veganas en nuestro menú. Por favor, consulte con nuestro personal para obtener recomendaciones específicas.",
|
||||
},
|
||||
id: "q2", title: "¿Ofrecen opciones vegetarianas o veganas?", content: "Sí, tenemos una variedad de opciones vegetarianas y veganas en nuestro menú. Por favor, consulte con nuestro personal para obtener recomendaciones específicas."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "¿Pueden atender dietas especiales o alergias?",
|
||||
content: "Sí, hacemos todo lo posible para acomodar las necesidades dietéticas y las alergias. Por favor, informe a su camarero sobre cualquier restricción alimentaria al realizar su pedido.",
|
||||
},
|
||||
id: "q3", title: "¿Pueden atender dietas especiales o alergias?", content: "Sí, hacemos todo lo posible para acomodar las necesidades dietéticas y las alergias. Por favor, informe a su camarero sobre cualquier restricción alimentaria al realizar su pedido."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common queries about dining at ex&Co Salou."
|
||||
@@ -447,18 +263,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready for an authentic Mexican culinary journey? Reserve your table now and let us delight your senses!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "tel:671462512",
|
||||
},
|
||||
text: "Book a Table", href: "tel:671462512"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/maps?vet=10CAAQoqAOahgKEwiQzoa-pIKVAxUAAAAAHQAAAAAQyQY..i&pvq=OhYweDA6MHhlYzQ5MmRlOWM5YWU5MzI4&fvr=1&cs=0&um=1&ie=UTF-8&fb=1&gl=es&sa=X&ftid=0x12a1599f0e547cdd:0xec492de9c9ae9328",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com/maps?vet=10CAAQoqAOahgKEwiQzoa-pIKVAxUAAAAAHQAAAAAQyQY..i&pvq=OhYweDA6MHhlYzQ5MmRlOWM5YWU5MzI4&fvr=1&cs=0&um=1&ie=UTF-8&fb=1&gl=es&sa=X&ftid=0x12a1599f0e547cdd:0xec492de9c9ae9328"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -470,54 +281,33 @@ export default function LandingPage() {
|
||||
logoText="ex&Co Salou"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Tacos",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Tacos", href: "#menu"},
|
||||
{
|
||||
label: "Burritos",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Burritos", href: "#menu"},
|
||||
{
|
||||
label: "Specials",
|
||||
href: "#specials",
|
||||
},
|
||||
label: "Specials", href: "#specials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "Partners",
|
||||
href: "#partners",
|
||||
},
|
||||
label: "Partners", href: "#partners"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "https://maps.google.com/maps?vet=10CAAQoqAOahgKEwiQzoa-pIKVAxUAAAAAHQAAAAAQyQY..i&pvq=OhYweDA6MHhlYzQ5MmRlOWM5YWU5MzI4&fvr=1&cs=0&um=1&ie=UTF-8&fb=1&gl=es&sa=X&ftid=0x12a1599f0e547cdd:0xec492de9c9ae9328",
|
||||
},
|
||||
label: "Location", href: "https://maps.google.com/maps?vet=10CAAQoqAOahgKEwiQzoa-pIKVAxUAAAAAHQAAAAAQyQY..i&pvq=OhYweDA6MHhlYzQ5MmRlOWM5YWU5MzI4&fvr=1&cs=0&um=1&ie=UTF-8&fb=1&gl=es&sa=X&ftid=0x12a1599f0e547cdd:0xec492de9c9ae9328"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user