6 Commits

Author SHA1 Message Date
6bcc24013c Merge version_4 into main
Merge version_4 into main
2026-05-31 03:09:53 +00:00
9b7db6a734 Update src/app/page.tsx 2026-05-31 03:09:50 +00:00
04ab7e8094 Merge version_3 into main
Merge version_3 into main
2026-05-31 03:06:50 +00:00
4edecafb10 Update src/app/page.tsx 2026-05-31 03:06:46 +00:00
9bdb50e98d Merge version_2 into main
Merge version_2 into main
2026-05-31 03:04:35 +00:00
40aeb68092 Merge version_2 into main
Merge version_2 into main
2026-05-31 03:04:05 +00:00

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
background={{
variant: "glowing-orb"}}
logoText="Khurasan Party"
description="Experience the most electrifying nights with Khurasan Party. Unforgettable music, vibrant atmosphere, and memories that last forever."
description="Unleash your night at Khurasan Party: the ultimate destination for electrifying music, stunning visuals, and an unparalleled atmosphere. Secure your spot now for an experience beyond imagination."
buttons={[
{
text: "Get Tickets", href: "#pricing"},
@@ -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>
@@ -184,7 +189,7 @@ export default function LandingPage() {
]}
title="Frequently Asked About Khurasan Parties"
description="Find quick answers to common queries regarding tickets, venues, and event policies to make your experience smooth."
tag="Got Questions?"
tag="Got Questions"
faqsAnimation="slide-up"
/>
</div>
@@ -255,4 +260,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}