Update src/app/page.tsx
This commit is contained in:
@@ -140,12 +140,13 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "How do I register for a tournament?", content: "Click the 'Join Tournament' button on the hero section to fill out your team profile, confirm your contact details, and verify your in-game ID through our automated portal. Once submitted, our team will review your application within 24 hours." },
|
||||
{ id: "1", title: "How do I register for a tournament?", content: "Click the 'Join Tournament' button below to fill out your team profile, confirm your contact details, and verify your in-game ID through our automated portal. Once submitted, our team will review your application within 24 hours." },
|
||||
{ id: "2", title: "Is the entry fee free?", content: "Yes, standard tournament entry is entirely free for all participants. We believe in providing equal opportunities for every gamer to climb the leaderboard without financial barriers." },
|
||||
{ id: "3", title: "How are tournament payouts processed?", content: "Payouts are handled automatically immediately after the tournament conclusion. Winners receive their rewards directly to their linked digital wallet, typically processed within 15 minutes of the final leaderboard verification." },
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="slide-up"
|
||||
buttons={[{ text: "Join Tournament", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -187,4 +188,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user