4 Commits

Author SHA1 Message Date
526df9b180 Merge version_2 into main
Merge version_2 into main
2026-03-04 10:34:13 +00:00
afa7a25b9b Update src/app/page.tsx 2026-03-04 10:34:09 +00:00
646a19f4ef Update src/app/layout.tsx 2026-03-04 10:34:08 +00:00
5c1f6ad715 Merge version_1 into main
Merge version_1 into main
2026-03-04 10:31:01 +00:00
2 changed files with 57 additions and 93 deletions

View File

@@ -1,55 +1,20 @@
import type { Metadata } from "next";
import { Public_Sans } from "next/font/google";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const publicSans = Public_Sans({
variable: "--font-public-sans", subsets: ["latin"],
});
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "CyberGuard AI - Enterprise Cybersecurity Solutions", description: "AI-powered cybersecurity services including threat detection, compliance training, penetration testing, and 24/7 SOC operations. Protect your enterprise today.", keywords: "cybersecurity, AI threat detection, security training, penetration testing, compliance, ISO 27001, GDPR, SOC, incident response, enterprise security", robots: {
index: true,
follow: true,
},
openGraph: {
title: "CyberGuard AI - Enterprise Cybersecurity Solutions", description: "Advanced AI-powered cybersecurity and threat protection for enterprises. Compliance training, penetration testing, and 24/7 SOC services.", type: "website", siteName: "CyberGuard AI", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/a-modern-sleek-cybersecurity-dashboard-i-1772620127603-dd037a7d.png", alt: "CyberGuard AI Security Dashboard"},
],
},
twitter: {
card: "summary_large_image", title: "CyberGuard AI - Enterprise Cybersecurity", description: "AI-powered threat detection and security operations for enterprises", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/a-modern-sleek-cybersecurity-dashboard-i-1772620127603-dd037a7d.png"],
},
};
title: "ClickBox - AI-Powered Cybersecurity Solutions", description: "Enterprise cybersecurity training, security testing, SOC services, and risk management powered by artificial intelligence."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${publicSans.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1417,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -28,30 +28,30 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
brandName="CyberGuard AI"
brandName="ClickBox"
navItems={[
{ name: "Services", id: "services" },
{ name: "Features", id: "features" },
{ name: "Why Us", id: "metrics" },
{ name: "Why Us", id: "features" },
{ name: "Impact", id: "metrics" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
bottomLeftText="Enterprise Security Solutions"
bottomRightText="hello@cyberguard.ai"
bottomLeftText="Enterprise Cybersecurity AI Solutions"
bottomRightText="hello@clickbox.ai"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
title="AI-Powered Cybersecurity Excellence"
description="Protect your enterprise with advanced threat detection, compliance training, and intelligent security operations powered by artificial intelligence."
title="Advanced Cybersecurity Solutions for Enterprise"
description="Comprehensive security training, testing, operations, and risk management powered by artificial intelligence. Protect your organization with cutting-edge technology and expert guidance."
tag="Enterprise Security"
tagIcon={Shield}
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Explore Our Services", href: "#services" },
{ text: "Get Started", href: "#contact" },
{ text: "Explore Services", href: "#services" },
{ text: "Schedule Demo", href: "#contact" },
]}
mediaItems={[
{
@@ -78,23 +78,23 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardThree
title="Comprehensive Security Solutions"
description="From awareness training to advanced threat monitoring, we deliver integrated security services tailored to your enterprise needs."
title="Comprehensive Security Services"
description="ClickBox delivers integrated solutions across four core security domains: Cybersecurity Training, Security Testing, Security Operations, and Risk & Vendor Management."
tag="Our Services"
tagIcon={Zap}
tagAnimation="slide-up"
features={[
{
id: "01", title: "Cybersecurity Training", description: "Empower your team with social engineering awareness, data protection compliance, and ISO 27001 certification programs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/cybersecurity-training-platform-interfac-1772620130773-f6366d5c.png"
id: "01", title: "Cybersecurity Training", description: "Social Engineering & Awareness Training, Data Protection & GDPR Compliance Training, ISO/IEC 27001 Certification Training, Security Auditing & Compliance Workshops.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/cybersecurity-training-platform-interfac-1772620130773-f6366d5c.png"
},
{
id: "02", title: "Security Testing", description: "Identify vulnerabilities through penetration testing and comprehensive risk analysis before threats can exploit them.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/penetration-testing-and-vulnerability-as-1772620128636-8d8bca6b.png"
id: "02", title: "Security Testing", description: "Penetration Testing and Vulnerability Assessment & Risk Analysis to identify and remediate security vulnerabilities before they can be exploited.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/penetration-testing-and-vulnerability-as-1772620128636-8d8bca6b.png"
},
{
id: "03", title: "Security Operations", description: "24/7 SOC services with AI-powered threat monitoring and rapid incident response capabilities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/security-operations-center-soc-control-r-1772620128422-e019c043.png"
id: "03", title: "Security Operations", description: "SOC Services, Threat Monitoring & Incident Response - 24/7 managed security operations with AI-powered threat detection and rapid incident containment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/security-operations-center-soc-control-r-1772620128422-e019c043.png"
},
{
id: "04", title: "Risk & Vendor Management", description: "Comprehensive vendor risk assessment and enterprise risk management for supply chain security.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/enterprise-risk-and-vendor-management-da-1772620129120-7e6e5b85.png"
id: "04", title: "Risk & Vendor Management", description: "Vendor Risk Assessment and Enterprise Risk Management for comprehensive supply chain security and organizational risk mitigation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/enterprise-risk-and-vendor-management-da-1772620129120-7e6e5b85.png"
},
]}
gridVariant="two-columns-alternating-heights"
@@ -107,23 +107,23 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardThree
title="Why Choose CyberGuard AI?"
description="Advanced AI technology combined with expert security professionals delivering unmatched protection and compliance."
title="Why Choose ClickBox?"
description="Advanced AI technology combined with expert security professionals delivering unmatched protection, compliance, and risk management."
tag="Key Advantages"
tagIcon={CheckCircle}
tagAnimation="slide-up"
features={[
{
id: "01", title: "AI-Powered Detection", description: "Machine learning algorithms identify emerging threats in real-time with 99.8% accuracy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/machine-learning-threat-detection-system-1772620128677-8d716ed6.png"
id: "01", title: "AI-Powered Intelligence", description: "Machine learning algorithms analyze threat patterns and behavioral anomalies with 99.8% accuracy for real-time threat detection.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/machine-learning-threat-detection-system-1772620128677-8d716ed6.png"
},
{
id: "02", title: "24/7 Expert Monitoring", description: "Dedicated security analysts backed by AI provide continuous threat monitoring and incident response.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/24-7-security-monitoring-center-with-mul-1772620129019-8dbeda46.png"
id: "02", title: "Expert Team Support", description: "Dedicated security experts and AI-powered systems provide 24/7 threat monitoring, incident response, and strategic guidance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/24-7-security-monitoring-center-with-mul-1772620129019-8dbeda46.png"
},
{
id: "03", title: "Compliance Excellence", description: "Achieve and maintain ISO 27001, GDPR, HIPAA, and other regulatory compliance requirements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/compliance-management-system-showing-mul-1772620129053-c15e27f3.png"
id: "03", title: "Compliance Expertise", description: "Achieve and maintain ISO 27001, GDPR, HIPAA, and other regulatory compliance requirements with our comprehensive compliance programs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/compliance-management-system-showing-mul-1772620129053-c15e27f3.png"
},
{
id: "04", title: "Custom Solutions", description: "Tailored security frameworks designed specifically for your industry and risk profile.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/customizable-security-framework-interfac-1772620129853-315a8560.png"
id: "04", title: "Tailored Solutions", description: "Custom security frameworks designed specifically for your industry, size, and risk profile with continuous optimization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/customizable-security-framework-interfac-1772620129853-315a8560.png"
},
]}
gridVariant="bento-grid"
@@ -136,30 +136,30 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardSeven
title="Our Impact"
description="Proven results protecting enterprises worldwide against evolving cyber threats."
title="Proven Enterprise Impact"
description="ClickBox protects enterprises worldwide with advanced security solutions and proven results."
tag="Enterprise Trust"
tagIcon={TrendingUp}
tagAnimation="slide-up"
metrics={[
{
id: "1", value: "500+", title: "Enterprises Protected", items: [
"Global coverage across 45+ countries", "Fortune 500 clients among our portfolio"
"Global presence across multiple regions", "Fortune 500 companies in our portfolio"
]
},
{
id: "2", value: "99.8%", title: "Threat Detection Accuracy", items: [
"AI-powered continuous learning", "Zero-day vulnerability detection"
"AI-powered continuous learning", "Advanced behavioral analysis"
]
},
{
id: "3", value: "15min", title: "Average Response Time", items: [
"Fastest incident containment", "Minimized damage exposure"
"Rapid incident containment", "Minimized damage exposure"
]
},
{
id: "4", value: "100%", title: "Compliance Achievement", items: [
"All regulatory standards met", "Continuous audit readiness"
"All regulatory standards covered", "Continuous audit readiness"
]
},
]}
@@ -171,8 +171,8 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="Trusted By Industry Leaders"
description="Hear from security directors and CIOs who've transformed their security posture with our AI-powered solutions."
title="Trusted By Security Leaders"
description="Hear from CISOs, Chief Security Officers, and IT Directors who've transformed their security posture with ClickBox."
tag="Client Testimonials"
tagIcon={Award}
tagAnimation="slide-up"
@@ -181,22 +181,22 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Chen", handle: "CISO, TechCorp Global", testimonial: "CyberGuard AI transformed our security operations. The AI-powered threat detection caught threats we'd never identified before. Exceptional service.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/professional-headshot-of-a-confident-asi-1772620127320-4d037e99.png", imageAlt: "Sarah Chen"
id: "1", name: "Sarah Chen", handle: "CISO, TechCorp Global", testimonial: "ClickBox transformed our security operations. The AI-powered threat detection caught threats we'd never identified before. Exceptional service and support.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/professional-headshot-of-a-confident-asi-1772620127320-4d037e99.png", imageAlt: "Sarah Chen"
},
{
id: "2", name: "Michael Rodriguez", handle: "Chief Security Officer, FinanceHub", testimonial: "Their compliance expertise helped us achieve ISO 27001 in record time. The training programs are world-class and actually engaging.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/professional-headshot-of-a-composed-lati-1772620129977-795318a5.png", imageAlt: "Michael Rodriguez"
id: "2", name: "Michael Rodriguez", handle: "Chief Security Officer, FinanceHub", testimonial: "Their compliance expertise helped us achieve ISO 27001 in record time. The training programs are world-class and actually engage our team.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/professional-headshot-of-a-composed-lati-1772620129977-795318a5.png", imageAlt: "Michael Rodriguez"
},
{
id: "3", name: "Emily Watson", handle: "IT Director, Healthcare Solutions", testimonial: "The 24/7 SOC support gives us peace of mind. Their incident response is faster and more effective than our previous provider. Highly recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/professional-headshot-of-a-competent-cau-1772620127288-be724292.png", imageAlt: "Emily Watson"
id: "3", name: "Emily Watson", handle: "IT Director, Healthcare Solutions", testimonial: "The 24/7 SOC support gives us complete peace of mind. Their incident response is faster and more effective than our previous provider.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/professional-headshot-of-a-competent-cau-1772620127288-be724292.png", imageAlt: "Emily Watson"
},
{
id: "4", name: "David Kim", handle: "Risk Manager, RetailMax International", testimonial: "Vendor risk management simplified. Their platform gives us visibility into our entire supply chain security posture. Game-changing.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/professional-headshot-of-an-accomplished-1772620127671-d1fe11f1.png", imageAlt: "David Kim"
},
{
id: "5", name: "Lisa Patel", handle: "VP Security, CloudScale Inc", testimonial: "The penetration testing caught critical vulnerabilities in our infrastructure. Professional team, actionable insights, real value delivered.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/professional-headshot-of-a-confident-ind-1772620127192-e8410745.png", imageAlt: "Lisa Patel"
id: "5", name: "Lisa Patel", handle: "VP Security, CloudScale Inc", testimonial: "The penetration testing identified critical vulnerabilities in our infrastructure. Professional team, actionable insights, real value delivered.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/professional-headshot-of-a-confident-ind-1772620127192-e8410745.png", imageAlt: "Lisa Patel"
},
{
id: "6", name: "James Thompson", handle: "Chief Risk Officer, Enterprise Bank", testimonial: "Best investment in cybersecurity we've made. Their proactive approach and AI capabilities have reduced our risk profile significantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/professional-headshot-of-an-experienced--1772620127767-c9f1f7dd.png", imageAlt: "James Thompson"
id: "6", name: "James Thompson", handle: "Chief Risk Officer, Enterprise Bank", testimonial: "Best investment in cybersecurity we've made. Their proactive approach and AI capabilities have significantly reduced our security risk profile.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATcVo69J87tmaBCX2GYPIrsC6x/professional-headshot-of-an-experienced--1772620127767-c9f1f7dd.png", imageAlt: "James Thompson"
},
]}
speed={40}
@@ -206,7 +206,7 @@ export default function LandingPage() {
<div id="partners" data-section="partners">
<SocialProofOne
title="Trusted By Leading Organizations"
description="Enterprise security teams worldwide rely on CyberGuard AI for protection and compliance."
description="Enterprise security teams worldwide rely on ClickBox for protection, compliance, and risk management."
tag="Partners"
tagIcon={Building2}
tagAnimation="slide-up"
@@ -226,30 +226,30 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitText
sideTitle="Common Questions About Our Services"
sideDescription="Get answers to frequently asked questions about our cybersecurity solutions and service offerings."
sideTitle="Common Questions About ClickBox"
sideDescription="Get answers to frequently asked questions about our cybersecurity services, training, SOC operations, and risk management solutions."
textPosition="left"
useInvertedBackground={false}
faqsAnimation="slide-up"
animationType="smooth"
faqs={[
{
id: "1", title: "How quickly can you detect threats?", content: "Our AI-powered monitoring systems detect threats in real-time, typically within minutes. Our average response time is 15 minutes from detection to containment."
id: "1", title: "What cybersecurity training does ClickBox offer?", content: "We provide comprehensive training programs including Social Engineering & Awareness Training, Data Protection & GDPR Compliance Training, ISO/IEC 27001 Certification Training, and Security Auditing & Compliance Workshops tailored to your organization's needs."
},
{
id: "2", title: "Do you provide compliance training?", content: "Yes, we offer comprehensive training programs including Social Engineering Awareness, Data Protection & GDPR Compliance, and ISO/IEC 27001 Certification courses tailored to your organization."
id: "2", title: "How does your penetration testing work?", content: "Our Security Testing services include comprehensive Penetration Testing and Vulnerability Assessment & Risk Analysis. We identify vulnerabilities in your systems and infrastructure before threats can exploit them, providing detailed reports and remediation guidance."
},
{
id: "3", title: "What is included in your SOC services?", content: "Our 24/7 Security Operations Center provides continuous threat monitoring, incident response, threat analysis, and reporting with our team of expert security analysts supported by AI technology."
id: "3", title: "What is included in your SOC services?", content: "Our Security Operations services provide 24/7 managed SOC services with AI-powered threat monitoring and rapid incident response capabilities. Our dedicated analysts work around the clock to detect, analyze, and respond to security threats."
},
{
id: "4", title: "Can you help us achieve compliance?", content: "Absolutely. We specialize in helping organizations achieve and maintain ISO 27001, GDPR, HIPAA, and other regulatory compliance requirements through our comprehensive consulting and training programs."
id: "4", title: "How do you help with compliance?", content: "We specialize in helping organizations achieve and maintain ISO 27001, GDPR, HIPAA, and other regulatory compliance requirements through our compliance programs, auditing, and consulting services."
},
{
id: "5", title: "How do you assess vendor security?", content: "Our vendor risk assessment process includes security questionnaire analysis, infrastructure review, compliance verification, and ongoing monitoring to ensure your supply chain remains secure."
id: "5", title: "What is vendor risk assessment?", content: "Our Vendor Risk Assessment service evaluates the security posture and risk level of your vendors and third-party service providers, ensuring your supply chain security and minimizing exposure through third-party relationships."
},
{
id: "6", title: "What makes your AI different?", content: "Our proprietary AI algorithms are trained on millions of threat signatures and behavioral patterns, enabling 99.8% detection accuracy with minimal false positives and continuous learning capabilities."
id: "6", title: "How accurate is your AI-powered detection?", content: "Our proprietary AI algorithms achieve 99.8% threat detection accuracy. We use machine learning trained on millions of threat signatures and behavioral patterns to identify emerging threats in real-time with minimal false positives."
},
]}
/>
@@ -257,10 +257,10 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Ready to Transform Your Security?"
ctaDescription="Schedule a consultation with our security experts to discuss your organization's unique needs and how CyberGuard AI can protect your enterprise."
ctaTitle="Ready to Strengthen Your Security?"
ctaDescription="Schedule a consultation with our security experts to discuss your organization's unique needs and how ClickBox can protect your enterprise with our comprehensive security solutions."
ctaButton={{
text: "Book a Demo", href: "https://calendly.com/cyberguard"
text: "Book a Demo", href: "https://calendly.com/clickbox"
}}
ctaIcon={Phone}
useInvertedBackground={true}
@@ -282,20 +282,20 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="CyberGuard AI"
copyrightText="© 2025 CyberGuard AI. Enterprise Security Solutions."
logoText="ClickBox"
copyrightText="© 2025 ClickBox. Enterprise Cybersecurity AI Solutions."
socialLinks={[
{
icon: Linkedin,
href: "https://linkedin.com/company/cyberguard-ai", ariaLabel: "LinkedIn"
href: "https://linkedin.com/company/clickbox-security", ariaLabel: "LinkedIn"
},
{
icon: Twitter,
href: "https://twitter.com/cyberguard_ai", ariaLabel: "Twitter"
href: "https://twitter.com/clickbox_ai", ariaLabel: "Twitter"
},
{
icon: Mail,
href: "mailto:hello@cyberguard.ai", ariaLabel: "Email"
href: "mailto:hello@clickbox.ai", ariaLabel: "Email"
},
]}
/>