Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d2876bda4a | |||
| 779e441cc9 | |||
| 6936557178 | |||
| 8e975176fe | |||
| b5369fdc0f | |||
| b0cfc307b6 | |||
| d5b5753b50 | |||
| d3a78b21ef |
@@ -44,8 +44,11 @@ export default function LandingPage() {
|
|||||||
<HeroOverlayTestimonial
|
<HeroOverlayTestimonial
|
||||||
title="Authentic Soul, Modern Brasserie"
|
title="Authentic Soul, Modern Brasserie"
|
||||||
description="El Gran Toro elevates traditional Mexican flavors with contemporary culinary techniques in an inviting, elegant brasserie atmosphere."
|
description="El Gran Toro elevates traditional Mexican flavors with contemporary culinary techniques in an inviting, elegant brasserie atmosphere."
|
||||||
testimonials={[]}
|
testimonials={[
|
||||||
buttons={[{ text: "Reserve a Table", href: "#contact" }]}
|
{ name: "Elena Rodriguez", handle: "@elena_foodie", testimonial: "The wagyu tacos are an absolute revelation. Truly the best Mexican dining I've experienced in years.", rating: 5 },
|
||||||
|
{ name: "Marcus Thorne", handle: "@mthorne_travels", testimonial: "A perfect fusion of traditional roots and modern elegance. The atmosphere is just as vibrant as the menu.", rating: 5 }
|
||||||
|
]}
|
||||||
|
buttons={[{ text: "Book Your Table", href: "#contact" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663829.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663829.jpg?_wi=1"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -69,6 +72,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Signature Flavors"
|
title="Signature Flavors"
|
||||||
description="Taste the mastery in every bite with our signature, handcrafted Mexican dishes."
|
description="Taste the mastery in every bite with our signature, handcrafted Mexican dishes."
|
||||||
|
buttons={[{ text: "View Digital Menu", href: "#menu" }]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -114,9 +118,7 @@ export default function LandingPage() {
|
|||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqDouble
|
<FaqDouble
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
faqs={[
|
faqs={[]}
|
||||||
{ id: "faq-1", title: "Do I need a reservation?", content: "We highly recommend booking in advance to secure your table. You can book your table directly through our [online reservation system](#contact)." }
|
|
||||||
]}
|
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Everything you need to know for your perfect visit."
|
description="Everything you need to know for your perfect visit."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -145,4 +147,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user