Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b02590140 | |||
| 0d51a26d7a | |||
| fe8e624bf6 |
@@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -121,21 +121,22 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardThirteen
|
||||||
title="Client Success Stories"
|
title="Client Success Stories"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
description="Trusted by industry leaders to deliver results."
|
description="Trusted by industry leaders to deliver results."
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
showRating={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Dilya S.", handle: "@dilya_tech", testimonial: "The AI transformation at our firm was seamless and highly effective." },
|
{ 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." },
|
{ id: "2", name: "Aziz K.", handle: "@aziz_dev", testimonial: "Incredible efficiency gains in just under three months of deployment.", rating: 5 },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactSplit
|
||||||
tag="Connect"
|
tag="Connect"
|
||||||
title="Ready to innovate?"
|
title="Ready to innovate?"
|
||||||
description="Our Tashkent team is standing by to help you scale your business with AI."
|
description="Our Tashkent team is standing by to help you scale your business with AI."
|
||||||
@@ -145,12 +146,13 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterSimple
|
||||||
logoText="AI Uzbekistan"
|
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
|
{ title: "Solutions", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
|
||||||
{ items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||||
]}
|
]}
|
||||||
|
bottomLeftText="© 2024 AI Uzbekistan"
|
||||||
|
bottomRightText="All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user