From 355cfcbd12c8b62a8f06d2152c301d9e2fb9aa71 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 08:26:12 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 75 ++++++---------------------------------- 1 file changed, 11 insertions(+), 64 deletions(-) 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() {