|
|
|
|
@@ -32,18 +32,10 @@ export default function LandingPage() {
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarStyleCentered
|
|
|
|
|
navItems={[
|
|
|
|
|
{
|
|
|
|
|
name: "Features",
|
|
|
|
|
id: "#features",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Metrics",
|
|
|
|
|
id: "#metrics",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "FAQ",
|
|
|
|
|
id: "#faq",
|
|
|
|
|
},
|
|
|
|
|
{ name: "Features", id: "#features" },
|
|
|
|
|
{ name: "Metrics", id: "#metrics" },
|
|
|
|
|
{ name: "FAQ", id: "#faq" },
|
|
|
|
|
{ name: "Contact", id: "#contact" }
|
|
|
|
|
]}
|
|
|
|
|
brandName="Cloudflare Shield"
|
|
|
|
|
/>
|
|
|
|
|
@@ -51,36 +43,16 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboardCarousel
|
|
|
|
|
background={{
|
|
|
|
|
variant: "sparkles-gradient",
|
|
|
|
|
}}
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
title="Unmatched Performance and Security"
|
|
|
|
|
description="Protecting your digital presence with cutting-edge security services designed to stop malicious bots and ensure your site is always available."
|
|
|
|
|
mediaItems={[
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/internet-security-system_53876-167125.jpg",
|
|
|
|
|
imageAlt: "Security Shield",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139291.jpg",
|
|
|
|
|
imageAlt: "Data Protection",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-lock-hologram-desk-with-laptop_23-2152029068.jpg",
|
|
|
|
|
imageAlt: "Network Safety",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-dots-lines-connected_1048-11946.jpg",
|
|
|
|
|
imageAlt: "Cyber Resilience",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/low-poly-background-with-connecting-lines-dots_1048-6130.jpg",
|
|
|
|
|
imageAlt: "Global Infrastructure",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/low-poly-background-with-connecting-lines-dots_1048-6496.jpg",
|
|
|
|
|
imageAlt: "Bot Protection",
|
|
|
|
|
},
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/internet-security-system_53876-167125.jpg", imageAlt: "Security Shield" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139291.jpg", imageAlt: "Data Protection" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-lock-hologram-desk-with-laptop_23-2152029068.jpg", imageAlt: "Network Safety" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-dots-lines-connected_1048-11946.jpg", imageAlt: "Cyber Resilience" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/low-poly-background-with-connecting-lines-dots_1048-6130.jpg", imageAlt: "Global Infrastructure" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/low-poly-background-with-connecting-lines-dots_1048-6496.jpg", imageAlt: "Bot Protection" },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -90,8 +62,7 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="About Our Security Service"
|
|
|
|
|
description={[
|
|
|
|
|
"We provide robust security services to protect your applications from malicious bots, scrapers, and automated threats.",
|
|
|
|
|
"Our platform leverages advanced AI and global network traffic analysis to ensure verification success while optimizing performance.",
|
|
|
|
|
"We provide robust security services to protect your applications from malicious bots, scrapers, and automated threats.", "Our platform leverages advanced AI and global network traffic analysis to ensure verification success while optimizing performance."
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -102,33 +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."
|
|
|
|
|
@@ -141,24 +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."
|
|
|
|
|
@@ -170,46 +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."
|
|
|
|
|
@@ -220,15 +117,7 @@ export default function LandingPage() {
|
|
|
|
|
<SocialProofOne
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
names={[
|
|
|
|
|
"Microsoft",
|
|
|
|
|
"Google",
|
|
|
|
|
"AWS",
|
|
|
|
|
"Oracle",
|
|
|
|
|
"IBM",
|
|
|
|
|
"Intel",
|
|
|
|
|
"Adobe",
|
|
|
|
|
]}
|
|
|
|
|
names={["Microsoft", "Google", "AWS", "Oracle", "IBM", "Intel", "Adobe"]}
|
|
|
|
|
title="Trusted Global Brands"
|
|
|
|
|
description="Leading tech enterprises choose our security platform."
|
|
|
|
|
/>
|
|
|
|
|
@@ -239,21 +128,11 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "q1",
|
|
|
|
|
title: "How does it work?",
|
|
|
|
|
content: "Our platform verifies requests in milliseconds.",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "q2",
|
|
|
|
|
title: "Is it secure?",
|
|
|
|
|
content: "Security is our primary commitment with state-of-the-art encryption.",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "q3",
|
|
|
|
|
title: "Can I integrate easily?",
|
|
|
|
|
content: "Integration takes minutes with our robust API suite.",
|
|
|
|
|
},
|
|
|
|
|
{ id: "q1", title: "How does it work?", content: "Our platform verifies requests in milliseconds." },
|
|
|
|
|
{ id: "q2", title: "Is it secure?", content: "Security is our primary commitment with state-of-the-art encryption." },
|
|
|
|
|
{ id: "q3", title: "Can I integrate easily?", content: "Integration takes minutes with our robust API suite." },
|
|
|
|
|
{ id: "q4", title: "What happens if I need support?", content: "We offer 24/7 dedicated support to assist with your integration needs." },
|
|
|
|
|
{ id: "q5", title: "Legal Disclaimers", content: "All use is subject to our standard Terms of Service and Privacy Policy. This platform is not liable for data loss or service outages during maintenance cycles. Usage of this site confirms acceptance of these terms." }
|
|
|
|
|
]}
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
description="Everything you need to know about our security verification."
|
|
|
|
|
@@ -264,12 +143,10 @@ export default function LandingPage() {
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactSplit
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
background={{
|
|
|
|
|
variant: "plain",
|
|
|
|
|
}}
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
tag="Contact"
|
|
|
|
|
title="Get Started with Security"
|
|
|
|
|
description="Ready to protect your digital environment? Sign up today."
|
|
|
|
|
description="Ready to protect your digital environment? Fill out this inquiry form and our experts will contact you."
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-lock-with-password-keyboard_23-2148578100.jpg"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
@@ -278,14 +155,8 @@ export default function LandingPage() {
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterLogoReveal
|
|
|
|
|
logoText="Cloudflare Shield"
|
|
|
|
|
leftLink={{
|
|
|
|
|
text: "Privacy",
|
|
|
|
|
href: "/privacy",
|
|
|
|
|
}}
|
|
|
|
|
rightLink={{
|
|
|
|
|
text: "Terms",
|
|
|
|
|
href: "/terms",
|
|
|
|
|
}}
|
|
|
|
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
|
|
|
|
rightLink={{ text: "Terms of Service", href: "#" }}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
|