From 8f90866844ba4adacc7eaa137eba0988b39e9c9d Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 13 Jun 2026 17:20:46 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d905c07..7f49b49 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -51,6 +51,7 @@ export default function HomePage() { Date: Sat, 13 Jun 2026 17:20:50 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 137 ++++++++++++++++------------------------- 1 file changed, 52 insertions(+), 85 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 7f49b49..fe39641 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -8,97 +8,64 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="AI Automation Experts" + title="AI Solutions for Modern Businesses" + description="We help businesses automate operations and increase revenue with AI-powered websites, voice assistants, chatbots, and business automations." + primaryButton={{ text: "Book Free Consultation", href: "/contact" }} + secondaryButton={{ text: "View Services", href: "/services" }} + items={[ + { imageSrc: "http://img.b2bpic.net/free-photo/blue-abstract-shape-glowing-grainy-textured_474888-8017.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-data-technology-background-with-low-poly-plexus-design_1048-17287.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-futuristic-digital-technology-background_53876-104787.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-techno-background-with-connecting-lines-dots_1048-11693.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-connecting-dots-digital-network-design_53876-160267.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Questions?" + title="Frequently Asked" + description="Answers to the most common questions about our AI solutions." + items={[ + { question: "Can AI replace my staff?", answer: "It augments them by handling repetitive tasks." }, + { question: "What is the timeline?", answer: "Most projects are completed within 14 days." }, + { question: "Do you provide support?", answer: "Yes, we offer ongoing maintenance plans." } + ]} + imageSrc="http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg" + /> +
+
-
- +
+ - -
+ tag="Trusted By" + title="Industry Leaders" + description="We partner with top-tier businesses to accelerate their growth through automation." + names={["NexTech Solutions", "Apex Realty", "Global Logistics", "Elite Dental Group", "Innovate Retail"]} + /> +
+
-
- - - -
+
+ + + +
- + ); -} +} \ No newline at end of file -- 2.49.1