diff --git a/src/app/page.tsx b/src/app/page.tsx index c6b519a..7d40940 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,17 +32,11 @@ export default function LandingPage() { @@ -51,35 +45,22 @@ export default function LandingPage() {
@@ -92,23 +73,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Secure Infrastructure", - description: "Enterprise-grade security protecting your data at rest and in transit.", - imageSrc: "http://img.b2bpic.net/free-photo/hand-pressing-security-button-touch-screen_1112-492.jpg", - imageAlt: "Security", - }, + title: "Secure Infrastructure", description: "Enterprise-grade security protecting your data at rest and in transit.", imageSrc: "http://img.b2bpic.net/free-photo/hand-pressing-security-button-touch-screen_1112-492.jpg", imageAlt: "Security"}, { - title: "Data Insights", - description: "Real-time analytics to help you make informed decisions quickly.", - imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg", - imageAlt: "Analytics", - }, + title: "Data Insights", description: "Real-time analytics to help you make informed decisions quickly.", imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg", imageAlt: "Analytics"}, { - title: "Cloud Accessibility", - description: "Scale your operations instantly with our global cloud network.", - imageSrc: "http://img.b2bpic.net/free-photo/it-expert-data-center-holding-tablet-replacing-storage-mainframes-components_482257-115420.jpg", - imageAlt: "Cloud", - }, + title: "Cloud Accessibility", description: "Scale your operations instantly with our global cloud network.", imageSrc: "http://img.b2bpic.net/free-photo/it-expert-data-center-holding-tablet-replacing-storage-mainframes-components_482257-115420.jpg", imageAlt: "Cloud"}, ]} title="Why Choose Our Platform" description="Unmatched reliability and performance for your digital needs." @@ -120,9 +89,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Commitment" description={[ - "We believe in building tools that empower developers and businesses to reach their full potential.", - "Our platform is built on principles of open standards, security, and accessibility.", - ]} + "We believe in building tools that empower developers and businesses to reach their full potential.", "Our platform is built on principles of open standards, security, and accessibility."]} /> @@ -133,22 +100,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - title: "Projects Supported", - value: "500+", - icon: CheckCircle, + id: "1", title: "Projects Supported", value: "500+", icon: CheckCircle, }, { - id: "2", - title: "Global Uptime", - value: "99.99%", - icon: Shield, + id: "2", title: "Global Uptime", value: "99.99%", icon: Shield, }, { - id: "3", - title: "Active Users", - value: "10M+", - icon: Zap, + id: "3", title: "Active Users", value: "10M+", icon: Zap, }, ]} title="By The Numbers" @@ -160,48 +118,24 @@ export default function LandingPage() {