From c03238c0204118a68b72ee1def949644ce31f871 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 14:40:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 213 +++++++++++------------------------------------ 1 file changed, 50 insertions(+), 163 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b85de2..c065c89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,101 +46,56 @@ export default function LandingPage() {
@@ -161,35 +106,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "AI Lead Gen", - description: "High-conversion automated lead systems.", - imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-connections_23-2149174317.jpg", - }, + title: "AI Lead Gen", description: "High-conversion automated lead systems.", imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-connections_23-2149174317.jpg"}, { - title: "CRM Automation", - description: "Integrating Hubspot and GHL seamlessly.", - imageSrc: "http://img.b2bpic.net/free-vector/technology-elements-background-flat-style_23-2147756997.jpg", - }, + title: "CRM Automation", description: "Integrating Hubspot and GHL seamlessly.", imageSrc: "http://img.b2bpic.net/free-vector/technology-elements-background-flat-style_23-2147756997.jpg"}, { - title: "Custom AI Agents", - description: "Intelligent bots working 24/7.", - imageSrc: "http://img.b2bpic.net/free-photo/programmer-developing-software-large-computer-screen_53876-101149.jpg", - }, + title: "Custom AI Agents", description: "Intelligent bots working 24/7.", imageSrc: "http://img.b2bpic.net/free-photo/programmer-developing-software-large-computer-screen_53876-101149.jpg"}, { - title: "API Integrations", - description: "Connect all your software tools.", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg", - }, + title: "API Integrations", description: "Connect all your software tools.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg"}, { - title: "Data Analytics", - description: "Insights that drive better decisions.", - imageSrc: "http://img.b2bpic.net/free-photo/group-people-network-circuit-board-link-connection-technology_1379-887.jpg", - }, + title: "Data Analytics", description: "Insights that drive better decisions.", imageSrc: "http://img.b2bpic.net/free-photo/group-people-network-circuit-board-link-connection-technology_1379-887.jpg"}, { - title: "Workflow Design", - description: "Optimize operations automatically.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background_1048-9652.jpg", - }, + title: "Workflow Design", description: "Optimize operations automatically.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background_1048-9652.jpg"}, ]} title="Our AI Automation Solutions" description="Powerful systems built to scale your business." @@ -205,38 +132,20 @@ export default function LandingPage() { description="Scale your operations with transparent pricing." plans={[ { - id: "basic", - badge: "Starter", - price: "$1,999", - subtitle: "For small agencies", - buttons: [ + id: "basic", badge: "Starter", price: "$1,999", subtitle: "For small agencies", buttons: [ { - text: "Select", - href: "/contact", - }, + text: "Select", href: "/contact"}, ], features: [ - "Setup", - "Basic CRM", - "Standard Support", - ], + "Setup", "Basic CRM", "Standard Support"], }, { - id: "pro", - badge: "Pro", - price: "$4,999", - subtitle: "For growing teams", - buttons: [ + id: "pro", badge: "Pro", price: "$4,999", subtitle: "For growing teams", buttons: [ { - text: "Select", - href: "/contact", - }, + text: "Select", href: "/contact"}, ], features: [ - "Everything in Basic", - "Advanced Automation", - "Priority Support", - ], + "Everything in Basic", "Advanced Automation", "Priority Support"], }, ]} /> @@ -252,17 +161,9 @@ export default function LandingPage() { description="The minds behind the automation." members={[ { - id: "t1", - name: "Alex R.", - role: "Lead Architect", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", - }, + id: "t1", name: "Alex R.", role: "Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"}, { - id: "t2", - name: "Sam K.", - role: "Automation Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg", - }, + id: "t2", name: "Sam K.", role: "Automation Specialist", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg"}, ]} /> @@ -275,15 +176,9 @@ export default function LandingPage() { description="Get clarity on our AI services." faqs={[ { - id: "q1", - title: "How long for setup?", - content: "Typically 2-4 weeks depending on scope.", - }, + id: "q1", title: "How long for setup?", content: "Typically 2-4 weeks depending on scope."}, { - id: "q2", - title: "Which CRMs do you support?", - content: "Hubspot, GHL, Pipedrive, and more.", - }, + id: "q2", title: "Which CRMs do you support?", content: "Hubspot, GHL, Pipedrive, and more."}, ]} faqsAnimation="blur-reveal" /> @@ -294,25 +189,17 @@ export default function LandingPage() { logoText="AiViqo" columns={[ { - title: "Agency", - items: [ + title: "Agency", items: [ { - label: "About", - href: "/about", - }, + label: "About", href: "/about"}, { - label: "Portfolio", - href: "/portfolio", - }, + label: "Portfolio", href: "/portfolio"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, ]} @@ -321,4 +208,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file