From 09fb3c723b929d8ce1ee7a7f82a1654d4c3f8b35 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:56:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 75 +++++++++--------------------------------------- 1 file changed, 14 insertions(+), 61 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cf7f9f..36593ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,8 +38,7 @@ export default function ItalianRestaurantPage() { { name: "Reviews", id: "testimonials" } ]} button={{ - text: "Book a Table", - href: "contact" + text: "Book a Table", href: "contact" }} /> @@ -47,7 +46,7 @@ export default function ItalianRestaurantPage() {
@@ -220,4 +173,4 @@ export default function ItalianRestaurantPage() { ); -} +} \ No newline at end of file -- 2.49.1