diff --git a/src/app/page.tsx b/src/app/page.tsx index 29c1b58..210294d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,86 +32,53 @@ export default function LandingPage() {
@@ -121,42 +88,23 @@ export default function LandingPage() { @@ -340,35 +202,17 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq-1", - title: "How do I join a giveaway?", - content: "To join a free giveaway, simply connect your Telegram account. For premium giveaways, you'll need an active VIP membership.", - }, + id: "faq-1", title: "How do I join a giveaway?", content: "To join a free giveaway, simply connect your Telegram account. For premium giveaways, you'll need an active VIP membership."}, { - id: "faq-2", - title: "What are VIP membership benefits?", - content: "VIP members get exclusive access to premium signals, higher-value giveaways, funded account opportunities, priority support, and special bonuses.", - }, + id: "faq-2", title: "What are VIP membership benefits?", content: "VIP members get exclusive access to premium signals, higher-value giveaways, funded account opportunities, priority support, and special bonuses."}, { - id: "faq-3", - title: "How are giveaway winners selected?", - content: "Winners are selected automatically through a transparent lucky draw system, ensuring fairness. Results are announced live.", - }, + id: "faq-3", title: "How are giveaway winners selected?", content: "Winners are selected automatically through a transparent lucky draw system, ensuring fairness. Results are announced live."}, { - id: "faq-4", - title: "Can I upgrade my VIP plan?", - content: "Yes, you can upgrade your VIP plan at any time through your user dashboard. The system will automatically adjust your current subscription.", - }, + id: "faq-4", title: "Can I upgrade my VIP plan?", content: "Yes, you can upgrade your VIP plan at any time through your user dashboard. The system will automatically adjust your current subscription."}, { - id: "faq-5", - title: "What kind of trading signals do you provide?", - content: "Our signals cover various markets, including crypto and forex, provided by experienced analysts. VIP members get access to a wider range of signals and analysis.", - }, + id: "faq-5", title: "What kind of trading signals do you provide?", content: "Our signals cover various markets, including crypto and forex, provided by experienced analysts. VIP members get access to a wider range of signals and analysis."}, { - id: "faq-6", - title: "Is The Drop Chronicle suitable for beginners?", - content: "Absolutely! We offer resources and a supportive community for traders of all levels, including beginner-friendly giveaways and educational content.", - }, + id: "faq-6", title: "Is The Drop Chronicle suitable for beginners?", content: "Absolutely! We offer resources and a supportive community for traders of all levels, including beginner-friendly giveaways and educational content."}, ]} title="Frequently Asked Questions" description="Find quick answers to common questions about The Drop Chronicle, giveaways, VIP plans, and more." @@ -383,22 +227,14 @@ export default function LandingPage() { description="Have questions or need support? Reach out to The Drop Chronicle team." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 5, + name: "message", placeholder: "Your Message", rows: 5, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/view-woman-wearing-purple-scarf-women-s-day-celebration_23-2151257622.jpg" @@ -415,67 +251,41 @@ export default function LandingPage() { logoText="The Drop Chronicle" columns={[ { - title: "Community", - items: [ + title: "Community", items: [ { - label: "Giveaways", - href: "#giveaways", - }, + label: "Giveaways", href: "#giveaways"}, { - label: "Tournaments", - href: "#tournaments", - }, + label: "Tournaments", href: "#tournaments"}, { - label: "Winners Hall", - href: "#winners", - }, + label: "Winners Hall", href: "#winners"}, ], }, { - title: "Membership", - items: [ + title: "Membership", items: [ { - label: "VIP Plans", - href: "#vip-plans", - }, + label: "VIP Plans", href: "#vip-plans"}, { - label: "Referral System", - href: "#", - }, + label: "Referral System", href: "#"}, { - label: "Achievement System", - href: "#", - }, + label: "Achievement System", href: "#"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQs", - href: "#faq", - }, + label: "FAQs", href: "#faq"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "Live Chat", - href: "#", - }, + label: "Live Chat", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]}