From 462da8fde3142d696db356ee525454fc806ec5a9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 17:05:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 296 +++++++++++------------------------------------ 1 file changed, 66 insertions(+), 230 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ec3a00..bfa1003 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -57,93 +49,52 @@ export default function LandingPage() { @@ -156,19 +107,13 @@ export default function LandingPage() { features={[ { icon: Globe, - title: "Global Map Discovery", - description: "Browse shows by their origin using our intuitive, interactive world map.", - }, + title: "Global Map Discovery", description: "Browse shows by their origin using our intuitive, interactive world map."}, { icon: Zap, - title: "Ultra-Fast Streaming", - description: "High-bandwidth optimized servers ensuring smooth playback anywhere you are.", - }, + title: "Ultra-Fast Streaming", description: "High-bandwidth optimized servers ensuring smooth playback anywhere you are."}, { icon: Shield, - title: "Secure Global Access", - description: "Encrypted tunnel technology ensuring your viewing privacy is always maintained.", - }, + title: "Secure Global Access", description: "Encrypted tunnel technology ensuring your viewing privacy is always maintained."}, ]} title="Features That Connect the Globe" description="Powerful tools designed to bridge borders and bring global entertainment directly to your screens." @@ -177,52 +122,23 @@ export default function LandingPage() {
@@ -289,45 +186,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah Chen", - role: "User", - company: "TechCorp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg", - }, + id: "t1", name: "Sarah Chen", role: "User", company: "TechCorp", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg"}, { - id: "t2", - name: "Marcus Thorne", - role: "Fan", - company: "InnovateLab", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-businesswoman-standing_23-2148204476.jpg", - }, + id: "t2", name: "Marcus Thorne", role: "Fan", company: "InnovateLab", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-businesswoman-standing_23-2148204476.jpg"}, { - id: "t3", - name: "Elena Rodriguez", - role: "Viewer", - company: "GrowthCo", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2533.jpg", - }, + id: "t3", name: "Elena Rodriguez", role: "Viewer", company: "GrowthCo", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2533.jpg"}, { - id: "t4", - name: "David Park", - role: "Streamer", - company: "StartupXYZ", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-positiveness-happiness-concept-glad-smiling-male-teenager-wears-big-spectacles-being-happy_273609-8656.jpg", - }, + id: "t4", name: "David Park", role: "Streamer", company: "StartupXYZ", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-positiveness-happiness-concept-glad-smiling-male-teenager-wears-big-spectacles-being-happy_273609-8656.jpg"}, { - id: "t5", - name: "Sofia Rossi", - role: "Fan", - company: "ArtCore", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-waiting-hotel-receptionist_1262-5796.jpg", - }, + id: "t5", name: "Sofia Rossi", role: "Fan", company: "ArtCore", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-waiting-hotel-receptionist_1262-5796.jpg"}, ]} title="Fan Feedback" description="See why everyone is switching to StreamGlobal." @@ -340,20 +212,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "How does the map work?", - content: "Simply click on any country and instantly see available content.", - }, + id: "f1", title: "How does the map work?", content: "Simply click on any country and instantly see available content."}, { - id: "f2", - title: "Is it legal?", - content: "Yes, we partner with legitimate networks to ensure compliant global distribution.", - }, + id: "f2", title: "Is it legal?", content: "Yes, we partner with legitimate networks to ensure compliant global distribution."}, { - id: "f3", - title: "Can I cancel anytime?", - content: "Absolutely. No hidden contracts.", - }, + id: "f3", title: "Can I cancel anytime?", content: "Absolutely. No hidden contracts."}, ]} title="Frequently Asked Questions" description="Everything you need to know about our service." @@ -368,22 +231,14 @@ export default function LandingPage() { description="Join thousands of satisfied viewers. Send us a message for enterprise licensing or partnership inquiries." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, ]} textarea={{ - name: "message", - placeholder: "How can we help?", - rows: 4, + name: "message", placeholder: "How can we help?", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/cyberpunk-location-tracking-mobile-device_23-2152001127.jpg" @@ -395,50 +250,31 @@ export default function LandingPage() {