From efc9de48269523984a8267110ed66da0dc319c07 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 06:42:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 70ad983..1271db2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,9 +48,9 @@ export default function LandingPage() { description="Experience the heart of Mexico with our family-crafted recipes using the freshest local ingredients. Join us for an unforgettable dining experience." buttons={[ { - text: "View Our Menu", href: "#menu"}, + text: "View Our Full Menu", href: "#menu"}, { - text: "Book a Table", href: "#contact"}, + text: "Reserve Your Table", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/delicious-mexican-food-plates_23-2147812110.jpg" mediaAnimation="slide-up" @@ -185,4 +185,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1