12 Commits

Author SHA1 Message Date
d2876bda4a Update src/app/page.tsx 2026-04-22 08:48:12 +00:00
779e441cc9 Merge version_6 into main
Merge version_6 into main
2026-04-22 08:23:18 +00:00
6936557178 Update src/app/page.tsx 2026-04-22 08:23:15 +00:00
8e975176fe Merge version_5 into main
Merge version_5 into main
2026-04-22 08:22:21 +00:00
b5369fdc0f Update src/app/page.tsx 2026-04-22 08:22:18 +00:00
b0cfc307b6 Update src/app/page.tsx 2026-04-22 08:16:30 +00:00
d5b5753b50 Update src/app/page.tsx 2026-04-22 08:14:47 +00:00
d3a78b21ef Merge version_3 into main
Merge version_3 into main
2026-04-22 08:13:54 +00:00
fb7c7c22bf Update src/app/page.tsx 2026-04-22 08:13:48 +00:00
43ce8b2a47 Update src/app/page.tsx 2026-04-22 08:12:47 +00:00
7ac50b8156 Merge version_2 into main
Merge version_2 into main
2026-04-22 08:11:41 +00:00
43a4320a6b Merge version_2 into main
Merge version_2 into main
2026-04-22 08:11:09 +00:00

View File

@@ -44,8 +44,11 @@ export default function LandingPage() {
<HeroOverlayTestimonial
title="Authentic Soul, Modern Brasserie"
description="El Gran Toro elevates traditional Mexican flavors with contemporary culinary techniques in an inviting, elegant brasserie atmosphere."
testimonials={[]}
buttons={[{ text: "Reserve a Table", href: "#contact" }]}
testimonials={[
{ 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"
/>
</div>
@@ -69,6 +72,7 @@ export default function LandingPage() {
]}
title="Signature Flavors"
description="Taste the mastery in every bite with our signature, handcrafted Mexican dishes."
buttons={[{ text: "View Digital Menu", href: "#menu" }]}
useInvertedBackground={false}
/>
</div>
@@ -143,4 +147,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}