Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d29f49c4ed | |||
| bfbb5f9642 |
@@ -192,6 +192,26 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="cta" data-section="cta">
|
||||||
|
<PricingCardOne
|
||||||
|
plans={[
|
||||||
|
{
|
||||||
|
id: "1", badge: "Join Now", price: "Free Trial", subtitle: "Start your gaming journey today", features: ["14-day free trial", "Full access to all features", "No credit card required", "Cancel anytime"]
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
title="Ready to Join the Ultimate Gaming Community?"
|
||||||
|
description="Don't miss out on exclusive games, tournaments, and connections with players worldwide. Start your free trial now and discover what makes GameVerse the premier board gaming platform."
|
||||||
|
buttons={[
|
||||||
|
{ text: "Start Free Trial", href: "#pricing" },
|
||||||
|
{ text: "Learn More", href: "#features" }
|
||||||
|
]}
|
||||||
|
textboxLayout="split-actions"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
animationType="slide-up"
|
||||||
|
buttonAnimation="slide-up"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
|
|||||||
Reference in New Issue
Block a user