From 35902aa8ed8400ae36826d108e26b46d5c61a37a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 08:38:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 235 +++++++++++++---------------------------------- 1 file changed, 64 insertions(+), 171 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5c0a4f..aeacca4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,65 +34,41 @@ export default function LandingPage() {
@@ -102,14 +78,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Enterprise Data", - "Cloud Guard", - "Tech Sync", - "Secure Corp", - "Shield Net", - "Inno Sec", - "Data Shield", - ]} + "Enterprise Data", "Cloud Guard", "Tech Sync", "Secure Corp", "Shield Net", "Inno Sec", "Data Shield"]} title="Securing Global Leaders" description="Trusted by industry experts to defend the infrastructure of the future." /> @@ -120,20 +89,13 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Our Mission is Total Digital Sovereignty", - }, + type: "text", content: "Our Mission is Total Digital Sovereignty"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/trans-man-work-with-laptop_23-2149409845.jpg", - alt: "Team", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/trans-man-work-with-laptop_23-2149409845.jpg", alt: "Team"}, ]} buttons={[ { - text: "Read Our Vision", - href: "#", - }, + text: "Read Our Vision", href: "#"}, ]} /> @@ -146,23 +108,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Zero Trust Architecture", - description: "Strict verification, least privilege, and continuous monitoring.", - imageSrc: "http://img.b2bpic.net/free-photo/gradient-technology-background_23-2151895855.jpg", - imageAlt: "Zero Trust", - }, + title: "Zero Trust Architecture", description: "Strict verification, least privilege, and continuous monitoring.", imageSrc: "http://img.b2bpic.net/free-photo/gradient-technology-background_23-2151895855.jpg", imageAlt: "Zero Trust"}, { - title: "Real-time Analytics", - description: "Detect threats before they escalate into breaches.", - imageSrc: "http://img.b2bpic.net/free-vector/technology-logo-template_23-2150529433.jpg", - imageAlt: "Real-time", - }, + title: "Real-time Analytics", description: "Detect threats before they escalate into breaches.", imageSrc: "http://img.b2bpic.net/free-vector/technology-logo-template_23-2150529433.jpg", imageAlt: "Real-time"}, { - title: "Threat Intel Feeds", - description: "Global database of emerging vectors for early prevention.", - imageSrc: "http://img.b2bpic.net/free-photo/technician-using-laptop-data-center-managing-servers_482257-124813.jpg", - imageAlt: "Threat Intel", - }, + title: "Threat Intel Feeds", description: "Global database of emerging vectors for early prevention.", imageSrc: "http://img.b2bpic.net/free-photo/technician-using-laptop-data-center-managing-servers_482257-124813.jpg", imageAlt: "Threat Intel"}, ]} title="Cyber Security Capabilities" description="Comprehensive defense strategies tailored to your enterprise scale." @@ -176,52 +126,28 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "starter", - price: "$1,999/mo", - name: "Starter", - buttons: [ + id: "starter", price: "$1,999/mo", name: "Starter", buttons: [ { - text: "Start Plan", - href: "#", - }, + text: "Start Plan", href: "#"}, ], features: [ - "Security Scan", - "Basic Firewall", - "Email Support", - ], + "Security Scan", "Basic Firewall", "Email Support"], }, { - id: "enterprise", - price: "$4,999/mo", - name: "Enterprise", - buttons: [ + id: "enterprise", price: "$4,999/mo", name: "Enterprise", buttons: [ { - text: "Choose Enterprise", - href: "#", - }, + text: "Choose Enterprise", href: "#"}, ], features: [ - "24/7 Monitoring", - "Zero Trust Setup", - "Priority Support", - ], + "24/7 Monitoring", "Zero Trust Setup", "Priority Support"], }, { - id: "custom", - price: "Custom", - name: "Enterprise Plus", - buttons: [ + id: "custom", price: "Custom", name: "Enterprise Plus", buttons: [ { - text: "Contact Us", - href: "#contact", - }, + text: "Contact Us", href: "#contact"}, ], features: [ - "Dedicated SOC", - "Global Infrastructure", - "Tailored Defense", - ], + "Dedicated SOC", "Global Infrastructure", "Tailored Defense"], }, ]} title="Defensive Tiers" @@ -236,23 +162,14 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - icon: Shield, - title: "Threats Blocked", - value: "1.2M+", - }, + id: "m1", icon: Shield, + title: "Threats Blocked", value: "1.2M+"}, { - id: "m2", - icon: Zap, - title: "Response Time", - value: "< 5ms", - }, + id: "m2", icon: Zap, + title: "Response Time", value: "< 5ms"}, { - id: "m3", - icon: Award, - title: "Client Retention", - value: "99.8%", - }, + id: "m3", icon: Award, + title: "Client Retention", value: "99.8%"}, ]} title="Proven Efficacy" description="Data-driven results ensuring peace of mind across our client base." @@ -262,30 +179,20 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1