From bac5d48bccb06e41590d71980b6943fd0105a0f8 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 22 Dec 2025 13:46:32 +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 3f56191..1977ae8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -28,7 +28,7 @@ export default function LandingPage() { brandName="Trattoria" navItems={[ { name: "Home", id: "hero" }, - { name: "About", id: "about" }, + { name: "About us", id: "about" }, { name: "Menu", id: "menu" }, { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" } @@ -47,7 +47,7 @@ export default function LandingPage() { showBlur={true} showDimOverlay={true} buttons={[ - { text: "Reserve a Table", href: "contact" }, + { text: "Fast reserve", href: "contact" }, { text: "View Menu", href: "menu" } ]} /> @@ -205,4 +205,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}