Update src/app/page.tsx
This commit is contained in:
296
src/app/page.tsx
296
src/app/page.tsx
@@ -33,35 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="La Cuchara"
|
||||
button={{
|
||||
text: "Make a Reservation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Make a Reservation", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -69,86 +55,55 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Experience Authentic Culinary Delights at La Cuchara"
|
||||
description="Savor exquisite dishes crafted with passion and the freshest local ingredients. Join us for an unforgettable dining journey."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "15+", label: "Years Experience"},
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Star Rating",
|
||||
},
|
||||
value: "4.9", label: "Star Rating"},
|
||||
{
|
||||
value: "100+",
|
||||
label: "Signature Dishes",
|
||||
},
|
||||
value: "100+", label: "Signature Dishes"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157792.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157792.jpg"
|
||||
imageAlt="Luxurious restaurant interior with fine dining setup"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee-cup_23-2149455885.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee-cup_23-2149455885.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg",
|
||||
alt: "Smiling woman dining",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg", alt: "Smiling woman dining"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12106.jpg",
|
||||
alt: "Man enjoying meal",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12106.jpg", alt: "Man enjoying meal"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg",
|
||||
alt: "Couple dining happily",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg", alt: "Couple dining happily"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-stylish-hipster-guy-sits-table-ordered-hamburger-soda-dines-roadside-cafe_613910-4907.jpg",
|
||||
alt: "Chef portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-stylish-hipster-guy-sits-table-ordered-hamburger-soda-dines-roadside-cafe_613910-4907.jpg", alt: "Chef portrait"},
|
||||
]}
|
||||
avatarText="Loved by over 20,000 guests!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fresh Ingredients",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Fresh Ingredients", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Award-Winning Chefs",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Award-Winning Chefs", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Unforgettable Dining",
|
||||
type: "text", text: "Unforgettable Dining"},
|
||||
{
|
||||
type: "text-icon", text: "Family-Owned", icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Family-Owned",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exquisite Wine List",
|
||||
icon: Wine,
|
||||
type: "text-icon", text: "Exquisite Wine List", icon: Wine,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -159,7 +114,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Story: A Passion for Flavor"
|
||||
description="La Cuchara (The Spoon) began with a dream to bring genuine, heartwarming cuisine to our community. Every dish tells a story of tradition, innovation, and a commitment to culinary excellence. We believe in creating memorable moments, one plate at a time."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/precision-originality-shine-as-expert-adds-cut-vegetables-meal_482257-121147.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/precision-originality-shine-as-expert-adds-cut-vegetables-meal_482257-121147.jpg"
|
||||
imageAlt="Chef preparing a meal in a professional kitchen"
|
||||
/>
|
||||
</div>
|
||||
@@ -171,46 +126,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Exquisite Culinary Creations",
|
||||
description: "Our menu features a fusion of traditional Spanish and Latin American flavors, reimagined with modern culinary techniques and premium ingredients.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tray-with-teacups_1122-463.jpg",
|
||||
imageAlt: "Gourmet food presentation",
|
||||
},
|
||||
title: "Exquisite Culinary Creations", description: "Our menu features a fusion of traditional Spanish and Latin American flavors, reimagined with modern culinary techniques and premium ingredients.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tray-with-teacups_1122-463.jpg", imageAlt: "Gourmet food presentation"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-cookies_114579-16570.jpg",
|
||||
imageAlt: "Assortment of gourmet desserts",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157792.jpg?_wi=2",
|
||||
imageAlt: "gourmet food presentation elegant plate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-cookies_114579-16570.jpg", imageAlt: "Assortment of gourmet desserts"}
|
||||
},
|
||||
{
|
||||
title: "Warm & Inviting Ambiance",
|
||||
description: "Step into a space where rustic charm meets elegant design. Our restaurant provides the perfect setting for any occasion, from intimate dinners to lively celebrations.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/details-pelisor-castle-from-sinaia-romania-medieval-castle_482257-35082.jpg",
|
||||
imageAlt: "Cozy restaurant exterior",
|
||||
},
|
||||
title: "Warm & Inviting Ambiance", description: "Step into a space where rustic charm meets elegant design. Our restaurant provides the perfect setting for any occasion, from intimate dinners to lively celebrations.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/details-pelisor-castle-from-sinaia-romania-medieval-castle_482257-35082.jpg", imageAlt: "Cozy restaurant exterior"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-cutlery-glass-fine-napkin_1203-5197.jpg",
|
||||
imageAlt: "Elegant table setting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/precision-originality-shine-as-expert-adds-cut-vegetables-meal_482257-121147.jpg?_wi=2",
|
||||
imageAlt: "gourmet food presentation elegant plate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-cutlery-glass-fine-napkin_1203-5197.jpg", imageAlt: "Elegant table setting"}
|
||||
},
|
||||
{
|
||||
title: "Exceptional Service & Hospitality",
|
||||
description: "Our dedicated team is committed to providing a seamless and memorable dining experience, anticipating your needs with warmth and professionalism.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081466.jpg",
|
||||
imageAlt: "Waiter serving food",
|
||||
},
|
||||
title: "Exceptional Service & Hospitality", description: "Our dedicated team is committed to providing a seamless and memorable dining experience, anticipating your needs with warmth and professionalism.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081466.jpg", imageAlt: "Waiter serving food"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-table-restaurant_23-2148014447.jpg",
|
||||
imageAlt: "Reserved table setting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-rice-with-chicken-vegetables-black-slate-background_123827-31548.jpg?_wi=1",
|
||||
imageAlt: "gourmet food presentation elegant plate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-table-restaurant_23-2148014447.jpg", imageAlt: "Reserved table setting"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -227,65 +158,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Main Course",
|
||||
name: "Classic Seafood Paella",
|
||||
price: "$32.00",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-rice-with-chicken-vegetables-black-slate-background_123827-31548.jpg?_wi=2",
|
||||
imageAlt: "Traditional Spanish Seafood Paella",
|
||||
},
|
||||
id: "p1", brand: "Main Course", name: "Classic Seafood Paella", price: "$32.00", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/yellow-rice-with-chicken-vegetables-black-slate-background_123827-31548.jpg", imageAlt: "Traditional Spanish Seafood Paella"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Appetizer",
|
||||
name: "Gourmet Carne Asada Tacos",
|
||||
price: "$18.00",
|
||||
rating: 4.8,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949079.jpg",
|
||||
imageAlt: "Gourmet Carne Asada Tacos",
|
||||
},
|
||||
id: "p2", brand: "Appetizer", name: "Gourmet Carne Asada Tacos", price: "$18.00", rating: 4.8,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949079.jpg", imageAlt: "Gourmet Carne Asada Tacos"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Appetizer",
|
||||
name: "Handmade Beef Empanadas",
|
||||
price: "$14.00",
|
||||
rating: 4.7,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-gurza-dampling-with-minced-meat-ketchup-side-view_141793-3114.jpg",
|
||||
imageAlt: "Handmade Beef Empanadas",
|
||||
},
|
||||
id: "p3", brand: "Appetizer", name: "Handmade Beef Empanadas", price: "$14.00", rating: 4.7,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/fried-gurza-dampling-with-minced-meat-ketchup-side-view_141793-3114.jpg", imageAlt: "Handmade Beef Empanadas"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Starter",
|
||||
name: "Fresh Catch Ceviche",
|
||||
price: "$22.00",
|
||||
rating: 4.9,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-salmon-salad-with-vegetables-onion-bowl_140725-12041.jpg",
|
||||
imageAlt: "Fresh Catch Ceviche",
|
||||
},
|
||||
id: "p4", brand: "Starter", name: "Fresh Catch Ceviche", price: "$22.00", rating: 4.9,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/side-view-salmon-salad-with-vegetables-onion-bowl_140725-12041.jpg", imageAlt: "Fresh Catch Ceviche"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Dessert",
|
||||
name: "Churros with Chocolate Sauce",
|
||||
price: "$10.00",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-traditional-tequenos-dish_23-2148945427.jpg",
|
||||
imageAlt: "Churros with Chocolate Sauce",
|
||||
},
|
||||
id: "p5", brand: "Dessert", name: "Churros with Chocolate Sauce", price: "$10.00", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-traditional-tequenos-dish_23-2148945427.jpg", imageAlt: "Churros with Chocolate Sauce"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Drinks",
|
||||
name: "La Cuchara Red Sangria",
|
||||
price: "$12.00",
|
||||
rating: 4.8,
|
||||
reviewCount: "90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bucket-fresh-summer-fruits-bottle-white-wine-empty-glass-wooden-table_114579-30900.jpg",
|
||||
imageAlt: "Refreshing Red Sangria",
|
||||
},
|
||||
id: "p6", brand: "Drinks", name: "La Cuchara Red Sangria", price: "$12.00", rating: 4.8,
|
||||
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/bucket-fresh-summer-fruits-bottle-white-wine-empty-glass-wooden-table_114579-30900.jpg", imageAlt: "Refreshing Red Sangria"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Explore a selection of our most loved and highly recommended culinary creations. Each dish is a masterpiece, prepared with care and precision."
|
||||
@@ -297,14 +186,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Gourmet Magazine",
|
||||
"Food Critics Guild",
|
||||
"Local Eats Journal",
|
||||
"Taste of the City Awards",
|
||||
"Culinary Review Daily",
|
||||
"Epicurean Society",
|
||||
"Dining Excellence Review",
|
||||
]}
|
||||
"Gourmet Magazine", "Food Critics Guild", "Local Eats Journal", "Taste of the City Awards", "Culinary Review Daily", "Epicurean Society", "Dining Excellence Review"]}
|
||||
title="Recognized for Culinary Excellence"
|
||||
description="Proudly featured in leading culinary guides and awarded by esteemed organizations, reflecting our unwavering commitment to quality and innovation."
|
||||
/>
|
||||
@@ -318,45 +200,15 @@ export default function LandingPage() {
|
||||
carouselMode="auto"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Maria S.",
|
||||
role: "Regular Guest",
|
||||
testimonial: "La Cuchara is my go-to for authentic Spanish cuisine. The paella is simply divine, and the service always makes me feel at home. A true culinary gem!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18777.jpg",
|
||||
imageAlt: "Maria S.",
|
||||
},
|
||||
id: "t1", name: "Maria S.", role: "Regular Guest", testimonial: "La Cuchara is my go-to for authentic Spanish cuisine. The paella is simply divine, and the service always makes me feel at home. A true culinary gem!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18777.jpg", imageAlt: "Maria S."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David L.",
|
||||
role: "Food Blogger",
|
||||
testimonial: "As a food blogger, I'm constantly seeking unique flavors. La Cuchara's menu is an adventure! Their ceviche is a must-try – so fresh and vibrant.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg",
|
||||
imageAlt: "David L.",
|
||||
},
|
||||
id: "t2", name: "David L.", role: "Food Blogger", testimonial: "As a food blogger, I'm constantly seeking unique flavors. La Cuchara's menu is an adventure! Their ceviche is a must-try – so fresh and vibrant.", imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg", imageAlt: "David L."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophia G.",
|
||||
role: "Local Resident",
|
||||
testimonial: "The ambiance here is fantastic. It's elegant yet cozy, perfect for a special night out. Every dish is prepared with such care and passion.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5658.jpg",
|
||||
imageAlt: "Sophia G.",
|
||||
},
|
||||
id: "t3", name: "Sophia G.", role: "Local Resident", testimonial: "The ambiance here is fantastic. It's elegant yet cozy, perfect for a special night out. Every dish is prepared with such care and passion.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5658.jpg", imageAlt: "Sophia G."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Carlos M.",
|
||||
role: "Chef & Critic",
|
||||
testimonial: "I appreciate the dedication to traditional techniques combined with a modern touch. The empanadas are perfectly flaky, and the sangria is dangerously good.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-their-time-dj-party_23-2149658378.jpg",
|
||||
imageAlt: "Carlos M.",
|
||||
},
|
||||
id: "t4", name: "Carlos M.", role: "Chef & Critic", testimonial: "I appreciate the dedication to traditional techniques combined with a modern touch. The empanadas are perfectly flaky, and the sangria is dangerously good.", imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-their-time-dj-party_23-2149658378.jpg", imageAlt: "Carlos M."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emily & Ben",
|
||||
role: "Couple",
|
||||
testimonial: "We celebrated our anniversary here, and it was unforgettable. The staff went above and beyond, and the food was incredible. Highly recommend for any celebration!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg",
|
||||
imageAlt: "Emily & Ben",
|
||||
},
|
||||
id: "t5", name: "Emily & Ben", role: "Couple", testimonial: "We celebrated our anniversary here, and it was unforgettable. The staff went above and beyond, and the food was incredible. Highly recommend for any celebration!", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg", imageAlt: "Emily & Ben"},
|
||||
]}
|
||||
title="What Our Guests Are Saying"
|
||||
description="Hear from our cherished patrons about their delightful experiences at La Cuchara. Your satisfaction is our greatest reward."
|
||||
@@ -369,20 +221,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "How do I make a reservation?",
|
||||
content: "You can easily make a reservation through our online booking system on the 'Contact' section of our website, or by calling us directly during opening hours.",
|
||||
},
|
||||
id: "faq1", title: "How do I make a reservation?", content: "You can easily make a reservation through our online booking system on the 'Contact' section of our website, or by calling us directly during opening hours."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer vegetarian/vegan options?",
|
||||
content: "Yes, we offer a variety of vegetarian and vegan dishes, clearly marked on our menu. Please inform your server about any dietary restrictions or preferences.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer vegetarian/vegan options?", content: "Yes, we offer a variety of vegetarian and vegan dishes, clearly marked on our menu. Please inform your server about any dietary restrictions or preferences."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can you accommodate large groups or private events?",
|
||||
content: "Absolutely! La Cuchara is perfect for groups and private events. Please contact us in advance to discuss your specific needs, and we'll help you plan a memorable occasion.",
|
||||
},
|
||||
id: "faq3", title: "Can you accommodate large groups or private events?", content: "Absolutely! La Cuchara is perfect for groups and private events. Please contact us in advance to discuss your specific needs, and we'll help you plan a memorable occasion."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg"
|
||||
imageAlt="Restaurant dining area"
|
||||
@@ -401,27 +244,16 @@ export default function LandingPage() {
|
||||
description="We'd love to hear from you! Use the form below to book a table or send us your inquiries. Our team will get back to you shortly."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number (Optional)",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message or Reservation Details (e.g., date, time, number of guests)",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message or Reservation Details (e.g., date, time, number of guests)", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cutlery-setting-restaurant_268835-3408.jpg"
|
||||
@@ -436,13 +268,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="La Cuchara"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user