Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 374d0ac811 | |||
| 1ca53625d1 | |||
| 5752326a92 | |||
| 86f7995019 | |||
| 287de4366c | |||
| 72b8c2158e |
163
src/app/page.tsx
163
src/app/page.tsx
@@ -10,7 +10,7 @@ import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboard
|
|||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import { Star } from "lucide-react";
|
import { ShieldCheck } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -20,62 +20,40 @@ export default function LandingPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="largeSmall"
|
sizing="largeSmall"
|
||||||
background="fluid"
|
background="noiseDiagonalGradient"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="double-inset"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Bosh Sahifa", id: "hero" },
|
||||||
name: "Bosh Sahifa", id: "hero"},
|
{ name: "UC Xizmatlari", id: "features" },
|
||||||
{
|
{ name: "Hisoblar", id: "about" },
|
||||||
name: "Biz Haqimizda", id: "about"},
|
{ name: "Yangiliklar", id: "testimonials" },
|
||||||
{
|
{ name: "FAQ", id: "faq" },
|
||||||
name: "Xususiyatlar", id: "features"},
|
|
||||||
{
|
|
||||||
name: "Fikrlar", id: "testimonials"},
|
|
||||||
{
|
|
||||||
name: "FAQ", id: "faq"},
|
|
||||||
]}
|
]}
|
||||||
brandName="GameUz"
|
brandName="PUBG Uz"
|
||||||
button={{
|
button={{ text: "Kirish" }}
|
||||||
text: "Kirish"}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboardSplit
|
<HeroLogoBillboardSplit
|
||||||
background={{
|
background={{ variant: "sparkles-gradient" }}
|
||||||
variant: "sparkles-gradient"}}
|
logoText="PUBG Mobile Uz"
|
||||||
logoText="GameUz"
|
description="Eng tezkor va xavfsiz UC to'ldirish xizmati. O'zbekistonning eng yirik PUBG hamjamiyatiga qo'shiling."
|
||||||
description="Eng zamonaviy va tezkor o'yinlar platformasi. O'zbekistondagi eng yaxshi o'yinchilar hamjamiyati sizni kutmoqda."
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "UC Sotib Olish", href: "#features" },
|
||||||
text: "Hozir O'ynash", href: "#features"},
|
|
||||||
]}
|
]}
|
||||||
layoutOrder="default"
|
layoutOrder="default"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/futuristic-gaming-platform-hero-section--1774783797746-3ef65459.png"
|
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
|
||||||
<TestimonialAboutCard
|
|
||||||
useInvertedBackground={true}
|
|
||||||
tag="Platforma Haqida"
|
|
||||||
title="O'zbekistondagi eng yirik o'yin markazi"
|
|
||||||
description="Biz o'yinchilar uchun xavfsiz va yuqori tezlikdagi platformani taqdim etamiz."
|
|
||||||
subdescription="Har bir foydalanuvchi uchun alohida e'tibor va sifatli xizmat ko'rsatamiz."
|
|
||||||
icon={Star}
|
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/professional-gaming-setup-with-rgb-light-1774783798433-002b00d7.png"
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardSeven
|
<FeatureCardSeven
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -84,102 +62,79 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
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: "UC Top-up", description: "PUBG Mobile uchun eng arzon UC narxlari.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/game-currency-icon-1774783798088.png"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
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: "Hisob Sotuvi", description: "Tekshirilgan va xavfsiz hisoblar savdosi.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/shield-check-icon-1774783823474.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="Platforma Afzalliklari"
|
title="Bizning Xizmatlar"
|
||||||
description="Nima uchun bizni tanlashingiz kerak?"
|
description="Professional o'yinchilar uchun maxsus takliflar."
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="about" data-section="about">
|
||||||
|
<TestimonialAboutCard
|
||||||
|
tag="Ishonch"
|
||||||
|
title="Hisoblar Savdosi"
|
||||||
|
description="Biz sizga eng sifatli va yuqori darajadagi PUBG Mobile hisoblarini taqdim etamiz."
|
||||||
|
subdescription="Barcha hisoblar xavfsizlik tekshiruvidan o'tgan."
|
||||||
|
icon={ShieldCheck}
|
||||||
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcM7NdlNutqh0RzUVlc43ozug8/gaming-stats-screen-1774783798433.png"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardOne
|
<TestimonialCardOne
|
||||||
animationType="slide-up"
|
gridVariant="three-columns-all-equal-width"
|
||||||
textboxLayout="split"
|
animationType="blur-reveal"
|
||||||
gridVariant="uniform-all-items-equal"
|
title="So'nggi Yangiliklar"
|
||||||
useInvertedBackground={true}
|
description="PUBG dunyosidagi eng qaynoq xabarlar."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "Admin", role: "Yangilik", company: "UC Bonus", rating: 5 },
|
||||||
id: "1", name: "Aziz", role: "Gamer", company: "Toshkent", rating: 5,
|
{ id: "2", name: "Gamer", role: "Tahlil", company: "Yangi Sezon", 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: "3", name: "Pro", role: "Turnir", company: "Uz Championship", rating: 5 },
|
||||||
{
|
|
||||||
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: "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"},
|
|
||||||
]}
|
]}
|
||||||
title="Foydalanuvchilarimiz Nima Deyishadi"
|
textboxLayout="default"
|
||||||
description="Bizning hamjamiyatimiz haqida fikrlar."
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqDouble
|
<FaqDouble
|
||||||
|
faqs={[
|
||||||
|
{ id: "q1", title: "UC qancha vaqtda keladi?", content: "Odatda 5-10 daqiqa ichida." },
|
||||||
|
{ id: "q2", title: "Hisobni qanday sotib olaman?", content: "Operatorimiz bilan bog'laning." },
|
||||||
|
]}
|
||||||
|
title="FAQ"
|
||||||
|
description="Tez-tez beriladigan savollar."
|
||||||
|
faqsAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
|
||||||
{
|
|
||||||
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: "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."
|
|
||||||
faqsAnimation="blur-reveal"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
|
||||||
background={{
|
|
||||||
variant: "plain"}}
|
|
||||||
tag="Bog'lanish"
|
tag="Bog'lanish"
|
||||||
title="Biz bilan bog'laning"
|
title="Biz bilan bog'laning"
|
||||||
description="Savollaringiz bo'lsa, bizga yozing."
|
description="Savollaringiz bormi? Telegram orqali bizga yozing."
|
||||||
buttons={[
|
buttons={[{ text: "Telegram" }]}
|
||||||
{
|
background={{ variant: "plain" }}
|
||||||
text: "Yuborish"},
|
useInvertedBackground={false}
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="GameUz"
|
logoText="PUBG Uz"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Menyu", items: [{ label: "Bosh Sahifa", href: "/" }] },
|
||||||
title: "Sahifalar", items: [
|
{ title: "Aloqa", items: [{ label: "Support", href: "#" }] },
|
||||||
{
|
|
||||||
label: "Bosh Sahifa", href: "/"},
|
|
||||||
{
|
|
||||||
label: "Xususiyatlar", href: "#features"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Qo'llab-quvvatlash", items: [
|
|
||||||
{
|
|
||||||
label: "Yordam", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Maxfiylik", href: "#"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 GameUz | Barcha huquqlar himoyalangan"
|
copyrightText="© 2025 PUBG Mobile Uz"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #000000;
|
--background: #0a0a0a;
|
||||||
--card: #0c0c0c;
|
--card: #1a1a1a;
|
||||||
--foreground: #ffffff;
|
--foreground: #f5f5f5;
|
||||||
--primary-cta: #cee7ff;
|
--primary-cta: #00ff00;
|
||||||
--primary-cta-text: #000000;
|
--primary-cta-text: #000000;
|
||||||
--secondary-cta: #000000;
|
--secondary-cta: #1a1a1a;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #535353;
|
--accent: #ff00ff;
|
||||||
--background-accent: #CEE7FF;
|
--background-accent: #00ffff;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user