diff --git a/src/app/page.tsx b/src/app/page.tsx index 71f640d..94a31e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,6 +38,8 @@ export default function LandingPage() { name: "About Us", id: "#about"}, { name: "Menu", id: "#menu"}, + { + name: "AYCE Ultimate", id: "#ayce-ultimate-menu"}, { name: "Pricing", id: "#pricing"}, { @@ -123,6 +125,28 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file