From 0ede14d0086879f9ecd4c8c4d1059b750bc5329e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 07:30:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 251 ++++++++++------------------------------------- 1 file changed, 53 insertions(+), 198 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3047dcd..508bba9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -113,67 +75,31 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Cloud Streaming", - description: "Global scale, zero latency. We deliver high-fidelity content anywhere.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/server-racks-storing-ai-datasets-simulation-training-predictive-tasks_482257-124190.jpg", - imageAlt: "Streaming", - }, + title: "Cloud Streaming", description: "Global scale, zero latency. We deliver high-fidelity content anywhere.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/server-racks-storing-ai-datasets-simulation-training-predictive-tasks_482257-124190.jpg", imageAlt: "Streaming"}, items: [ - { - icon: Zap, - text: "Instant global delivery", - }, - { - icon: Shield, - text: "Encrypted secure hosting", - }, + { icon: Zap, text: "Instant global delivery" }, + { icon: Shield, text: "Encrypted secure hosting" }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/studio-lighting-isolated-white_93675-131426.jpg?_wi=2", - imageAlt: "cinematic professional film studio setup", }, { - title: "Cinematography", - description: "State-of-the-art camera tech for breathtaking cinematic visuals.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/various-hi-tech-devices-table_140725-9010.jpg", - imageAlt: "Camera", - }, + title: "Cinematography", description: "State-of-the-art camera tech for breathtaking cinematic visuals.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/various-hi-tech-devices-table_140725-9010.jpg", imageAlt: "Camera"}, items: [ - { - icon: Award, - text: "4K/8K resolution capability", - }, - { - icon: Star, - text: "Cinematic color grading", - }, + { icon: Award, text: "4K/8K resolution capability" }, + { icon: Star, text: "Cinematic color grading" }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/successful-hacker-celebrating-phishing-achievement-pc-feeling-happy-about-stealing-passwords-night-skilled-spy-enjoying-cyberattack-success-with-malware-break-firewall_482257-66409.jpg?_wi=2", - imageAlt: "video editing suite futuristic dark mode", }, { - title: "AI Analytics", - description: "Leveraging AI to optimize content reach and viewer engagement.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg", - imageAlt: "AI", - }, + title: "AI Analytics", description: "Leveraging AI to optimize content reach and viewer engagement.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg", imageAlt: "AI"}, items: [ - { - icon: Sparkles, - text: "Real-time engagement AI", - }, - { - icon: CheckCircle, - text: "Automated trend reports", - }, + { icon: Sparkles, text: "Real-time engagement AI" }, + { icon: CheckCircle, text: "Automated trend reports" }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-90530.jpg?_wi=2", - imageAlt: "abstract audio wave visualization dark background", }, ]} title="Our Expertise" @@ -189,32 +115,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "500+", - title: "Projects Completed", - description: "Across five continents.", - icon: Award, + id: "m1", value: "500+", title: "Projects Completed", description: "Across five continents.", icon: Award, }, { - id: "m2", - value: "20M+", - title: "Total Views", - description: "Engaged global audience.", - icon: Star, + id: "m2", value: "20M+", title: "Total Views", description: "Engaged global audience.", icon: Star, }, { - id: "m3", - value: "99.9%", - title: "Uptime", - description: "Robust cloud infrastructure.", - icon: Zap, + id: "m3", value: "99.9%", title: "Uptime", description: "Robust cloud infrastructure.", icon: Zap, }, { - id: "m4", - value: "45", - title: "Awards", - description: "Industry recognition.", - icon: Shield, + id: "m4", value: "45", title: "Awards", description: "Industry recognition.", icon: Shield, }, ]} title="Our Impact" @@ -224,50 +134,26 @@ export default function LandingPage() {