From 92bb4165a71a6560ede3a5dd81e188f92bb3e0cb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 17:39:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac64396..9f36968 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,14 +37,14 @@ export default function LandingPage() { { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} - brandName="La Fortezza " + brandName="La Fortezza" button={{ text: "Reserve Table", href: "#contact" }} />
@@ -167,4 +167,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file