Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -32,6 +32,7 @@ export default function LandingPage() {
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Banquets", id: "banquets" },
|
||||
{ name: "Delivery", id: "delivery" },
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "Contacts", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Reserve Table", href: "#contact" }}
|
||||
@@ -225,7 +226,8 @@ export default function LandingPage() {
|
||||
{ label: "Philosophy", href: "#about" },
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Banquets", href: "#banquets" },
|
||||
{ label: "Delivery", href: "#delivery" }
|
||||
{ label: "Delivery", href: "#delivery" },
|
||||
{ label: "About Us", href: "/about" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -250,4 +252,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user