Merge version_1 into main #2
290
src/app/page.tsx
290
src/app/page.tsx
@@ -34,25 +34,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Bosh Sahifa",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Bosh Sahifa", id: "hero"},
|
||||
{
|
||||
name: "Biz Haqimizda",
|
||||
id: "about",
|
||||
},
|
||||
name: "Biz Haqimizda", id: "about"},
|
||||
{
|
||||
name: "Xizmatlar",
|
||||
id: "features",
|
||||
},
|
||||
name: "Xizmatlar", id: "features"},
|
||||
{
|
||||
name: "Narxlar",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Narxlar", id: "pricing"},
|
||||
{
|
||||
name: "Aloqa",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Aloqa", id: "contact"},
|
||||
]}
|
||||
brandName="UzDevAgency"
|
||||
/>
|
||||
@@ -61,32 +51,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Raqamli Dunyoda Biznesingizni Kengaytiring"
|
||||
description="Biz yuqori sifatli veb-saytlar, mobil ilovalar va raqamli marketing yechimlarini taqdim etamiz. O'zbekiston bozorida biznesingizni yuksaltiring."
|
||||
tag="Veb-dasturlash agentligi"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-employee-works-desk-with-green-screen-corporation_482257-123895.jpg?_wi=1",
|
||||
imageAlt: "tech agency interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-employee-works-desk-with-green-screen-corporation_482257-123895.jpg", imageAlt: "tech agency interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-ai-tech-agency-workspace-providing-custom-software-development-services_482257-120228.jpg?_wi=1",
|
||||
imageAlt: "web development workstation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104511.jpg",
|
||||
imageAlt: "Representations of user experience and interface design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-executive-manager-having-fun-break_482257-77659.jpg",
|
||||
imageAlt: "Joyful executive manager having fun during break",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg",
|
||||
imageAlt: "Close up of modern laptop with rate charts on display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-ai-tech-agency-workspace-providing-custom-software-development-services_482257-120228.jpg", imageAlt: "web development workstation"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -102,17 +75,11 @@ export default function LandingPage() {
|
||||
description="2018-yildan buyon zamonaviy texnologiyalar yordamida korxonalar uchun raqamli yechimlar yaratib kelmoqdamiz. Maqsadimiz – mijozlarimizga biznes jarayonlarini optimallashtirishda yordam berish."
|
||||
metrics={[
|
||||
{
|
||||
value: "100+",
|
||||
title: "Muvaffaqiyatli loyihalar",
|
||||
},
|
||||
value: "100+", title: "Muvaffaqiyatli loyihalar"},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Mamnun mijozlar",
|
||||
},
|
||||
value: "50+", title: "Mamnun mijozlar"},
|
||||
{
|
||||
value: "10+",
|
||||
title: "Tajribali dasturchilar",
|
||||
},
|
||||
value: "10+", title: "Tajribali dasturchilar"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-group-business-professionals-posing-together-monitoring-room_482257-89677.jpg"
|
||||
imageAlt="dev team meeting"
|
||||
@@ -128,32 +95,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Tezkor ishlash",
|
||||
tags: [
|
||||
"Performance",
|
||||
"Speed",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-network-switch-with-optical-fiber-cables_23-2148242677.jpg",
|
||||
},
|
||||
id: "f1", title: "Tezkor ishlash", tags: [
|
||||
"Performance", "Speed"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-network-switch-with-optical-fiber-cables_23-2148242677.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Mobil moslashuvchanlik",
|
||||
tags: [
|
||||
"Responsive",
|
||||
"UX",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/structure-social-media-with-colored-icons_1134-73.jpg",
|
||||
},
|
||||
id: "f2", title: "Mobil moslashuvchanlik", tags: [
|
||||
"Responsive", "UX"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/structure-social-media-with-colored-icons_1134-73.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "SEO Optimallashtirish",
|
||||
tags: [
|
||||
"Traffic",
|
||||
"Ranking",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/seo-concept-illustration_24908-61530.jpg",
|
||||
},
|
||||
id: "f3", title: "SEO Optimallashtirish", tags: [
|
||||
"Traffic", "Ranking"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/seo-concept-illustration_24908-61530.jpg"},
|
||||
]}
|
||||
title="Nima uchun biz?"
|
||||
description="Bizning xizmatlarimiz sizning biznesingizga maksimal qiymat va daromad olib kelishiga kafolat beramiz."
|
||||
@@ -168,59 +120,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Web",
|
||||
name: "E-commerce Sayt",
|
||||
price: "10 000 000 UZS",
|
||||
rating: 5,
|
||||
reviewCount: "20+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shop-online-internet-shopping-store-concept_53876-132561.jpg",
|
||||
},
|
||||
id: "p1", brand: "Web", name: "E-commerce Sayt", price: "10 000 000 UZS", rating: 5,
|
||||
reviewCount: "20+", imageSrc: "http://img.b2bpic.net/free-photo/shop-online-internet-shopping-store-concept_53876-132561.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Web",
|
||||
name: "Portfolio Sayt",
|
||||
price: "5 000 000 UZS",
|
||||
rating: 5,
|
||||
reviewCount: "15+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-transcribing-financial-company-growth-graphs-pc-screen_482257-125068.jpg",
|
||||
},
|
||||
id: "p2", brand: "Web", name: "Portfolio Sayt", price: "5 000 000 UZS", rating: 5,
|
||||
reviewCount: "15+", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-transcribing-financial-company-growth-graphs-pc-screen_482257-125068.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Web",
|
||||
name: "Korporativ Portal",
|
||||
price: "15 000 000 UZS",
|
||||
rating: 4,
|
||||
reviewCount: "10+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-researching-with-pregnant-colleague_482257-119342.jpg",
|
||||
},
|
||||
id: "p3", brand: "Web", name: "Korporativ Portal", price: "15 000 000 UZS", rating: 4,
|
||||
reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/man-researching-with-pregnant-colleague_482257-119342.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "App",
|
||||
name: "SaaS Platforma",
|
||||
price: "25 000 000 UZS",
|
||||
rating: 5,
|
||||
reviewCount: "5+",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_52683-25002.jpg",
|
||||
},
|
||||
id: "p4", brand: "App", name: "SaaS Platforma", price: "25 000 000 UZS", rating: 5,
|
||||
reviewCount: "5+", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_52683-25002.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Edu",
|
||||
name: "Ta'lim Portali",
|
||||
price: "20 000 000 UZS",
|
||||
rating: 5,
|
||||
reviewCount: "8+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-child-online-learning-holding-doll_53876-94848.jpg",
|
||||
},
|
||||
id: "p5", brand: "Edu", name: "Ta'lim Portali", price: "20 000 000 UZS", rating: 5,
|
||||
reviewCount: "8+", imageSrc: "http://img.b2bpic.net/free-photo/little-child-online-learning-holding-doll_53876-94848.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Blog",
|
||||
name: "Yangiliklar Sayti",
|
||||
price: "7 000 000 UZS",
|
||||
rating: 4,
|
||||
reviewCount: "12+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-reading-corner-book-coffee-candlelight_23-2151979244.jpg",
|
||||
},
|
||||
id: "p6", brand: "Blog", name: "Yangiliklar Sayti", price: "7 000 000 UZS", rating: 4,
|
||||
reviewCount: "12+", imageSrc: "http://img.b2bpic.net/free-photo/cozy-reading-corner-book-coffee-candlelight_23-2151979244.jpg"},
|
||||
]}
|
||||
title="Bizning xizmatlar"
|
||||
description="Har qanday turdagi biznes ehtiyojlari uchun maxsus yechimlar."
|
||||
@@ -234,55 +150,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Start",
|
||||
price: "5 000 000 UZS",
|
||||
period: "/ bir martalik",
|
||||
features: [
|
||||
"1 ta sahifa",
|
||||
"Mobil moslashuv",
|
||||
"Asosiy SEO",
|
||||
],
|
||||
id: "basic", title: "Start", price: "5 000 000 UZS", period: "/ bir martalik", features: [
|
||||
"1 ta sahifa", "Mobil moslashuv", "Asosiy SEO"],
|
||||
button: {
|
||||
text: "Tanlash",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-office-analyzing-checking-finance-graphs_23-2150377140.jpg",
|
||||
imageAlt: "People in the office analyzing and checking finance graphs",
|
||||
},
|
||||
text: "Tanlash"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-office-analyzing-checking-finance-graphs_23-2150377140.jpg", imageAlt: "People in the office analyzing and checking finance graphs"},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Biznes",
|
||||
price: "15 000 000 UZS",
|
||||
period: "/ loyiha uchun",
|
||||
features: [
|
||||
"10 ta sahifa",
|
||||
"Admin panel",
|
||||
"Ilg'or SEO",
|
||||
"Xosting 1 yil",
|
||||
],
|
||||
id: "pro", title: "Biznes", price: "15 000 000 UZS", period: "/ loyiha uchun", features: [
|
||||
"10 ta sahifa", "Admin panel", "Ilg'or SEO", "Xosting 1 yil"],
|
||||
button: {
|
||||
text: "Tanlash",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-employee-works-desk-with-green-screen-corporation_482257-123895.jpg?_wi=2",
|
||||
imageAlt: "People in the office analyzing and checking finance graphs",
|
||||
},
|
||||
text: "Tanlash"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-employee-works-desk-with-green-screen-corporation_482257-123895.jpg", imageAlt: "People in the office analyzing and checking finance graphs"},
|
||||
{
|
||||
id: "enterprise",
|
||||
title: "Premium",
|
||||
price: "30 000 000 UZS",
|
||||
period: "/ loyiha uchun",
|
||||
features: [
|
||||
"Cheksiz sahifa",
|
||||
"Maxsus API",
|
||||
"24/7 qo'llab-quvvatlash",
|
||||
"Xosting 3 yil",
|
||||
],
|
||||
id: "enterprise", title: "Premium", price: "30 000 000 UZS", period: "/ loyiha uchun", features: [
|
||||
"Cheksiz sahifa", "Maxsus API", "24/7 qo'llab-quvvatlash", "Xosting 3 yil"],
|
||||
button: {
|
||||
text: "Tanlash",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-ai-tech-agency-workspace-providing-custom-software-development-services_482257-120228.jpg?_wi=2",
|
||||
imageAlt: "People in the office analyzing and checking finance graphs",
|
||||
},
|
||||
text: "Tanlash"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-ai-tech-agency-workspace-providing-custom-software-development-services_482257-120228.jpg", imageAlt: "People in the office analyzing and checking finance graphs"},
|
||||
]}
|
||||
title="Narxlar rejalari"
|
||||
description="Sizga mos keladigan tarifni tanlang."
|
||||
@@ -297,29 +181,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Azizbek",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-black-blazer-portrait_23-2152009548.jpg",
|
||||
},
|
||||
id: "m1", name: "Azizbek", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-black-blazer-portrait_23-2152009548.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Kamola",
|
||||
role: "Lead Developer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-crossed-arms-looking-camera_23-2147762391.jpg",
|
||||
},
|
||||
id: "m2", name: "Kamola", role: "Lead Developer", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-crossed-arms-looking-camera_23-2147762391.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Javohir",
|
||||
role: "UI/UX Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/video-editor-worker-standing-front-camera-smiling-working-creative-agency-office-holding-la_482257-3426.jpg",
|
||||
},
|
||||
id: "m3", name: "Javohir", role: "UI/UX Designer", imageSrc: "http://img.b2bpic.net/free-photo/video-editor-worker-standing-front-camera-smiling-working-creative-agency-office-holding-la_482257-3426.jpg"},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Sarvar",
|
||||
role: "Backend Developer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-young-man-holding-tablet-mock-up_23-2148326968.jpg",
|
||||
},
|
||||
id: "m4", name: "Sarvar", role: "Backend Developer", imageSrc: "http://img.b2bpic.net/free-photo/smiley-young-man-holding-tablet-mock-up_23-2148326968.jpg"},
|
||||
]}
|
||||
title="Bizning jamoa"
|
||||
description="O'z ishining ustalari bo'lgan mutaxassislar."
|
||||
@@ -332,45 +200,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Zo'r xizmat",
|
||||
quote: "Sayt juda tez va chiroyli ishlangan.",
|
||||
name: "Ali Valiyev",
|
||||
role: "Tadbirkor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners_1098-17974.jpg",
|
||||
},
|
||||
id: "t1", title: "Zo'r xizmat", quote: "Sayt juda tez va chiroyli ishlangan.", name: "Ali Valiyev", role: "Tadbirkor", imageSrc: "http://img.b2bpic.net/free-photo/business-partners_1098-17974.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Professional yondashuv",
|
||||
quote: "Jamoa o'z ishini juda yaxshi biladi.",
|
||||
name: "Madina Karimov",
|
||||
role: "Founder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-wearing-apron_23-2149007471.jpg",
|
||||
},
|
||||
id: "t2", title: "Professional yondashuv", quote: "Jamoa o'z ishini juda yaxshi biladi.", name: "Madina Karimov", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-wearing-apron_23-2149007471.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Sifatli dastur",
|
||||
quote: "Mobil ilova kutganimizdan ham zo'r chiqdi.",
|
||||
name: "Bekzod Umarov",
|
||||
role: "Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg",
|
||||
},
|
||||
id: "t3", title: "Sifatli dastur", quote: "Mobil ilova kutganimizdan ham zo'r chiqdi.", name: "Bekzod Umarov", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Tavsiya etaman",
|
||||
quote: "Biznesimiz daromadi oshdi.",
|
||||
name: "Farida Hakimova",
|
||||
role: "Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-employee_1098-16109.jpg",
|
||||
},
|
||||
id: "t4", title: "Tavsiya etaman", quote: "Biznesimiz daromadi oshdi.", name: "Farida Hakimova", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/happy-employee_1098-16109.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "A'lo daraja",
|
||||
quote: "Texnik yordam har doim o'z vaqtida.",
|
||||
name: "Aziz Ibragimov",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-inside-office-center_1303-22415.jpg",
|
||||
},
|
||||
id: "t5", title: "A'lo daraja", quote: "Texnik yordam har doim o'z vaqtida.", name: "Aziz Ibragimov", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-inside-office-center_1303-22415.jpg"},
|
||||
]}
|
||||
title="Mijozlarimiz fikri"
|
||||
description="Biz bilan ishlagan mijozlarimizdan ijobiy sharhlar."
|
||||
@@ -383,20 +221,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Veb-sayt qancha vaqtda tayyor bo'ladi?",
|
||||
content: "Oddiy saytlar 1-2 hafta, murakkab portal va ilovalar 1-3 oy ichida tayyorlanadi.",
|
||||
},
|
||||
id: "q1", title: "Veb-sayt qancha vaqtda tayyor bo'ladi?", content: "Oddiy saytlar 1-2 hafta, murakkab portal va ilovalar 1-3 oy ichida tayyorlanadi."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Xizmatlaringizga kafolat bormi?",
|
||||
content: "Ha, barcha loyihalarimizga 6 oylik texnik kafolat beramiz.",
|
||||
},
|
||||
id: "q2", title: "Xizmatlaringizga kafolat bormi?", content: "Ha, barcha loyihalarimizga 6 oylik texnik kafolat beramiz."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Xosting xizmatlarini ko'rsatasizmi?",
|
||||
content: "Ha, biz xosting va domen bo'yicha to'liq maslahat va yordam beramiz.",
|
||||
},
|
||||
id: "q3", title: "Xosting xizmatlarini ko'rsatasizmi?", content: "Ha, biz xosting va domen bo'yicha to'liq maslahat va yordam beramiz."},
|
||||
]}
|
||||
title="Tez-tez so'raladigan savollar"
|
||||
description="Sizda savollar bormi? Biz javob beramiz."
|
||||
@@ -411,14 +240,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Biz bilan bog'laning! Loyihangizni muhokama qilishga tayyormiz."
|
||||
buttons={[
|
||||
{
|
||||
text: "Aloqa",
|
||||
href: "tel:+998991234567",
|
||||
},
|
||||
text: "Aloqa", href: "tel:+998991234567"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user