From d2876bda4a624c498faed70e583ce2ac3a3d03a4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 08:48:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 277efee..d9b50a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -57,11 +57,7 @@ export default function LandingPage() { -
-

Born from a deep respect for heritage, El Gran Toro blends ancestral Mexican recipes with the sophisticated flair of a modern brasserie. Every dish tells a story of culture and passion, crafted to provide an unforgettable dining journey.

-
@@ -151,4 +147,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1