Update src/app/menu/page.tsx

This commit is contained in:
2026-03-10 20:51:15 +00:00
parent fcf34b525f
commit 5b92c3df3c

View File

@@ -25,7 +25,7 @@ export default function MenuPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Raykdi"
links={[
navItems={[
{ label: "Menu", href: "/menu" },
{ label: "Story", href: "about-story" },
{ label: "Experience", href: "experience-features" },
@@ -77,7 +77,6 @@ export default function MenuPage() {
ctaIcon={MapPin}
useInvertedBackground={false}
animationType="slide-up"
accordionAnimationType="smooth"
/>
</div>