5 Commits

Author SHA1 Message Date
3b02590140 Update src/app/page.tsx 2026-05-18 14:05:18 +00:00
0d51a26d7a Merge version_3 into main
Merge version_3 into main
2026-05-18 14:02:46 +00:00
72d1035bef Update src/app/page.tsx 2026-05-18 14:02:43 +00:00
fe8e624bf6 Merge version_3 into main
Merge version_3 into main
2026-05-18 14:02:18 +00:00
f6182d4f2c Update src/app/page.tsx 2026-05-18 14:02:12 +00:00

View File

@@ -4,13 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
export default function LandingPage() {
return (
@@ -28,98 +28,31 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Services",
id: "features",
},
{
name: "Products",
id: "products",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Services", id: "features" },
{ name: "Products", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="AI Uzbekistan"
button={{ text: "Get Started" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Uzbekistan's AI Innovation Hub"
description="Empowering businesses with cutting-edge artificial intelligence, machine learning, and advanced software solutions built for the future of the republic."
kpis={[
{
value: "100+",
label: "Projects Completed",
},
{
value: "24/7",
label: "System Uptime",
},
{
value: "50+",
label: "Expert Engineers",
},
{ value: "100+", label: "Projects Completed" },
{ value: "24/7", label: "System Uptime" },
{ value: "50+", label: "Expert Engineers" },
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-data-technology-background-with-low-poly-plexus-design_1048-17287.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
alt: "Business Lady Looking at Copyspace With Interest",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg",
alt: "Portrait of confident businesswoman in the office",
},
{
src: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg",
alt: "Smiley woman at office holding tablet",
},
{
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
alt: "Successful senior businessman standing at window",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg",
alt: "Portrait of woman working on business with computer",
},
]}
avatarText="Trusted by leading professionals"
marqueeItems={[
{
type: "text",
text: "Neural Architecture",
},
{
type: "text",
text: "Advanced Data Mining",
},
{
type: "text",
text: "Automated Logistics",
},
{
type: "text",
text: "Predictive Analytics",
},
{
type: "text",
text: "Cyber Resilience",
},
]}
/>
</div>
@@ -131,20 +64,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Neural Networks",
description: "Custom neural architecture tailored to specific business requirements.",
imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-vector-concept-illustration-isolated-white-background_8130-2298.jpg",
},
title: "Neural Networks", description: "Custom neural architecture tailored to specific business requirements.", imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-vector-concept-illustration-isolated-white-background_8130-2298.jpg"},
{
title: "Big Data Analysis",
description: "Processing vast datasets to uncover actionable insights for rapid growth.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-design-extruding-cubes_1048-12334.jpg",
},
title: "Big Data Analysis", description: "Processing vast datasets to uncover actionable insights for rapid growth.", imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-design-extruding-cubes_1048-12334.jpg"},
{
title: "Automated Systems",
description: "Streamlining operations through advanced robotics and automated intelligence.",
imageSrc: "http://img.b2bpic.net/free-photo/simulation-software-computer-monitor-empty-solar-panels-plant_482257-120776.jpg",
},
title: "Automated Systems", description: "Streamlining operations through advanced robotics and automated intelligence.", imageSrc: "http://img.b2bpic.net/free-photo/simulation-software-computer-monitor-empty-solar-panels-plant_482257-120776.jpg"},
]}
title="Why Choose Us"
description="We lead the market with state-of-the-art AI integration for local and international enterprises."
@@ -157,14 +81,8 @@ export default function LandingPage() {
title="Building the Future"
description="Our mission is to digitalize Uzbekistan's economy using the most advanced AI frameworks available today."
metrics={[
{
value: "99.9%",
title: "Accuracy Rate",
},
{
value: "40%",
title: "Efficiency Increase",
},
{ value: "99.9%", title: "Accuracy Rate" },
{ value: "40%", title: "Efficiency Increase" },
]}
imageSrc="http://img.b2bpic.net/free-photo/people-around-computer_23-2149370613.jpg"
mediaAnimation="blur-reveal"
@@ -179,42 +97,9 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Core Engine",
price: "$9,999",
imageSrc: "http://img.b2bpic.net/free-photo/driver-steering-wheel-car-dashboard-gps-smartphone_169016-68694.jpg",
},
{
id: "2",
name: "Analytics Pro",
price: "$4,499",
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg",
},
{
id: "3",
name: "Cloud Hub",
price: "$2,999",
imageSrc: "http://img.b2bpic.net/free-photo/mockup-tablet-servers-monitoring_482257-89019.jpg",
},
{
id: "4",
name: "Cyber Secure",
price: "$5,999",
imageSrc: "http://img.b2bpic.net/free-photo/watched-cloud_1048-1665.jpg",
},
{
id: "5",
name: "Data Keeper",
price: "$3,999",
imageSrc: "http://img.b2bpic.net/free-photo/advanced-cyber-surveillance-room-with-no-personnel-present_482257-105505.jpg",
},
{
id: "6",
name: "Workflow AI",
price: "$1,999",
imageSrc: "http://img.b2bpic.net/free-photo/it-professional-supervising-data-center-workplace-checking-hardware_482257-122186.jpg",
},
{ id: "1", name: "Core Engine", price: "$9,999", imageSrc: "http://img.b2bpic.net/free-photo/driver-steering-wheel-car-dashboard-gps-smartphone_169016-68694.jpg" },
{ id: "2", name: "Analytics Pro", price: "$4,499", imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg" },
{ id: "3", name: "Cloud Hub", price: "$2,999", imageSrc: "http://img.b2bpic.net/free-photo/mockup-tablet-servers-monitoring_482257-89019.jpg" },
]}
title="Our Solutions"
description="Explore our portfolio of AI products designed to scale your operations."
@@ -222,92 +107,52 @@ export default function LandingPage() {
</div>
<div id="metrics" data-section="metrics">
<MetricCardFourteen
useInvertedBackground={false}
title="Market Impact"
tag="Growth Statistics"
<MetricCardEleven
title="Performance Metrics"
animationType="slide-up"
textboxLayout="split"
description="Key indicators of our technological impact."
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "1.2M+",
description: "Queries Processed",
},
{
id: "m2",
value: "450+",
description: "Models Deployed",
},
{
id: "m3",
value: "85",
description: "Partner Cities",
},
{ id: "1", value: "1.2M+", title: "Data Queries", description: "Processed successfully across regions.", imageSrc: "http://img.b2bpic.net/free-photo/data-processing-server_1234-5678.jpg" },
{ id: "2", value: "450+", title: "Deployed Models", description: "Production-grade AI systems live.", imageSrc: "http://img.b2bpic.net/free-photo/ai-model-deployment_8765-4321.jpg" },
]}
metricsAnimation="slide-up"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
useInvertedBackground={true}
<TestimonialCardThirteen
title="Client Success Stories"
animationType="slide-up"
textboxLayout="split"
description="Trusted by industry leaders to deliver results."
useInvertedBackground={false}
showRating={true}
testimonials={[
{
id: "t1",
name: "Dilya S.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-lady-with-laptop-conference-room_1262-3778.jpg",
},
{
id: "t2",
name: "Aziz K.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-prepared-meeting_1098-2188.jpg",
},
{
id: "t3",
name: "Karim M.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-glasses-smiling_176420-8501.jpg",
},
{
id: "t4",
name: "Elena P.",
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
},
{
id: "t5",
name: "Farhod R.",
imageSrc: "http://img.b2bpic.net/free-photo/startup-worker-uses-laptop-open-space-reviewing-project-data-documents-workstation-executive-assistant-working-marketing-strategy-business-development-ai-developer_482257-65810.jpg",
},
{ id: "1", name: "Dilya S.", handle: "@dilya_tech", testimonial: "The AI transformation at our firm was seamless and highly effective.", rating: 5 },
{ id: "2", name: "Aziz K.", handle: "@aziz_dev", testimonial: "Incredible efficiency gains in just under three months of deployment.", rating: 5 },
]}
cardTitle="Client Voices"
cardTag="Trusted Results"
cardAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated",
}}
tag="Contact Us"
title="Ready to Start?"
description="Connect with our experts in Tashkent today and transform your business."
imageSrc="http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg"
mediaAnimation="slide-up"
tag="Connect"
title="Ready to innovate?"
description="Our Tashkent team is standing by to help you scale your business with AI."
background={{ variant: "gradient-bars" }}
useInvertedBackground={true}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="AI Uzbekistan"
leftLink={{
text: "Terms of Service",
href: "#",
}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
<FooterSimple
columns={[
{ title: "Solutions", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
]}
bottomLeftText="© 2024 AI Uzbekistan"
bottomRightText="All rights reserved."
/>
</div>
</ReactLenis>