From df3253a2dedc6f598668c603b4443260c61807d6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 09:26:00 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 430 ++++++++++++----------------------------- 1 file changed, 122 insertions(+), 308 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 8a9c9c0..cfce780 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -12,321 +12,135 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
- -
- + tag="The #1 AI Agency in Uzbekistan" + title="AI BUSINESS" + description="We build AI agents and automate business processes." + primaryButton={{ text: "Free Consultation", href: "#contact" }} + secondaryButton={{ text: "Telegram", href: "https://t.me/aibrand" }} + imageSrc="http://img.b2bpic.net/free-photo/abstract-fabric-moles-texture_1194-6456.jpg" + /> + +
+
+ - -
- -
- + tag="Our Impact" + title="Results that matter" + description="Evidence-based AI solutions for modern businesses." + metrics={[ + { icon: "Zap", title: "AI Agents Developed", value: "17+" }, + { icon: "Briefcase", title: "Completed Projects", value: "50+" }, + { icon: "TrendingUp", title: "Efficiency Increase", value: "3x" }, + { icon: "Clock", title: "Availability", value: "24/7" }, + ]} + /> + +
+
+ - -
- -
- + tag="Services" + title="Tailored AI Solutions" + description="Transforming your business through intelligent automation." + features={[ + { + title: "Sales Automation", description: "AI-driven sales agents that nurture leads 24/7.", bentoComponent: "media-stack", mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-vector/monthly-recurring-revenue-isometric-landing-page_107791-2353.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/programmer-developing-software-large-computer-screen_53876-101149.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/settings-icon-front-side-white-background_187299-40209.jpg" }, + ], + }, + { + title: "Customer Support", description: "Intelligent chatbots with natural language processing.", bentoComponent: "chat-marquee", aiIcon: "Star", userIcon: "User", exchanges: [ + { userMessage: "How can I order?", aiResponse: "I can help with that!" }, + { userMessage: "Tracking status?", aiResponse: "It's on its way." }, + ], + placeholder: "Ask AI..."}, + { + title: "Business Process", description: "Automating repetitive tasks to boost efficiency.", bentoComponent: "checklist-timeline", heading: "Our Process", subheading: "Seamless Implementation", checklistItems: [ + { label: "Analysis", detail: "Understand pain points" }, + { label: "Development", detail: "Custom AI model" }, + { label: "Launch", detail: "Deployment & Support" }, + ], + completedLabel: "Optimization"}, + ]} + /> + +
+
+ - -
- -
- + tag="Our Cases" + title="Industry Transformations" + description="Empowering specific sectors with smart agents." + items={[ + { title: "Clinics", description: "Automated appointment booking.", imageSrc: "http://img.b2bpic.net/free-photo/minus-icon-left-side_187299-44679.jpg" }, + { title: "Real Estate", description: "Lead qualification agents.", imageSrc: "http://img.b2bpic.net/free-photo/grey-spotlight-shape-lens-flare-coding_1134-681.jpg" }, + { title: "Restaurants", description: "Automated order taking.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-city-background_53876-104034.jpg" }, + { title: "E-commerce", description: "Smart personalized shopping.", imageSrc: "http://img.b2bpic.net/free-vector/3d-sphere-logo-ideas-inspiration-logo-design-template-vector-illustration-isolated-white-backg_384344-1661.jpg" }, + { title: "Websites", description: "Performance-based development.", imageSrc: "http://img.b2bpic.net/free-photo/e-commerce-expert-connecting-social-media-web-platforms_482257-127183.jpg" }, + { title: "Landing Pages", description: "Conversion-focused design.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-using-digital-tablet-with-modern-metal-pendant_23-2147937514.jpg" }, + { title: "Telegram Bots", description: "Conversational commerce.", imageSrc: "http://img.b2bpic.net/free-vector/social-issues-coronavirus-crisis-doodle-element-set_53876-97958.jpg" }, + ]} + /> + +
+
+ - -
- -
- + tag="Pricing" + title="Simple, Transparent Plans" + description="Choose the perfect automation level for your business." + plans={[ + { tag: "Starter", price: "$120", description: "Landing Page Development", features: ["Responsive", "SEO optimized", "Fast loading"] }, + { tag: "Essential", price: "$75/mo", description: "AI Agent Subscription", features: ["Maintenance", "Support", "Updates"] }, + { tag: "Advanced", price: "$299", description: "Custom AI Agent", features: ["Bespoke training", "API integration", "Priority support"] }, + ]} + /> + +
+
+ - -
- -
- + tag="Reviews" + title="Trusted by Leaders" + description="What our clients say about our AI solutions." + testimonials={[ + { name: "Sarah J.", role: "CEO", company: "TechInnovate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg" }, + { name: "Michael D.", role: "Founder", company: "StartUp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sunlight-wall_53876-75132.jpg" }, + { name: "Emily R.", role: "Marketing", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/company-worker-browsing-internet-research-project-using-computer-create-business-report-with-charts-data-analyzing-network-information-web-presentation-handheld-shot_482257-50935.jpg" }, + { name: "Alex K.", role: "Manager", company: "RetailPlus", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-standing-wall_23-2148415941.jpg" }, + { name: "Jessica L.", role: "CEO", company: "ClinicAI", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg" }, + ]} + /> + +
+
+ - -
- -
- + tag="FAQ" + title="Common Questions" + description="Find everything you need to know about working with us." + categories={[ + { name: "General", items: [{ question: "What is AI Agent?", answer: "An intelligent bot automating tasks."}, { question: "Is it secure?", answer: "Yes, we prioritize data privacy."}] }, + { name: "Support", items: [{ question: "Do you offer support?", answer: "24/7 technical support included."}, { question: "How to get started?", answer: "Book a consultation call."}] }, + ]} + /> + +
+
+ - -
+ tag="Get Started" + text="Empower Your Business with AI" + primaryButton={{ text: "Call Now", href: "tel:+998901234567" }} + secondaryButton={{ text: "Telegram", href: "https://t.me/aibrand" }} + /> +
+
); -} +} \ No newline at end of file -- 2.49.1