Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bde0de22ab | |||
| 51e25cb4d7 | |||
| e2eabfba35 | |||
| 181ae19a88 | |||
| d2876bda4a | |||
| 779e441cc9 | |||
| 6936557178 | |||
| 8e975176fe |
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
{ 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: "Reserve a Table", href: "#contact" }]}
|
||||
buttons={[{ text: "Book Your Table", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663829.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
@@ -108,7 +108,11 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
testimonials={[]}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sofia Valdes", date: "Oct 2024", title: "Exceptional flavors!", quote: "The mole negro took me straight back to my grandmother's kitchen. A must-visit gem.", tag: "Authentic", avatarSrc: "https://i.pravatar.cc/150?u=sofia" },
|
||||
{ id: "t2", name: "Liam O'Connor", date: "Sep 2024", title: "Perfect atmosphere", quote: "Stunning decor and the best margaritas in the city. The service was impeccable and friendly.", tag: "Atmosphere", avatarSrc: "https://i.pravatar.cc/150?u=liam" },
|
||||
{ id: "t3", name: "Amara Okafor", date: "Aug 2024", title: "Innovative dishes", quote: "Loved the wagyu tacos. A clever, modern twist on Mexican classics that really works.", tag: "Culinary", avatarSrc: "https://i.pravatar.cc/150?u=amara" }
|
||||
]}
|
||||
title="What Guests Are Saying"
|
||||
description="Authentic experiences that keep our guests coming back for more."
|
||||
useInvertedBackground={false}
|
||||
@@ -129,7 +133,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Visit El Gran Toro"
|
||||
description="We're located in the heart of downtown."
|
||||
description="We're located in the heart of downtown. Call us at +18457456479"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Your Email" }
|
||||
@@ -147,4 +151,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user