From 07684a4cec3c2f5c5a08e17e7bba59a90c7a19ca Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 07:14:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ea8670..a345f90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Sizzling & Authentic" buttons={[ { text: "Order Now", href: "#menu" }, - { text: "Call for Reservations", href: "#contact" }, + { text: "Book a Table", href: "#contact" }, ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-dish-brown-plate-green-beans-tomatoes-fork-dark-table_140725-123039.jpg", imageAlt: "Sizzling Steak" }, @@ -178,4 +178,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1