From c9bd6e7cb22d2556bc67b94e9b1dffce18301b35 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:35:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 311 ++++++++--------------------------------------- 1 file changed, 48 insertions(+), 263 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b66d5d..783fff8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,105 +31,46 @@ export default function LandingPage() {
@@ -138,19 +79,9 @@ export default function LandingPage() { @@ -162,21 +93,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} features={[ - { - title: "Orchestration", - description: "Seamlessly connect disparate systems into a unified automated ecosystem.", - imageSrc: "http://img.b2bpic.net/free-photo/data-network-with-glowing-core_23-2152004043.jpg", - }, - { - title: "Predictive Engine", - description: "Utilize advanced machine learning to anticipate operational bottlenecks.", - imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg", - }, - { - title: "Security Fabric", - description: "Enterprise-grade safety for your most sensitive data assets and flows.", - imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-secure-data-transfer_23-2152001135.jpg", - }, + { title: "Orchestration", description: "Seamlessly connect disparate systems into a unified automated ecosystem.", imageSrc: "http://img.b2bpic.net/free-photo/data-network-with-glowing-core_23-2152004043.jpg" }, + { title: "Predictive Engine", description: "Utilize advanced machine learning to anticipate operational bottlenecks.", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg" }, + { title: "Security Fabric", description: "Enterprise-grade safety for your most sensitive data assets and flows.", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-secure-data-transfer_23-2152001135.jpg" } ]} title="Core Automation Capabilities" description="Powerful AI infrastructure designed to scale with your enterprise ambitions." @@ -189,27 +108,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "120M+", - title: "API Calls Processed", - description: "Reliable high-volume automation for enterprise-scale requirements.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-network-concept_23-2148999172.jpg", - }, - { - id: "m2", - value: "99.9%", - title: "Uptime Reliability", - description: "Consistent performance that you can bank on for daily operations.", - imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-graphic-holography_23-2149160934.jpg", - }, - { - id: "m3", - value: "24/7", - title: "System Monitoring", - description: "Autonomous observability maintaining 100% mission-critical alignment.", - imageSrc: "http://img.b2bpic.net/free-vector/computer-design-colorful-vector_341269-1255.jpg", - }, + { id: "m1", value: "120M+", title: "API Calls Processed", description: "Reliable high-volume automation for enterprise-scale requirements.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-network-concept_23-2148999172.jpg" }, + { id: "m2", value: "99.9%", title: "Uptime Reliability", description: "Consistent performance that you can bank on for daily operations.", imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-graphic-holography_23-2149160934.jpg" }, + { id: "m3", value: "24/7", title: "System Monitoring", description: "Autonomous observability maintaining 100% mission-critical alignment.", imageSrc: "http://img.b2bpic.net/free-vector/computer-design-colorful-vector_341269-1255.jpg" } ]} title="Performance at Scale" description="Validated metrics from our recent high-impact deployments." @@ -218,27 +119,13 @@ export default function LandingPage() {
@@ -335,23 +170,9 @@ export default function LandingPage() { title="Get Started Today" description="Schedule a discovery call with our enterprise AI specialists." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Work Email", - required: true, - }, - { - name: "company", - type: "text", - placeholder: "Company Name", - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Work Email", required: true }, + { name: "company", type: "text", placeholder: "Company Name" } ]} imageSrc="http://img.b2bpic.net/free-photo/corporate-employee-wearing-formal-suit-having-fun-startup-office_482257-77721.jpg" /> @@ -361,45 +182,9 @@ export default function LandingPage() { -- 2.49.1