From febd322c2b822f07bee1b71f2ca716695f8355d2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 22:54:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0434e94..bc45ddf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,6 +45,8 @@ export default function LandingPage() { name: "Pricing", id: "#pricing"}, { name: "Testimonials", id: "#testimonials"}, + { + name: "Create Event", id: "/create-event"}, { name: "Contact", id: "#contact"}, ]} @@ -278,4 +280,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1