diff --git a/src/app/page.tsx b/src/app/page.tsx index 0feb3fc..b2c615a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -113,21 +74,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - icon: Zap, - title: "Real-time Sync", - description: "Ensure data is always up to date.", - }, - { - icon: Shield, - title: "Secure Distribution", - description: "End-to-end encryption for every packet.", - }, - { - icon: Globe, - title: "Global Outreach", - description: "Reach audiences across the globe.", - }, + { icon: Zap, title: "Real-time Sync", description: "Ensure data is always up to date." }, + { icon: Shield, title: "Secure Distribution", description: "End-to-end encryption for every packet." }, + { icon: Globe, title: "Global Outreach", description: "Reach audiences across the globe." }, ]} title="Core Capabilities" description="Everything you need to disseminate information securely and at scale." @@ -140,21 +89,9 @@ export default function LandingPage() { title="Business Impact" tag="Performance" metrics={[ - { - id: "m1", - value: "150%", - description: "Increased Reach", - }, - { - id: "m2", - value: "45%", - description: "Cost Reduction", - }, - { - id: "m3", - value: "24/7", - description: "System Availability", - }, + { id: "m1", value: "150%", description: "Increased Reach" }, + { id: "m2", value: "45%", description: "Cost Reduction" }, + { id: "m3", value: "24/7", description: "System Availability" }, ]} metricsAnimation="slide-up" /> @@ -165,15 +102,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "TechCorp", - "InnovateLab", - "GrowthCo", - "StartupXYZ", - "DataStream", - "LogicSystem", - "VisionFlow", - ]} + "TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "DataStream", "LogicSystem", "VisionFlow"]} title="Trusted by Global Teams" + description="Working with industry leaders around the globe." /> @@ -181,31 +112,11 @@ export default function LandingPage() { @@ -269,30 +158,10 @@ export default function LandingPage() {