Update src/app/contact/page.tsx
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user