diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index d905c07..fe39641 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -8,96 +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