Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-31 03:06:50 +00:00

View File

@@ -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"
}
]}
/>
</div>
@@ -255,4 +260,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}