Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
370
src/app/page.tsx
370
src/app/page.tsx
@@ -34,42 +34,24 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "#solutions",
|
||||
},
|
||||
name: "Solutions", id: "#solutions"},
|
||||
{
|
||||
name: "Metrics",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Metrics", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Start Your Audit",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Start Your Audit", href: "#contact"}}
|
||||
brandName="Agence Tech Conformité Cyber"
|
||||
/>
|
||||
</div>
|
||||
@@ -80,71 +62,39 @@ export default function LandingPage() {
|
||||
description="Turn regulatory complexity into competitive advantage. Our AI-powered platform automates security audits, eliminates manual compliance work, and keeps your organization audit-ready—every single day"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex Chen",
|
||||
handle: "@alexchen_cto",
|
||||
testimonial: "Agence Tech Conformité Cyber transformed our SOC 2 journey. Their AI platform cut audit time by 60% and gave us unmatched clarity.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-moder-business-woman-office-lady-holding-mug-with-coffee-tea-smiling-standing-against-whit_1258-121308.jpg?_wi=1",
|
||||
},
|
||||
name: "Alex Chen", handle: "@alexchen_cto", testimonial: "Agence Tech Conformité Cyber transformed our SOC 2 journey. Their AI platform cut audit time by 60% and gave us unmatched clarity.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-moder-business-woman-office-lady-holding-mug-with-coffee-tea-smiling-standing-against-whit_1258-121308.jpg"},
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarahm_legal",
|
||||
testimonial: "Navigating ISO 27001 felt impossible until we partnered with them. The automation and expert guidance were invaluable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1",
|
||||
},
|
||||
name: "Sarah Miller", handle: "@sarahm_legal", testimonial: "Navigating ISO 27001 felt impossible until we partnered with them. The automation and expert guidance were invaluable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"},
|
||||
{
|
||||
name: "David Lee",
|
||||
handle: "@davidlee_risk",
|
||||
testimonial: "For a fintech startup like ours, continuous compliance is non-negotiable. This platform makes it effortless and audit-ready.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freelancer-noting-down-ideas-paper-using-pen-while-teleworking_482257-118182.jpg",
|
||||
},
|
||||
name: "David Lee", handle: "@davidlee_risk", testimonial: "For a fintech startup like ours, continuous compliance is non-negotiable. This platform makes it effortless and audit-ready.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freelancer-noting-down-ideas-paper-using-pen-while-teleworking_482257-118182.jpg"},
|
||||
{
|
||||
name: "Elena Petrova",
|
||||
handle: "@elenap_ceo",
|
||||
testimonial: "Our business needed robust GDPR compliance, and this platform delivered. The intuitive interface and powerful automation are game-changers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg",
|
||||
},
|
||||
name: "Elena Petrova", handle: "@elenap_ceo", testimonial: "Our business needed robust GDPR compliance, and this platform delivered. The intuitive interface and powerful automation are game-changers.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg"},
|
||||
{
|
||||
name: "James O'Connell",
|
||||
handle: "@jameso_infosec",
|
||||
testimonial: "The proactive risk management features helped us identify and fix critical vulnerabilities before they could be exploited. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smil_1258-124564.jpg",
|
||||
},
|
||||
name: "James O'Connell", handle: "@jameso_infosec", testimonial: "The proactive risk management features helped us identify and fix critical vulnerabilities before they could be exploited. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smil_1258-124564.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Audit",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Your Audit", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/user-profile-icon-front-side_187299-39596.jpg",
|
||||
alt: "Client Avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/user-profile-icon-front-side_187299-39596.jpg", alt: "Client Avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-man-glasses-is-posing-photographer-studio_613910-2638.jpg",
|
||||
alt: "Client Avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-man-glasses-is-posing-photographer-studio_613910-2638.jpg", alt: "Client Avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cybersecurity-concept-illustration_23-2151883555.jpg",
|
||||
alt: "Client Avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cybersecurity-concept-illustration_23-2151883555.jpg", alt: "Client Avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-hacker_23-2148165932.jpg",
|
||||
alt: "Client Avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-hacker_23-2148165932.jpg", alt: "Client Avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/user-profile-icon-right-side_187299-47597.jpg",
|
||||
alt: "Client Avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/user-profile-icon-right-side_187299-47597.jpg", alt: "Client Avatar 5"},
|
||||
]}
|
||||
avatarText="Trusted by 100+ C-level executives"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdtgyW52dvAFjXZ2zkLiO8xEzz/uploaded-1780520568222-k1w9vv9q.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdtgyW52dvAFjXZ2zkLiO8xEzz/uploaded-1780520568222-k1w9vv9q.png"
|
||||
imageAlt="AI-Powered Compliance Dashboard"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
@@ -157,24 +107,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Empowering Modern Enterprises with ",
|
||||
},
|
||||
type: "text", content: "Empowering Modern Enterprises with "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg",
|
||||
alt: "Cybersecurity compliance vision",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg", alt: "Cybersecurity compliance vision"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Seamless Compliance",
|
||||
},
|
||||
type: "text", content: " Seamless Compliance"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Discover Our Story", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -186,46 +127,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "AI-Powered Audit Automation",
|
||||
description: "Leverage machine learning to automatically collect evidence, detect non-compliance, and generate audit-ready reports with unparalleled accuracy.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201873.jpg",
|
||||
imageAlt: "AI Audit Automation Dashboard",
|
||||
},
|
||||
title: "AI-Powered Audit Automation", description: "Leverage machine learning to automatically collect evidence, detect non-compliance, and generate audit-ready reports with unparalleled accuracy.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201873.jpg", imageAlt: "AI Audit Automation Dashboard"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-checking-greenscreen-display_482257-86784.jpg",
|
||||
imageAlt: "Automated Security Checklist",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdtgyW52dvAFjXZ2zkLiO8xEzz/uploaded-1780520568222-k1w9vv9q.png?_wi=2",
|
||||
imageAlt: "real-time compliance dashboard ui",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-checking-greenscreen-display_482257-86784.jpg", imageAlt: "Automated Security Checklist"},
|
||||
// imageSrc removed from here per error
|
||||
imageAlt: "real-time compliance dashboard ui"
|
||||
},
|
||||
{
|
||||
title: "Continuous Compliance Monitoring",
|
||||
description: "Go beyond snapshots. Our platform provides real-time oversight of your security posture, ensuring you're always audit-ready, not just during audits.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system-using-voice-controlled-sma_482257-2844.jpg",
|
||||
imageAlt: "Continuous Compliance Monitoring",
|
||||
},
|
||||
title: "Continuous Compliance Monitoring", description: "Go beyond snapshots. Our platform provides real-time oversight of your security posture, ensuring you're always audit-ready, not just during audits.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system-using-voice-controlled-sma_482257-2844.jpg", imageAlt: "Continuous Compliance Monitoring"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-33533.jpg",
|
||||
imageAlt: "Regulatory Changes Dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-moder-business-woman-office-lady-holding-mug-with-coffee-tea-smiling-standing-against-whit_1258-121308.jpg?_wi=2",
|
||||
imageAlt: "real-time compliance dashboard ui",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-33533.jpg", imageAlt: "Regulatory Changes Dashboard"},
|
||||
// imageSrc removed from here per error
|
||||
imageAlt: "real-time compliance dashboard ui"
|
||||
},
|
||||
{
|
||||
title: "Proactive Risk Management",
|
||||
description: "Identify and mitigate potential risks before they become threats. Our predictive analytics help you stay ahead of vulnerabilities and regulatory shifts.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filing-taxes-smartphone_23-2151953952.jpg",
|
||||
imageAlt: "Proactive Risk Management Interface",
|
||||
},
|
||||
title: "Proactive Risk Management", description: "Identify and mitigate potential risks before they become threats. Our predictive analytics help you stay ahead of vulnerabilities and regulatory shifts.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filing-taxes-smartphone_23-2151953952.jpg", imageAlt: "Proactive Risk Management Interface"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148621898.jpg",
|
||||
imageAlt: "Risk Mitigation Workflow",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2",
|
||||
imageAlt: "real-time compliance dashboard ui",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148621898.jpg", imageAlt: "Risk Mitigation Workflow"},
|
||||
// imageSrc removed from here per error
|
||||
imageAlt: "real-time compliance dashboard ui"
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -241,23 +164,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Gauge,
|
||||
title: "Audit Time Reduction",
|
||||
value: "60%",
|
||||
},
|
||||
id: "1", icon: Gauge,
|
||||
title: "Audit Time Reduction", value: "60%"},
|
||||
{
|
||||
id: "2",
|
||||
icon: ShieldCheck,
|
||||
title: "Compliance Coverage",
|
||||
value: "99%",
|
||||
},
|
||||
id: "2", icon: ShieldCheck,
|
||||
title: "Compliance Coverage", value: "99%"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Activity,
|
||||
title: "Risk Mitigation",
|
||||
value: "75%",
|
||||
},
|
||||
id: "3", icon: Activity,
|
||||
title: "Risk Mitigation", value: "75%"},
|
||||
]}
|
||||
title="Quantifiable Impact, Unmatched Performance"
|
||||
description="Demonstrating our commitment to excellence through verifiable results and continuous improvement in cybersecurity compliance."
|
||||
@@ -269,49 +183,20 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up" {/* Added missing animationType prop */}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "AI Audit Automation Suite",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-data-analysis-solid-glyph-icon-pack-vector-icons-illustration_1142-18636.jpg",
|
||||
imageAlt: "AI Audit Automation Suite icon",
|
||||
},
|
||||
id: "1", name: "AI Audit Automation Suite", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-vector/25-data-analysis-solid-glyph-icon-pack-vector-icons-illustration_1142-18636.jpg", imageAlt: "AI Audit Automation Suite icon"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Continuous Monitoring Platform",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-science-labels-template_23-2149487606.jpg",
|
||||
imageAlt: "Continuous Monitoring Platform icon",
|
||||
},
|
||||
id: "2", name: "Continuous Monitoring Platform", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-science-labels-template_23-2149487606.jpg", imageAlt: "Continuous Monitoring Platform icon"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Integrated Risk Management",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/biohazard-sign-ai-generated_268835-18721.jpg",
|
||||
imageAlt: "Integrated Risk Management icon",
|
||||
},
|
||||
id: "3", name: "Integrated Risk Management", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/biohazard-sign-ai-generated_268835-18721.jpg", imageAlt: "Integrated Risk Management icon"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Regulatory Framework Mapper",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-641481.jpg",
|
||||
imageAlt: "Regulatory Framework Mapper icon",
|
||||
},
|
||||
id: "4", name: "Regulatory Framework Mapper", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-641481.jpg", imageAlt: "Regulatory Framework Mapper icon"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Automated Reporting Engine",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-business-process_1284-1151.jpg",
|
||||
imageAlt: "Automated Reporting Engine icon",
|
||||
},
|
||||
id: "5", name: "Automated Reporting Engine", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-vector/collection-business-process_1284-1151.jpg", imageAlt: "Automated Reporting Engine icon"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Expert Advisory Services",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg",
|
||||
imageAlt: "Expert Advisory Services icon",
|
||||
},
|
||||
id: "6", name: "Expert Advisory Services", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg", imageAlt: "Expert Advisory Services icon"},
|
||||
]}
|
||||
title="Our AI-Powered Compliance Solutions"
|
||||
description="Discover our suite of automated tools designed to streamline your security audits and maintain continuous regulatory readiness."
|
||||
@@ -326,45 +211,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sophia Rodriguez",
|
||||
role: "CTO",
|
||||
company: "Fintech Innovations",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg",
|
||||
},
|
||||
id: "1", name: "Sophia Rodriguez", role: "CTO", company: "Fintech Innovations", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Johnson",
|
||||
role: "VP of Engineering",
|
||||
company: "SaaS Solutions Co.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg",
|
||||
},
|
||||
id: "2", name: "Mark Johnson", role: "VP of Engineering", company: "SaaS Solutions Co.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Watson",
|
||||
role: "Chief Legal Officer",
|
||||
company: "HealthTech Global",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-reviewing-document-tablet_1139-420.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Watson", role: "Chief Legal Officer", company: "HealthTech Global", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-reviewing-document-tablet_1139-420.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Brown",
|
||||
role: "Head of Risk Management",
|
||||
company: "Enterprise Security Inc.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/admin-data-center-using-artificial-intelligence-tech-tablet_482257-120985.jpg",
|
||||
},
|
||||
id: "4", name: "Michael Brown", role: "Head of Risk Management", company: "Enterprise Security Inc.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/admin-data-center-using-artificial-intelligence-tech-tablet_482257-120985.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica White",
|
||||
role: "IT Security Lead",
|
||||
company: "GrowthX Startup",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analyst-conducts-research-into-global-economies-deliver-knowledge-company-advancements-finance-before-investing-capital-investor-prepares-simulations-studies-laws_482257-73482.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica White", role: "IT Security Lead", company: "GrowthX Startup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analyst-conducts-research-into-global-economies-deliver-knowledge-company-advancements-finance-before-investing-capital-investor-prepares-simulations-studies-laws_482257-73482.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from industry leaders who have transformed their compliance burden into a strategic advantage with our platform."
|
||||
@@ -376,16 +236,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"SecureBank",
|
||||
"CloudFlow",
|
||||
"MediGuard",
|
||||
"DataBridge",
|
||||
"FintechX",
|
||||
"SaaSify",
|
||||
"HealthSphere",
|
||||
"GlobalTech",
|
||||
"CyberCorp",
|
||||
]}
|
||||
"SecureBank", "CloudFlow", "MediGuard", "DataBridge", "FintechX", "SaaSify", "HealthSphere", "GlobalTech", "CyberCorp"]}
|
||||
title="Trusted by Leading Innovators"
|
||||
description="We partner with visionary companies across fintech, SaaS, and healthtech to secure their future and streamline compliance."
|
||||
/>
|
||||
@@ -397,25 +248,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is AI-powered compliance automation?",
|
||||
content: "Our AI platform automates evidence collection, risk assessment, and report generation, drastically reducing manual effort and human error in your compliance process.",
|
||||
},
|
||||
id: "1", title: "What is AI-powered compliance automation?", content: "Our AI platform automates evidence collection, risk assessment, and report generation, drastically reducing manual effort and human error in your compliance process."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How does your platform ensure continuous compliance?",
|
||||
content: "We provide real-time monitoring of your systems and controls, instantly flagging deviations from regulatory standards and ensuring you're always audit-ready.",
|
||||
},
|
||||
id: "2", title: "How does your platform ensure continuous compliance?", content: "We provide real-time monitoring of your systems and controls, instantly flagging deviations from regulatory standards and ensuring you're always audit-ready."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Which compliance frameworks do you support?",
|
||||
content: "Our platform supports a wide range of frameworks, including ISO 27001, SOC 2, HIPAA, GDPR, and more, with customizable mapping to your specific needs.",
|
||||
},
|
||||
id: "3", title: "Which compliance frameworks do you support?", content: "Our platform supports a wide range of frameworks, including ISO 27001, SOC 2, HIPAA, GDPR, and more, with customizable mapping to your specific needs."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Is my data secure with your platform?",
|
||||
content: "Security is at the core of our solution. We employ industry-leading encryption, access controls, and regular security audits to protect your sensitive compliance data.",
|
||||
},
|
||||
id: "4", title: "Is my data secure with your platform?", content: "Security is at the core of our solution. We employ industry-leading encryption, access controls, and regular security audits to protect your sensitive compliance data."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-swirl-background_1017-2756.jpg"
|
||||
imageAlt="Cybersecurity Data Visualization"
|
||||
@@ -431,8 +270,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
tag="Get Started"
|
||||
title="Achieve Continuous Compliance"
|
||||
description="Ready to transform your regulatory challenges? Reach out to our experts for a personalized consultation and demo of our AI platform."
|
||||
@@ -448,71 +286,43 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{
|
||||
label: "AI Audit Automation",
|
||||
href: "#solutions",
|
||||
},
|
||||
label: "AI Audit Automation", href: "#solutions"},
|
||||
{
|
||||
label: "Continuous Monitoring",
|
||||
href: "#solutions",
|
||||
},
|
||||
label: "Continuous Monitoring", href: "#solutions"},
|
||||
{
|
||||
label: "Risk Management",
|
||||
href: "#solutions",
|
||||
},
|
||||
label: "Risk Management", href: "#solutions"},
|
||||
{
|
||||
label: "Expert Advisory",
|
||||
href: "#solutions",
|
||||
},
|
||||
label: "Expert Advisory", href: "#solutions"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Case Studies",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Case Studies", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user