From 414a9f0c8f259e3c174d05e004d1842ab8547c70 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:39:55 +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..6bf7843 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,15 +38,14 @@ export default function ItalianRestaurantPage() { { name: "Reviews", id: "testimonials" } ]} button={{ - text: "Book a Table", - href: "contact" + text: "Book a Table", href: "contact" }} />
@@ -220,4 +173,4 @@ export default function ItalianRestaurantPage() { ); -} +} \ No newline at end of file -- 2.49.1