diff --git a/src/app/page.tsx b/src/app/page.tsx index 9206a86..5837151 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,12 +32,10 @@ export default function LandingPage() {
@@ -81,18 +73,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - id: "f1", title: "Advanced Bot Detection", tags: [ - "AI", "Protection"], - imageSrc: "http://img.b2bpic.net/free-photo/military-drone-control-outpost-spreading-misinformation-russian-government_482257-124740.jpg"}, - { - id: "f2", title: "Global Infrastructure", tags: [ - "Cloud", "Scale"], - imageSrc: "http://img.b2bpic.net/free-photo/server-cabinets-preserving-critical-datasets-required-artificial-intelligence_482257-124539.jpg"}, - { - id: "f3", title: "Data Encryption", tags: [ - "Secure", "Compliance"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-lock-white-surface-with-binary-code-it-concept-cybersecurity_181624-12311.jpg"}, + { id: "f1", title: "Advanced Bot Detection", tags: ["AI", "Protection"], imageSrc: "http://img.b2bpic.net/free-photo/military-drone-control-outpost-spreading-misinformation-russian-government_482257-124740.jpg" }, + { id: "f2", title: "Global Infrastructure", tags: ["Cloud", "Scale"], imageSrc: "http://img.b2bpic.net/free-photo/server-cabinets-preserving-critical-datasets-required-artificial-intelligence_482257-124539.jpg" }, + { id: "f3", title: "Data Encryption", tags: ["Secure", "Compliance"], imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-lock-white-surface-with-binary-code-it-concept-cybersecurity_181624-12311.jpg" }, ]} title="Powerful Defense Mechanisms" description="Equipped with industry-leading technology to keep your digital environment secure." @@ -105,15 +88,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", title: "Blocks", value: "10B+", icon: Shield, - }, - { - id: "m2", title: "Latency", value: "15ms", icon: Zap, - }, - { - id: "m3", title: "Uptime", value: "99.99%", icon: Award, - }, + { id: "m1", title: "Blocks", value: "10B+", icon: Shield }, + { id: "m2", title: "Latency", value: "15ms", icon: Zap }, + { id: "m3", title: "Uptime", value: "99.99%", icon: Award }, ]} title="Global Impact Metrics" description="Trusted by millions, securing the web across the globe." @@ -125,16 +102,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", title: "Highly Effective", quote: "The bot protection is simply unmatched. We saw immediate results.", name: "Alex Smith", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-old-man-wearing-suit_23-2148831105.jpg"}, - { - id: "t2", title: "Performance Boost", quote: "Not only secure, but our load times have never been faster.", name: "Maria Garcia", role: "Lead Dev", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg"}, - { - id: "t3", title: "Rock Solid", quote: "Reliable, robust, and essential for our enterprise architecture.", name: "John Doe", role: "IT Manager", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-disabilities-invalid-disabled-paralized-handicapped-immobilized-looking-camera-upset-tired-sitting-wheelchair-business-office-room-working-financial-project-with-team_482257-28442.jpg"}, - { - id: "t4", title: "Great Support", quote: "The support team helped us integrate seamlessly.", name: "Sarah Lee", role: "Security Analyst", imageSrc: "http://img.b2bpic.net/free-photo/front-view-businessman-with-crossed-arms_23-2148242733.jpg"}, - { - id: "t5", title: "Game Changer", quote: "We finally have peace of mind regarding our data integrity.", name: "David Wang", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-plump-male-eyeglasses-grey-background_613910-13573.jpg"}, + { id: "t1", title: "Highly Effective", quote: "The bot protection is simply unmatched. We saw immediate results.", name: "Alex Smith", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-old-man-wearing-suit_23-2148831105.jpg" }, + { id: "t2", title: "Performance Boost", quote: "Not only secure, but our load times have never been faster.", name: "Maria Garcia", role: "Lead Dev", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg" }, + { id: "t3", title: "Rock Solid", quote: "Reliable, robust, and essential for our enterprise architecture.", name: "John Doe", role: "IT Manager", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-disabilities-invalid-disabled-paralized-handicapped-immobilized-looking-camera-upset-tired-sitting-wheelchair-business-office-room-working-financial-project-with-team_482257-28442.jpg" }, + { id: "t4", title: "Great Support", quote: "The support team helped us integrate seamlessly.", name: "Sarah Lee", role: "Security Analyst", imageSrc: "http://img.b2bpic.net/free-photo/front-view-businessman-with-crossed-arms_23-2148242733.jpg" }, + { id: "t5", title: "Game Changer", quote: "We finally have peace of mind regarding our data integrity.", name: "David Wang", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-plump-male-eyeglasses-grey-background_613910-13573.jpg" }, ]} title="What Our Clients Say" description="Experience secure web browsing and robust defense systems." @@ -145,8 +117,7 @@ export default function LandingPage() {