Update src/app/page.tsx
This commit is contained in:
@@ -17,9 +17,9 @@ const updatedNavItems = [
|
||||
{ name: "Ana Sayfa", id: "#hero" },
|
||||
{ name: "Menü", id: "#menu" },
|
||||
{ name: "Hakkımızda", id: "#about" },
|
||||
{ name: "Galeri", href: "/gallery" },
|
||||
{ name: "Sipariş Ver", href: "/order" },
|
||||
{ name: "Konum", href: "/location" },
|
||||
{ name: "Galeri", id: "/gallery" },
|
||||
{ name: "Sipariş Ver", id: "/order" },
|
||||
{ name: "Konum", id: "/location" },
|
||||
{ name: "Yorumlar", id: "#testimonials" },
|
||||
{ name: "İletişim", id: "#contact" }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user