From 11eaa332f0c8d518e68bf12801629dc185cc7068 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:43:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 50 +++++++++++++++++++----------------------------- 1 file changed, 20 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c190f47..d1ae5c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,17 +46,14 @@ export default function LandingPage() {
@@ -65,7 +62,7 @@ export default function LandingPage() { @@ -77,15 +74,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Global Coverage", description: "High-speed access across all major urban areas.", bentoComponent: "globe"}, + title: "Global Coverage", description: "High-speed internet access across all major urban areas.", bentoComponent: "globe"}, { - title: "Real-time Analytics", description: "Track your usage and network performance in real-time.", bentoComponent: "animated-bar-chart"}, + title: "Premium Gaming Accounts", description: "Get exclusive access to FIFA 26 and PES accounts effortlessly.", bentoComponent: "reveal-icon", icon: Shield}, { - title: "Reliable Connections", description: "Always-on infrastructure for seamless streaming.", bentoComponent: "reveal-icon", icon: Shield, - }, + title: "Reliable Connections", description: "Always-on infrastructure for seamless streaming and gaming.", bentoComponent: "reveal-icon", icon: Zap}, ]} title="Why Choose Free Connect" - description="Powerful features designed to keep you connected everywhere." + description="Powerful features designed to keep you connected and entertained everywhere." /> @@ -97,8 +93,8 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { id: "m1", value: "500k+", title: "Active Users", description: "People connected globally", icon: Users }, - { id: "m2", value: "99.9%", title: "Uptime", description: "Continuous network reliability", icon: Zap }, - { id: "m3", value: "120+", title: "Cities", description: "Expanding our reach", icon: Map }, + { id: "m2", value: "10k+", title: "FIFA & PES Accounts", description: "Available for instant access", icon: Shield }, + { id: "m3", value: "99.9%", title: "Uptime", description: "Continuous network reliability", icon: Zap }, ]} title="Our Impact" description="Measurable results across our network." @@ -116,8 +112,8 @@ export default function LandingPage() { features: ["10 Mbps Speed", "24/7 Support"], }, { - id: "pro", badge: "Advanced", price: "$9.99/mo", subtitle: "Fastest speeds for power users", buttons: [{ text: "Upgrade", href: "#" }], - features: ["100 Mbps Speed", "Priority Network", "No Ads"], + id: "gaming", badge: "Gaming Plus", price: "$14.99/mo", subtitle: "FIFA 26 & PES Account Access", buttons: [{ text: "Get Access", href: "#" }], + features: ["Exclusive FIFA 26 Accounts", "PES Account Included", "Priority Support"], }, { id: "enterprise", badge: "Corporate", price: "$49.99/mo", subtitle: "High-capacity network solutions", buttons: [{ text: "Contact Us", href: "#contact" }], @@ -125,22 +121,18 @@ export default function LandingPage() { }, ]} title="Simple Plans" - description="Choose your level of free access." + description="Choose your level of free access or unlock premium gaming content." />
@@ -186,7 +176,7 @@ export default function LandingPage() {