Update src/app/about/page.tsx
This commit is contained in:
@@ -5,13 +5,13 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home", href: "/" },
|
||||
{ name: "About", href: "/about" },
|
||||
{ name: "Menu", id: "menu", href: "/menu" },
|
||||
{ name: "Products", href: "/products" },
|
||||
{ name: "Book Table", id: "book-table", href: "/book-table" },
|
||||
{ name: "Gallery", id: "gallery", href: "/gallery" },
|
||||
{ name: "Contact", id: "contact", href: "/contact" }
|
||||
{ name: "Home", id: "/", href: "/" },
|
||||
{ name: "About", id: "/about", href: "/about" },
|
||||
{ name: "Menu", id: "/menu", href: "/menu" },
|
||||
{ name: "Products", id: "/products", href: "/products" },
|
||||
{ name: "Book Table", id: "/book-table", href: "/book-table" },
|
||||
{ name: "Gallery", id: "/gallery", href: "/gallery" },
|
||||
{ name: "Contact", id: "/contact", href: "/contact" }
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user