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