From 75d3f4214c3c02e1e6e5629459528839d18e7a07 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:13:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) 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 -- 2.49.1