From 27e7c5dbad78385a32dc2c969002e98507697d59 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 12:53:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 278 ++++++++++++----------------------------------- 1 file changed, 68 insertions(+), 210 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index feaf1ca..e0f9e14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,125 +32,72 @@ export default function LandingPage() {
@@ -163,17 +110,11 @@ export default function LandingPage() { description="We believe sophisticated technology should feel invisible. Our infrastructure prioritizes ease-of-use while maintaining enterprise-grade security." bulletPoints={[ { - title: "Zero Latency", - description: "Global edge deployment for instant AI responses.", - }, + title: "Zero Latency", description: "Global edge deployment for instant AI responses."}, { - title: "Enterprise Security", - description: "SOC2 certified, end-to-end encrypted pipelines.", - }, + title: "Enterprise Security", description: "SOC2 certified, end-to-end encrypted pipelines."}, { - title: "Seamless Workflow", - description: "API-first architecture that fits existing stacks.", - }, + title: "Seamless Workflow", description: "API-first architecture that fits existing stacks."}, ]} imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139058.jpg" mediaAnimation="blur-reveal" @@ -187,32 +128,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Adaptive Agents", - tags: [ - "AI", - "Core", - ], - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ai-logo-template-collection_23-2148896192.jpg", - }, + id: "f1", title: "Adaptive Agents", tags: [ + "AI", "Core"], + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ai-logo-template-collection_23-2148896192.jpg"}, { - id: "f2", - title: "Smart Orchestration", - tags: [ - "Flow", - "Dev", - ], - imageSrc: "http://img.b2bpic.net/free-vector/cryptocurrency-set-electronic-cash-symbol-vector_53876-43775.jpg", - }, + id: "f2", title: "Smart Orchestration", tags: [ + "Flow", "Dev"], + imageSrc: "http://img.b2bpic.net/free-vector/cryptocurrency-set-electronic-cash-symbol-vector_53876-43775.jpg"}, { - id: "f3", - title: "Predictive Analytics", - tags: [ - "Insight", - "Data", - ], - imageSrc: "http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148971491.jpg", - }, + id: "f3", title: "Predictive Analytics", tags: [ + "Insight", "Data"], + imageSrc: "http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148971491.jpg"}, ]} title="Everything you need, nothing you don't" description="Powerful capabilities stripped of clutter." @@ -223,33 +149,19 @@ export default function LandingPage() { @@ -334,20 +214,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Is my data secure?", - content: "Absolutely. We utilize bank-grade security and are fully SOC2 compliant.", - }, + id: "q1", title: "Is my data secure?", content: "Absolutely. We utilize bank-grade security and are fully SOC2 compliant."}, { - id: "q2", - title: "How fast is setup?", - content: "Most integrations are completed in under an hour.", - }, + id: "q2", title: "How fast is setup?", content: "Most integrations are completed in under an hour."}, { - id: "q3", - title: "Do you offer enterprise plans?", - content: "Yes, we support tailored SLAs and custom infrastructure deployments.", - }, + id: "q3", title: "Do you offer enterprise plans?", content: "Yes, we support tailored SLAs and custom infrastructure deployments."}, ]} title="Common Questions" description="Everything you need to know." @@ -359,16 +230,13 @@ export default function LandingPage() { @@ -379,29 +247,19 @@ export default function LandingPage() { logoText="AuraAI" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, { - label: "Security", - href: "#security", - }, + label: "Security", href: "#security"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Careers", - href: "#careers", - }, + label: "Careers", href: "#careers"}, ], }, ]} -- 2.49.1