Update src/app/about/page.tsx
This commit is contained in:
@@ -27,8 +27,8 @@ export default function AboutPage() {
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reservations", id: "pricing" },
|
||||
{ name: "Events", id: "features" },
|
||||
{ name: "About", href: "/about" },
|
||||
{ name: "Contact", href: "/contact" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="SOYA"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user