Update src/app/contact/page.tsx

This commit is contained in:
2026-03-26 08:41:32 +00:00
parent b51979dd1e
commit a49fc9857f

View File

@@ -24,15 +24,15 @@ export default function ContactPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "home", href: "/"},
name: "Home", id: "/"},
{
name: "Menu", id: "menu", href: "/menu"},
name: "Menu", id: "/menu"},
{
name: "Gallery", id: "gallery", href: "/gallery"},
name: "Gallery", id: "/gallery"},
{
name: "About Us", id: "about", href: "/#about"},
name: "About Us", id: "/#about"},
{
name: "Contact", id: "contact", href: "/contact"},
name: "Contact", id: "/contact"},
]}
brandName="The Marwari Platter"
button={{