From d34c39bd0c5feb19e6d0be72e1794426b1b1a646 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:18:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 190 ++++++++++++----------------------------------- 1 file changed, 47 insertions(+), 143 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59de35a..b3c82e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,14 @@ export default function LandingPage() { @@ -54,84 +46,53 @@ export default function LandingPage() {
@@ -144,20 +105,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "AI Automation", - description: "Seamlessly integrate and automate complex business processes.", - imageSrc: "http://img.b2bpic.net/free-photo/settings-icon-front-side-white-background_187299-40209.jpg", - }, + title: "AI Automation", description: "Seamlessly integrate and automate complex business processes.", imageSrc: "http://img.b2bpic.net/free-photo/settings-icon-front-side-white-background_187299-40209.jpg"}, { - title: "AI Agents", - description: "Custom chatbots and agents trained for your unique brand voice.", - imageSrc: "http://img.b2bpic.net/free-vector/golden-notification-message-icon-symbol-social-media-communication-vector-design-style-3d-rendering_40876-3532.jpg", - }, + title: "AI Agents", description: "Custom chatbots and agents trained for your unique brand voice.", imageSrc: "http://img.b2bpic.net/free-vector/golden-notification-message-icon-symbol-social-media-communication-vector-design-style-3d-rendering_40876-3532.jpg"}, { - title: "Strategy & Consulting", - description: "High-level guidance on scaling your business with intelligent systems.", - imageSrc: "http://img.b2bpic.net/free-photo/advanced-technological-robot-interacting-with-money-finance_23-2151612669.jpg", - }, + title: "Strategy & Consulting", description: "High-level guidance on scaling your business with intelligent systems.", imageSrc: "http://img.b2bpic.net/free-photo/advanced-technological-robot-interacting-with-money-finance_23-2151612669.jpg"}, ]} title="Core Offerings" description="Custom-engineered AI solutions built for sophistication and scale." @@ -169,20 +121,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "Discover", - content: "Deep assessment of your operational bottlenecks and strategic opportunities.", - }, + id: "1", title: "Discover", content: "Deep assessment of your operational bottlenecks and strategic opportunities."}, { - id: "2", - title: "Build", - content: "Rapid, iterative development of your custom AI infrastructure.", - }, + id: "2", title: "Build", content: "Rapid, iterative development of your custom AI infrastructure."}, { - id: "3", - title: "Deploy", - content: "Scalable implementation with full training and support protocols.", - }, + id: "3", title: "Deploy", content: "Scalable implementation with full training and support protocols."}, ]} sideTitle="Our Process" sideDescription="Precision engineering at every stage." @@ -192,30 +135,19 @@ export default function LandingPage() {