From 99a6138b358ac6df276a939134e46ed5c077fdc9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:40:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 295 ++++++++--------------------------------------- 1 file changed, 50 insertions(+), 245 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d25deb..cae5021 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,70 +33,30 @@ export default function LandingPage() {
@@ -104,13 +64,11 @@ export default function LandingPage() {
@@ -122,30 +80,15 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Global Coverage", - description: "High-speed access across all major urban areas.", - bentoComponent: "globe", - imageSrc: "http://img.b2bpic.net/free-vector/20-web-hosting-flat-color-icon-pack-like-sal-database-security-server-safe_1142-22692.jpg", - imageAlt: "server availability icon", + title: "Global Coverage", description: "Extensive network nodes deployed across 5 continents.", bentoComponent: "globe"}, + { + title: "End-to-End Security", description: "Privacy-first architecture ensuring your data stays yours.", bentoComponent: "reveal-icon", icon: Shield, }, { - title: "Real-time Analytics", - description: "Track your usage and network performance in real-time.", - bentoComponent: "animated-bar-chart", - imageSrc: "http://img.b2bpic.net/free-photo/blue-optic-fiber_23-2148779322.jpg?_wi=2", - imageAlt: "server availability icon", - }, - { - title: "Reliable Connections", - description: "Always-on infrastructure for seamless streaming.", - bentoComponent: "reveal-icon", - icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-couch-using-laptop_23-2148794581.jpg?_wi=2", - imageAlt: "server availability icon", - }, + title: "High-Speed Performance", description: "Optimized routing for low-latency streaming and gaming.", bentoComponent: "animated-bar-chart"}, ]} - title="Why Choose Free Connect" - description="Powerful features designed to keep you connected everywhere." + title="Unmatched Network Capabilities" + description="Experience robust, secure, and lightning-fast connectivity infrastructure designed for the modern world." /> @@ -157,29 +100,17 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "500k+", - title: "Active Users", - description: "People connected globally", - icon: Users, + id: "m1", value: "1M+", title: "Connected Users", description: "Empowering digital citizens daily", icon: Users, }, { - id: "m2", - value: "99.9%", - title: "Uptime", - description: "Continuous network reliability", - icon: Zap, + id: "m2", value: "99.9%", title: "Uptime", description: "Reliability you can count on", icon: Zap, }, { - id: "m3", - value: "120+", - title: "Cities", - description: "Expanding our reach", - icon: Map, + id: "m3", value: "250+", title: "Global Hubs", description: "Expanding our reach every day", icon: Map, }, ]} - title="Our Impact" - description="Measurable results across our network." + title="Making a Difference" + description="Our metrics reflect our commitment to universal internet access." /> @@ -190,89 +121,25 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - badge: "Essential", - price: "Free", - subtitle: "Basic connectivity for everyone", - buttons: [ - { - text: "Join Now", - href: "#", - }, - ], - features: [ - "10 Mbps Speed", - "24/7 Support", - ], + id: "basic", badge: "Free Plan", price: "$0", subtitle: "Unlimited access for everyone", buttons: [{ text: "Get Connected", href: "#contact" }], + features: ["25 Mbps Speed", "Community Support", "No Data Caps"], }, { - 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: "enterprise", - badge: "Corporate", - price: "$49.99/mo", - subtitle: "High-capacity network solutions", - buttons: [ - { - text: "Contact Us", - href: "#contact", - }, - ], - features: [ - "1 Gbps Speed", - "Dedicated Bandwidth", - "Advanced Security", - ], + id: "pro", badge: "Pro Plan", price: "$9", subtitle: "Enhanced performance for power users", buttons: [{ text: "Upgrade", href: "#contact" }], + features: ["200 Mbps Speed", "Priority Routing", "Dedicated Support"], }, ]} - title="Simple Plans" - description="Choose your level of free access." + title="Transparent Access Options" + description="Choose the plan that suits your bandwidth needs." />
@@ -280,19 +147,9 @@ export default function LandingPage() {
@@ -301,83 +158,31 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Is it really free?", - content: "Yes, our basic plan is completely free of charge.", - }, - { - id: "q2", - title: "What speeds can I expect?", - content: "Our basic plan provides up to 10 Mbps.", - }, - { - id: "q3", - title: "How do I sign up?", - content: "Simply fill out our registration form online.", - }, - { - id: "q4", - title: "Is my data secure?", - content: "We implement advanced encryption to ensure your data stays private.", - }, - { - id: "q5", - title: "Can I upgrade anytime?", - content: "Yes, you can upgrade your plan through your user dashboard whenever you need.", - }, + { id: "q1", title: "Is the free service truly unlimited?", content: "Yes, we provide unlimited access for all users on our free plan." }, + { id: "q2", title: "How do I find a network hub?", content: "Use our interactive map on the dashboard to locate the nearest node." }, ]} - title="Common Questions" + title="Frequently Asked Questions" faqsAnimation="slide-up" - description="Answers to your most frequently asked questions." + description="Got questions? We've got answers." />
-- 2.49.1