Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 35902aa8ed |
233
src/app/page.tsx
233
src/app/page.tsx
@@ -34,65 +34,41 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "pricing"},
|
||||||
id: "pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="CyberGuard"
|
brandName="Netscape Cyber"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="CyberGuard"
|
logoText="Netscape Cyber"
|
||||||
description="Proactive protection for your digital assets. We provide elite cybersecurity intelligence to secure your business ecosystem against evolving threats."
|
description="Proactive protection for your digital assets. We provide elite cybersecurity intelligence to secure your business ecosystem against evolving threats."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Protected",
|
text: "Get Protected", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "View Pricing",
|
text: "View Pricing", href: "#pricing"},
|
||||||
href: "#pricing",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept_23-2152004046.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept_23-2152004046.jpg", imageAlt: "Data Protection"},
|
||||||
imageAlt: "Data Protection",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637784.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637784.jpg", imageAlt: "Secure Shield"},
|
||||||
imageAlt: "Secure Shield",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/programmer-walking-data-center-coding-laptop_482257-124794.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/programmer-walking-data-center-coding-laptop_482257-124794.jpg", imageAlt: "Server Security"},
|
||||||
imageAlt: "Server Security",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-sci-fi-techno-lights-cool-background_181624-21208.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-sci-fi-techno-lights-cool-background_181624-21208.jpg", imageAlt: "Firewall System"},
|
||||||
imageAlt: "Firewall System",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-enter-password-security-graphic-concept_53876-123748.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/technology-enter-password-security-graphic-concept_53876-123748.jpg", imageAlt: "Authentication"},
|
||||||
imageAlt: "Authentication",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/commander-communicating-with-allied-forces-transmitting-data_482257-90016.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/commander-communicating-with-allied-forces-transmitting-data_482257-90016.jpg", imageAlt: "Network Defense"},
|
||||||
imageAlt: "Network Defense",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -102,14 +78,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Enterprise Data",
|
"Enterprise Data", "Cloud Guard", "Tech Sync", "Secure Corp", "Shield Net", "Inno Sec", "Data Shield"]}
|
||||||
"Cloud Guard",
|
|
||||||
"Tech Sync",
|
|
||||||
"Secure Corp",
|
|
||||||
"Shield Net",
|
|
||||||
"Inno Sec",
|
|
||||||
"Data Shield",
|
|
||||||
]}
|
|
||||||
title="Securing Global Leaders"
|
title="Securing Global Leaders"
|
||||||
description="Trusted by industry experts to defend the infrastructure of the future."
|
description="Trusted by industry experts to defend the infrastructure of the future."
|
||||||
/>
|
/>
|
||||||
@@ -120,20 +89,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "Our Mission is Total Digital Sovereignty"},
|
||||||
content: "Our Mission is Total Digital Sovereignty",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/trans-man-work-with-laptop_23-2149409845.jpg", alt: "Team"},
|
||||||
src: "http://img.b2bpic.net/free-photo/trans-man-work-with-laptop_23-2149409845.jpg",
|
|
||||||
alt: "Team",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Read Our Vision",
|
text: "Read Our Vision", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -146,23 +108,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Zero Trust Architecture",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
title="Cyber Security Capabilities"
|
||||||
description="Comprehensive defense strategies tailored to your enterprise scale."
|
description="Comprehensive defense strategies tailored to your enterprise scale."
|
||||||
@@ -176,52 +126,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter",
|
id: "starter", price: "$1,999/mo", name: "Starter", buttons: [
|
||||||
price: "$1,999/mo",
|
|
||||||
name: "Starter",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Start Plan",
|
text: "Start Plan", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Security Scan",
|
"Security Scan", "Basic Firewall", "Email Support"],
|
||||||
"Basic Firewall",
|
|
||||||
"Email Support",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "enterprise",
|
id: "enterprise", price: "$4,999/mo", name: "Enterprise", buttons: [
|
||||||
price: "$4,999/mo",
|
|
||||||
name: "Enterprise",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Choose Enterprise",
|
text: "Choose Enterprise", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"24/7 Monitoring",
|
"24/7 Monitoring", "Zero Trust Setup", "Priority Support"],
|
||||||
"Zero Trust Setup",
|
|
||||||
"Priority Support",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "custom",
|
id: "custom", price: "Custom", name: "Enterprise Plus", buttons: [
|
||||||
price: "Custom",
|
|
||||||
name: "Enterprise Plus",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Dedicated SOC",
|
"Dedicated SOC", "Global Infrastructure", "Tailored Defense"],
|
||||||
"Global Infrastructure",
|
|
||||||
"Tailored Defense",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Defensive Tiers"
|
title="Defensive Tiers"
|
||||||
@@ -236,23 +162,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", icon: Shield,
|
||||||
icon: Shield,
|
title: "Threats Blocked", value: "1.2M+"},
|
||||||
title: "Threats Blocked",
|
|
||||||
value: "1.2M+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", icon: Zap,
|
||||||
icon: Zap,
|
title: "Response Time", value: "< 5ms"},
|
||||||
title: "Response Time",
|
|
||||||
value: "< 5ms",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", icon: Award,
|
||||||
icon: Award,
|
title: "Client Retention", value: "99.8%"},
|
||||||
title: "Client Retention",
|
|
||||||
value: "99.8%",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Proven Efficacy"
|
title="Proven Efficacy"
|
||||||
description="Data-driven results ensuring peace of mind across our client base."
|
description="Data-driven results ensuring peace of mind across our client base."
|
||||||
@@ -262,30 +179,20 @@ export default function LandingPage() {
|
|||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonial="CyberGuard transformed our security posture completely. We've had zero incidents since integration."
|
testimonial="Netscape Cyber transformed our security posture completely. We've had zero incidents since integration."
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Sarah Miller, CTO"
|
author="Sarah Miller, CTO"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/four-multiethnic-colleagues-looking-computer-screen-office_93675-134937.jpg",
|
src: "http://img.b2bpic.net/free-photo/four-multiethnic-colleagues-looking-computer-screen-office_93675-134937.jpg", alt: "Sarah"},
|
||||||
alt: "Sarah",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/people-around-computer_23-2149370613.jpg",
|
src: "http://img.b2bpic.net/free-photo/people-around-computer_23-2149370613.jpg", alt: "Mark"},
|
||||||
alt: "Mark",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/group-graphic-designers-using-digital-tablet_1170-772.jpg",
|
src: "http://img.b2bpic.net/free-photo/group-graphic-designers-using-digital-tablet_1170-772.jpg", alt: "Lisa"},
|
||||||
alt: "Lisa",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/multiracial-workers-using-laptop-device-write-emails-solving-tasks_482257-123663.jpg",
|
src: "http://img.b2bpic.net/free-photo/multiracial-workers-using-laptop-device-write-emails-solving-tasks_482257-123663.jpg", alt: "David"},
|
||||||
alt: "David",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/call-center-team-agents-wearing-headset-assisting-customers_482257-125962.jpg",
|
src: "http://img.b2bpic.net/free-photo/call-center-team-agents-wearing-headset-assisting-customers_482257-125962.jpg", alt: "James"},
|
||||||
alt: "James",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -298,20 +205,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "Is integration slow?", content: "Deployment takes minutes with our managed automation tools."},
|
||||||
title: "Is integration slow?",
|
|
||||||
content: "Deployment takes minutes with our managed automation tools.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Can you scale?", content: "Our infra supports everything from SMBs to Fortune 500."},
|
||||||
title: "Can you scale?",
|
|
||||||
content: "Our infra supports everything from SMBs to Fortune 500.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Do you provide SOC?", content: "Yes, dedicated 24/7 Security Operations Center services are available."},
|
||||||
title: "Do you provide SOC?",
|
|
||||||
content: "Yes, dedicated 24/7 Security Operations Center services are available.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/mystery-box-collage_23-2150061729.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/mystery-box-collage_23-2150061729.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -325,8 +223,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "animated-grid",
|
variant: "animated-grid"}}
|
||||||
}}
|
|
||||||
title="Secure Your Future"
|
title="Secure Your Future"
|
||||||
description="Ready to fortify your perimeter? Reach out to our engineers."
|
description="Ready to fortify your perimeter? Reach out to our engineers."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/experienced-call-center-employee-listening-customer-inquiries_482257-125965.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/experienced-call-center-employee-listening-customer-inquiries_482257-125965.jpg"
|
||||||
@@ -337,32 +234,28 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoText="CyberGuard"
|
logoText="Netscape Cyber"
|
||||||
|
copyrightText="© 2024 Netscape Cyber Services. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Solutions", items: [
|
||||||
items: [
|
{ label: "Zero Trust", href: "#features" },
|
||||||
{
|
{ label: "Security Operations", href: "#" },
|
||||||
label: "About",
|
{ label: "Threat Intelligence", href: "#" },
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Security",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Company", items: [
|
||||||
items: [
|
{ label: "About Us", href: "#about" },
|
||||||
{
|
{ label: "Careers", href: "#" },
|
||||||
label: "Privacy",
|
{ label: "Contact", href: "#contact" },
|
||||||
href: "#",
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Compliance",
|
title: "Legal", items: [
|
||||||
href: "#",
|
{ label: "Privacy Policy", href: "#" },
|
||||||
},
|
{ label: "Terms of Service", href: "#" },
|
||||||
|
{ label: "Compliance", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user