Merge version_1_1782293102786 into main #2
@@ -12,321 +12,135 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroOverlay
|
||||
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?_wi=1"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsIconCards
|
||||
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",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
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" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<FeaturesBento
|
||||
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",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-fabric-moles-texture_1194-6456.jpg?_wi=2",
|
||||
imageAlt: "minimalist AI sales illustration",
|
||||
},
|
||||
{
|
||||
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...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg?_wi=1",
|
||||
imageAlt: "minimalist AI sales illustration",
|
||||
},
|
||||
{
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunlight-wall_53876-75132.jpg?_wi=1",
|
||||
imageAlt: "minimalist AI sales illustration",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="cases" data-section="cases">
|
||||
<SectionErrorBoundary name="cases">
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<div id="cases" data-section="cases">
|
||||
<SectionErrorBoundary name="cases">
|
||||
<FeaturesImageBento
|
||||
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",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<SectionErrorBoundary name="pricing">
|
||||
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" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<SectionErrorBoundary name="pricing">
|
||||
<PricingSimpleCards
|
||||
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",
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<SectionErrorBoundary name="testimonial">
|
||||
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"] },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<SectionErrorBoundary name="testimonial">
|
||||
<TestimonialMarqueeOverlayCards
|
||||
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?_wi=2",
|
||||
},
|
||||
{
|
||||
name: "Michael D.",
|
||||
role: "Founder",
|
||||
company: "StartUp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunlight-wall_53876-75132.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
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",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
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" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqTabbedAccordion
|
||||
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.",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
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."}] },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Get Started"
|
||||
text="Empower Your Business with AI"
|
||||
primaryButton={{
|
||||
text: "Call Now",
|
||||
href: "tel:+998901234567",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Telegram",
|
||||
href: "https://t.me/aibrand",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Get Started"
|
||||
text="Empower Your Business with AI"
|
||||
primaryButton={{ text: "Call Now", href: "tel:+998901234567" }}
|
||||
secondaryButton={{ text: "Telegram", href: "https://t.me/aibrand" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user