Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6bcc24013c | |||
| 9b7db6a734 | |||
| 04ab7e8094 | |||
| 4edecafb10 | |||
| 9bdb50e98d | |||
| 40aeb68092 |
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "glowing-orb"}}
|
variant: "glowing-orb"}}
|
||||||
logoText="Khurasan Party"
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Tickets", href: "#pricing"},
|
text: "Get Tickets", href: "#pricing"},
|
||||||
@@ -100,6 +100,11 @@ export default function LandingPage() {
|
|||||||
title="Highlights of Every Khurasan Event"
|
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."
|
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"
|
tag="What to Expect"
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Get Tickets", href: "#pricing"
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -184,7 +189,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Frequently Asked About Khurasan Parties"
|
title="Frequently Asked About Khurasan Parties"
|
||||||
description="Find quick answers to common queries regarding tickets, venues, and event policies to make your experience smooth."
|
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"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -255,4 +260,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user