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