diff --git a/src/app/page.tsx b/src/app/page.tsx index 1650b3c..d7e8404 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,28 +32,13 @@ export default function LandingPage() {
@@ -62,40 +47,16 @@ export default function LandingPage() { logoText="MANAGED SERVICES · GLOBAL" description="Reconciliation. Promotion Management. Cybersecurity. One partner. Outcomes guaranteed." buttons={[ - { - text: "BOOK YOUR ASSESSMENT", - href: "#cta", - }, - { - text: "SEE HOW IT WORKS", - href: "#why-arka", - }, + { text: "BOOK YOUR ASSESSMENT", href: "#cta" }, + { text: "SEE HOW IT WORKS", href: "#why-arka" }, ]} slides={[ - { - imageSrc: "http://img.b2bpic.net/free-vector/clock-with-circuit-board-neon-sign_1262-21340.jpg", - imageAlt: "Reconciliation Efficiency", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/calendar-check-paper-front-side_187299-39612.jpg", - imageAlt: "Promotion Cycle", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/3d-hand-using-online-banking-app-smartphone_107791-16639.jpg", - imageAlt: "Security Maturity", - }, - { - imageSrc: "http://img.b2bpic.net/free-vector/business-management-25-blue-color-icon-pack-including-business-bag-gear-network-hierarchical-structure_1142-21278.jpg", - imageAlt: "Reconciliation Efficiency", - }, - { - imageSrc: "http://img.b2bpic.net/free-vector/calendar-with-star-multiple-colours-set_78370-9017.jpg", - imageAlt: "Promotion Cycle", - }, - { - imageSrc: "http://img.b2bpic.net/free-vector/security-system-icon-set_24908-60532.jpg", - imageAlt: "Security Maturity", - }, + { imageSrc: "http://img.b2bpic.net/free-vector/clock-with-circuit-board-neon-sign_1262-21340.jpg", imageAlt: "Reconciliation Efficiency" }, + { imageSrc: "http://img.b2bpic.net/free-photo/calendar-check-paper-front-side_187299-39612.jpg", imageAlt: "Promotion Cycle" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-hand-using-online-banking-app-smartphone_107791-16639.jpg", imageAlt: "Security Maturity" }, + { imageSrc: "http://img.b2bpic.net/free-vector/business-management-25-blue-color-icon-pack-including-business-bag-gear-network-hierarchical-structure_1142-21278.jpg", imageAlt: "Reconciliation Efficiency" }, + { imageSrc: "http://img.b2bpic.net/free-vector/calendar-with-star-multiple-colours-set_78370-9017.jpg", imageAlt: "Promotion Cycle" }, + { imageSrc: "http://img.b2bpic.net/free-vector/security-system-icon-set_24908-60532.jpg", imageAlt: "Security Maturity" }, ]} /> @@ -122,21 +83,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - icon: CheckCircle, - title: "ArkaPlus", - description: "Automated reconciliation to reduce manual effort by up to 80%.", - }, - { - icon: Zap, - title: "ArkaPro", - description: "Full promotion lifecycle management with total audit visibility.", - }, - { - icon: Shield, - title: "ArkaSec", - description: "End-to-end CISO services achieving ISO 27001 maturity.", - }, + { icon: CheckCircle, title: "ArkaPlus", description: "Automated reconciliation to reduce manual effort by up to 80%." }, + { icon: Zap, title: "ArkaPro", description: "Full promotion lifecycle management with total audit visibility." }, + { icon: Shield, title: "ArkaSec", description: "End-to-end CISO services achieving ISO 27001 maturity." }, ]} title="One partner. Full operational coverage." description="Three elite service lines built to accelerate enterprise operations." @@ -150,15 +99,7 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "80%", - title: "Manual Effort Reduction", - items: [ - "Disconnected systems", - "Manual matching", - "Late discovery", - "No visibility", - ], + id: "m1", value: "80%", title: "Manual Effort Reduction", items: ["Disconnected systems", "Manual matching", "Late discovery", "No visibility"], }, ]} title="Reconciliation that runs itself." @@ -173,54 +114,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Governance", - name: "Dashboard", - price: "Level 1", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/four-elements-percentage-chart-template-presentation_1262-12005.jpg", - }, - { - id: "p2", - brand: "Workflows", - name: "Approvals", - price: "Level 2", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/infographic-template-design_1262-624.jpg", - }, - { - id: "p3", - brand: "Automation", - name: "Data Collection", - price: "Level 3", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/business-infographic-with-icons_23-2147513547.jpg", - }, - { - id: "p4", - brand: "Audit", - name: "Reporting", - price: "Level 4", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-illustrating-ethics-concept_23-2149412263.jpg", - }, - { - id: "p5", - brand: "Tracking", - name: "Packages", - price: "Level 5", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gah257", - }, - { - id: "p6", - brand: "Visibility", - name: "Insight", - price: "Level 6", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/marketing-strategy-icons_23-2147517564.jpg", - }, + { id: "p1", brand: "Governance", name: "Dashboard", price: "Level 1", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-vector/four-elements-percentage-chart-template-presentation_1262-12005.jpg" }, + { id: "p2", brand: "Workflows", name: "Approvals", price: "Level 2", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-vector/infographic-template-design_1262-624.jpg" }, + { id: "p3", brand: "Automation", name: "Data Collection", price: "Level 3", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-vector/business-infographic-with-icons_23-2147513547.jpg" }, + { id: "p4", brand: "Audit", name: "Reporting", price: "Level 4", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/still-life-illustrating-ethics-concept_23-2149412263.jpg" }, + { id: "p5", brand: "Tracking", name: "Packages", price: "Level 5", rating: 5, reviewCount: "20", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gah257" }, + { id: "p6", brand: "Visibility", name: "Insight", price: "Level 6", rating: 5, reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-vector/marketing-strategy-icons_23-2147517564.jpg" }, ]} title="The promotion lifecycle — governed, automated, visible." description="From first entry to C-level performance view." @@ -233,42 +132,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { - id: "ph1", - badge: "PHASE 1", - price: "Assessment", - subtitle: "Assess. Register. Remediate.", - features: [ - "Gap Analysis", - "Risk Register", - "Remediation", - ], - buttons: [], - }, - { - id: "ph2", - badge: "PHASE 2", - price: "Operational", - subtitle: "Control. Comply. Operate.", - features: [ - "Formalized Controls", - "Compliance Mgmt", - "SecOps", - ], - buttons: [], - }, - { - id: "ph3", - badge: "PHASE 3", - price: "Certified", - subtitle: "Audit. Certify. Sustain.", - features: [ - "Readiness Audit", - "ISO 27001", - "GRC Embedded", - ], - buttons: [], - }, + { id: "ph1", badge: "PHASE 1", price: "Assessment", subtitle: "Assess. Register. Remediate.", features: ["Gap Analysis", "Risk Register", "Remediation"], buttons: [] }, + { id: "ph2", badge: "PHASE 2", price: "Operational", subtitle: "Control. Comply. Operate.", features: ["Formalized Controls", "Compliance Mgmt", "SecOps"], buttons: [] }, + { id: "ph3", badge: "PHASE 3", price: "Certified", subtitle: "Audit. Certify. Sustain.", features: ["Readiness Audit", "ISO 27001", "GRC Embedded"], buttons: [] }, ]} title="From assessment to ISO 27001 certified." description="A phased program designed to achieve international certification." @@ -279,24 +145,16 @@ export default function LandingPage() {