From 4edecafb108b00b5c92b60105f20cd1524902ee7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 03:06:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index afeea7c..1f661d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,6 +100,11 @@ export default function LandingPage() { title="Highlights of Every Khurasan Event" description="Dive into a world of curated experiences designed to thrill and excite. Our events are crafted to deliver maximum enjoyment and lasting memories." tag="What to Expect" + buttons={[ + { + text: "Get Tickets", href: "#pricing" + } + ]} /> @@ -255,4 +260,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file