Update src/app/page.tsx

This commit is contained in:
2026-02-06 09:42:01 +00:00
parent 53fe6543e2
commit b24d6ca488

View File

@@ -33,8 +33,7 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
{ name: "Contact", id: "contact" },{"name":"Shop","id":"/shop"}]}
button={{
text: "Reserve Table", href: "contact"
}}