diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7b315af..f94c47a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,22 +26,10 @@ export default function LandingPage() { @@ -82,48 +58,19 @@ export default function LandingPage() {
@@ -253,37 +144,12 @@ export default function LandingPage() { description="Unlock exclusive content and early access to our future titles." plans={[ { - id: "p1", - badge: "Basic", - price: "$0", - subtitle: "Play for free", - buttons: [ - { - text: "Download", - href: "#", - }, - ], - features: [ - "Limited Access", - "Standard Servers", - ], + id: "p1", badge: "Basic", price: "$0", subtitle: "Play for free", buttons: [{ text: "Download", href: "#" }], + features: ["Limited Access", "Standard Servers"], }, { - id: "p2", - badge: "Pro", - price: "$9.99", - subtitle: "Monthly access", - buttons: [ - { - text: "Upgrade", - href: "#", - }, - ], - features: [ - "Early Access", - "Exclusive Skins", - "Priority Support", - ], + id: "p2", badge: "Pro", price: "$9.99", subtitle: "Monthly access", buttons: [{ text: "Upgrade", href: "#" }], + features: ["Early Access", "Exclusive Skins", "Priority Support"], }, ]} /> @@ -292,30 +158,8 @@ export default function LandingPage() {