Update src/app/page.tsx
This commit is contained in:
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Explore Menu", href: "menu" },
|
||||
{ text: "Explore Menu", href: "/menu" },
|
||||
{ text: "Order Today", href: "contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/berries-tart-wooden-board-with-milk-bottle_23-2148161609.jpg"
|
||||
@@ -168,7 +168,7 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Products", href: "#products" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user