From 88f1ac668f1357c6043cd4ad0b840116bbc4a769 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 17:25:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 315 ++++++++--------------------------------------- 1 file changed, 51 insertions(+), 264 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2005ea..783453d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,91 +32,39 @@ export default function LandingPage() {
@@ -128,41 +76,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Precision Location", - description: "Pinpoint precise coordinates with satellite-backed technology.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/3d-view-map_23-2150472838.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151205009.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-techno-cyber-particles_1048-14428.jpg?_wi=2", - imageAlt: "location tracking icon gold minimalist", + title: "Precision Location", description: "Pinpoint precise coordinates with satellite-backed technology.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-view-map_23-2150472838.jpg", imageAlt: "location tracking icon gold minimalist" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151205009.jpg", imageAlt: "location tracking icon gold minimalist" } }, { - title: "Network Status", - description: "Identify current provider and signal quality immediately.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/signal-icon-front-side-with-white-background_187299-39974.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/low-poly-background-with-connecting-lines-dots_1048-6130.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841696.jpg", - imageAlt: "location tracking icon gold minimalist", + title: "Network Status", description: "Identify current provider and signal quality immediately.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/signal-icon-front-side-with-white-background_187299-39974.jpg", imageAlt: "mobile signal strength icon gold" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/low-poly-background-with-connecting-lines-dots_1048-6130.jpg", imageAlt: "mobile signal strength icon gold" } }, { - title: "Global Encryption", - description: "Industry-leading security for all your tracking requests.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-looking-confident-suit_23-2148401459.jpg?_wi=1", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/privacy-safety-security-lock-icon_53876-14649.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/man-black-working-laptop-cafe_23-2147962625.jpg?_wi=1", - imageAlt: "location tracking icon gold minimalist", - }, + title: "Global Encryption", description: "Industry-leading security for all your tracking requests.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-looking-confident-suit_23-2148401459.jpg", imageAlt: "mobile security shield icon gold" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/privacy-safety-security-lock-icon_53876-14649.jpg", imageAlt: "mobile security shield icon gold" } + } ]} showStepNumbers={true} title="Powerful Features" @@ -177,27 +101,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "99.9%", - title: "Accuracy", - description: "Location success rate", - icon: CheckCircle, - }, - { - id: "m2", - value: "50k+", - title: "Trackers", - description: "Active daily queries", - icon: Shield, - }, - { - id: "m3", - value: "120+", - title: "Countries", - description: "Global coverage area", - icon: Globe, - }, + { id: "m1", value: "99.9%", title: "Accuracy", description: "Location success rate", icon: CheckCircle }, + { id: "m2", value: "50k+", title: "Trackers", description: "Active daily queries", icon: Shield }, + { id: "m3", value: "120+", title: "Countries", description: "Global coverage area", icon: Globe } ]} title="Proven Reliability" description="Join thousands of satisfied users globally." @@ -208,61 +114,18 @@ export default function LandingPage() {