Update src/app/page.tsx

This commit is contained in:
2026-03-09 17:24:35 +00:00
parent 3b008f7e59
commit 1dd5f12123

View File

@@ -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" }
]