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