Merge version_1 into main #2
134
src/app/page.tsx
134
src/app/page.tsx
@@ -31,45 +31,31 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Bosh Sahifa",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Bosh Sahifa", id: "hero"},
|
||||
{
|
||||
name: "Biz Haqimizda",
|
||||
id: "about",
|
||||
},
|
||||
name: "Biz Haqimizda", id: "about"},
|
||||
{
|
||||
name: "Xususiyatlar",
|
||||
id: "features",
|
||||
},
|
||||
name: "Xususiyatlar", id: "features"},
|
||||
{
|
||||
name: "Fikrlar",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Fikrlar", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="GameUz"
|
||||
button={{
|
||||
text: "Kirish",
|
||||
}}
|
||||
text: "Kirish"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
logoText="GameUz"
|
||||
description="Eng zamonaviy va tezkor o'yinlar platformasi. O'zbekistondagi eng yaxshi o'yinchilar hamjamiyati sizni kutmoqda."
|
||||
buttons={[
|
||||
{
|
||||
text: "Hozir O'ynash",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Hozir O'ynash", href: "#features"},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/futuristic-gaming-platform-hero-section--1774783797746-3ef65459.png"
|
||||
@@ -92,27 +78,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Yuqori Tezlik",
|
||||
description: "Ping va kechikishlarsiz o'yin tajribasi.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/iconic-symbol-for-ultra-fast-game-loadin-1774783798088-fccc3d4b.png",
|
||||
},
|
||||
title: "Yuqori Tezlik", description: "Ping va kechikishlarsiz o'yin tajribasi.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/iconic-symbol-for-ultra-fast-game-loadin-1774783798088-fccc3d4b.png"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Katta Hamjamiyat",
|
||||
description: "Minglab o'yinchilar bilan birga o'ynang.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/abstract-representation-of-community-con-1774783797868-95a6b06b.png",
|
||||
},
|
||||
title: "Katta Hamjamiyat", description: "Minglab o'yinchilar bilan birga o'ynang.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/abstract-representation-of-community-con-1774783797868-95a6b06b.png"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Xavfsizlik",
|
||||
description: "Hisobingiz va ma'lumotlaringiz himoyasi.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/graphic-shield-symbol-representing-secur-1774783823474-62972c77.png",
|
||||
},
|
||||
title: "Xavfsizlik", description: "Hisobingiz va ma'lumotlaringiz himoyasi.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/graphic-shield-symbol-representing-secur-1774783823474-62972c77.png"},
|
||||
]}
|
||||
title="Platforma Afzalliklari"
|
||||
description="Nima uchun bizni tanlashingiz kerak?"
|
||||
@@ -127,45 +105,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Aziz",
|
||||
role: "Gamer",
|
||||
company: "Toshkent",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/portrait-of-a-happy-young-gamer-cinemati-1774783798074-42c4af85.png?_wi=1",
|
||||
},
|
||||
id: "1", name: "Aziz", role: "Gamer", company: "Toshkent", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/portrait-of-a-happy-young-gamer-cinemati-1774783798074-42c4af85.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Malika",
|
||||
role: "Streamer",
|
||||
company: "Samarqand",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/portrait-of-a-female-professional-player-1774783796754-dda1ade4.png",
|
||||
},
|
||||
id: "2", name: "Malika", role: "Streamer", company: "Samarqand", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/portrait-of-a-female-professional-player-1774783796754-dda1ade4.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Doston",
|
||||
role: "Professional",
|
||||
company: "Farg'ona",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/portrait-of-a-diverse-young-man-smiling--1774783797432-0ab01675.png",
|
||||
},
|
||||
id: "3", name: "Doston", role: "Professional", company: "Farg'ona", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/portrait-of-a-diverse-young-man-smiling--1774783797432-0ab01675.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jasur",
|
||||
role: "Gamer",
|
||||
company: "Buxoro",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/portrait-of-a-focused-esports-player-gam-1774783797699-cd5bfcaf.png",
|
||||
},
|
||||
id: "4", name: "Jasur", role: "Gamer", company: "Buxoro", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/portrait-of-a-focused-esports-player-gam-1774783797699-cd5bfcaf.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kamola",
|
||||
role: "Esports Player",
|
||||
company: "Andijon",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/portrait-of-a-happy-young-gamer-cinemati-1774783798074-42c4af85.png?_wi=2",
|
||||
},
|
||||
id: "5", name: "Kamola", role: "Esports Player", company: "Andijon", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/portrait-of-a-happy-young-gamer-cinemati-1774783798074-42c4af85.png"},
|
||||
]}
|
||||
title="Foydalanuvchilarimiz Nima Deyishadi"
|
||||
description="Bizning hamjamiyatimiz haqida fikrlar."
|
||||
@@ -178,20 +131,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Qanday ro'yxatdan o'tish mumkin?",
|
||||
content: "Tugmani bosing va kerakli ma'lumotlarni kiriting.",
|
||||
},
|
||||
id: "q1", title: "Qanday ro'yxatdan o'tish mumkin?", content: "Tugmani bosing va kerakli ma'lumotlarni kiriting."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "To'lov usullari qanday?",
|
||||
content: "Biz Click, Payme va boshqa usullarni qo'llab-quvvatlaymiz.",
|
||||
},
|
||||
id: "q2", title: "To'lov usullari qanday?", content: "Biz Click, Payme va boshqa usullarni qo'llab-quvvatlaymiz."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Texnik yordam bormi?",
|
||||
content: "Ha, biz 24/7 yordam markazini taklif etamiz.",
|
||||
},
|
||||
id: "q3", title: "Texnik yordam bormi?", content: "Ha, biz 24/7 yordam markazini taklif etamiz."},
|
||||
]}
|
||||
title="Tez-tez beriladigan savollar"
|
||||
description="Platformamiz haqida kerakli ma'lumotlarni toping."
|
||||
@@ -203,15 +147,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Bog'lanish"
|
||||
title="Biz bilan bog'laning"
|
||||
description="Savollaringiz bo'lsa, bizga yozing."
|
||||
buttons={[
|
||||
{
|
||||
text: "Yuborish",
|
||||
},
|
||||
text: "Yuborish"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -221,29 +163,19 @@ export default function LandingPage() {
|
||||
logoText="GameUz"
|
||||
columns={[
|
||||
{
|
||||
title: "Sahifalar",
|
||||
items: [
|
||||
title: "Sahifalar", items: [
|
||||
{
|
||||
label: "Bosh Sahifa",
|
||||
href: "/",
|
||||
},
|
||||
label: "Bosh Sahifa", href: "/"},
|
||||
{
|
||||
label: "Xususiyatlar",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Xususiyatlar", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Qo'llab-quvvatlash",
|
||||
items: [
|
||||
title: "Qo'llab-quvvatlash", items: [
|
||||
{
|
||||
label: "Yordam",
|
||||
href: "#",
|
||||
},
|
||||
label: "Yordam", href: "#"},
|
||||
{
|
||||
label: "Maxfiylik",
|
||||
href: "#",
|
||||
},
|
||||
label: "Maxfiylik", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user