2 Commits

Author SHA1 Message Date
a8b1881e27 Update src/app/page.tsx 2026-03-27 10:37:52 +00:00
2fe03a3afa Merge version_1 into main
Merge version_1 into main
2026-03-27 10:35:17 +00:00

View File

@@ -26,9 +26,9 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Admins", id: "admins" },
{ name: "Adminlar", id: "admins" },
{ name: "Boost", id: "boost" },
{ name: "Contest", id: "contest" },
{ name: "Tanlov", id: "contest" },
]}
brandName="Frezzn BS"
/>
@@ -37,12 +37,12 @@ export default function LandingPage() {
<div id="admins" data-section="admins">
<HeroSplitKpi
background={{ variant: "glowing-orb" }}
title="Welcome to the Trusted Brawl Stars Trading Channel 👋"
description="Professional administration team ensuring safe, fast, and reliable trading and boosting services."
title="Frezzn Brawl Stars Trading Kanaliga Xush Kelibsiz 👋"
description="Xavfsiz, tez va ishonchli trading hamda boosting xizmatlarini ko'rsatuvchi professional adminlar jamoasi."
kpis={[
{ value: "100%+", label: "Trusted" },
{ value: "24/7", label: "Active Support" },
{ value: "Fast", label: "Delivery" },
{ value: "100%+", label: "Ishonchli" },
{ value: "24/7", label: "Doimiy Yordam" },
{ value: "Tezkor", label: "Yetkazib berish" },
]}
enableKpiAnimation={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWZNokI3gjYikfQIoUMgl0yW8A/a-dynamic-3d-cartoon-style-illustration--1774607685821-58b2ba82.png"
@@ -57,16 +57,16 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "cube", tag: "Basic", price: "3,000 UZS", period: "/ 100 🏆", description: "Standard cube boost for quick progression.", button: { text: "Order Now", href: "https://t.me/frezzn" },
featuresTitle: "Included Services", features: ["Quick Completion", "Account Safety", "24/7 Support"]
id: "cube", tag: "Asosiy", price: "3,000 UZS", period: "/ 100 🏆", description: "Tezroq rivojlanish uchun standart kub boost xizmati.", button: { text: "Buyurtma berish", href: "https://t.me/frezzn" },
featuresTitle: "Xizmatlar", features: ["Tezkor bajarilish", "Hisob xavfsizligi", "24/7 Yordam"]
},
{
id: "brawler", tag: "Pro", price: "15,000 UZS", period: "/ 1000 🏆", description: "Elite brawler rank boost for professional results.", button: { text: "Contact Booster", href: "https://t.me/frezzn" },
featuresTitle: "Included Services", features: ["High Winrate", "Fastest Delivery", "Priority Support"]
id: "brawler", tag: "Pro", price: "15,000 UZS", period: "/ 1000 🏆", description: "Professional natijalar uchun elit brawler darajasini oshirish.", button: { text: "Admin bilan bog'lanish", href: "https://t.me/frezzn" },
featuresTitle: "Xizmatlar", features: ["Yuqori g'alaba koeffitsienti", "Eng tezkor yetkazib berish", "Birinchi navbatdagi yordam"]
},
]}
title="Frezzn Boost Prices"
description="Fast, cheap, and trusted service to reach your dream rank!"
title="Frezzn Boost Narxlari"
description="Orzuyingizdagi darajaga yetish uchun tez, arzon va ishonchli xizmat!"
/>
</div>
@@ -75,12 +75,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "Requirements", content: "Subscribe to our channel @frezzn_bs and chat @bs_uz_chat, subscribe to sponsors, and react to posts." },
{ id: "2", title: "Rewards", content: "The grand prize is the latest Brawl Pass Plus 🎫. Multiple winners will be selected." },
{ id: "3", title: "How to Join", content: "Join the channel, follow all steps including our partner YouTube and Telegram channels." },
{ id: "1", title: "Talablar", content: "Bizning @frezzn_bs kanalimizga va @bs_uz_chat guruhimizga obuna bo'ling, homiylarga obuna bo'ling va postlarga reaksiya qoldiring." },
{ id: "2", title: "Sovrinlar", content: "Asosiy sovrin - eng so'nggi Brawl Pass Plus 🎫. Bir nechta g'oliblar tanlab olinadi." },
{ id: "3", title: "Qanday qatnashish kerak?", content: "Kanalga qo'shiling va barcha qadamlarni, jumladan hamkorlarimizning YouTube va Telegram kanallariga obuna bo'lishni bajaring." },
]}
title="BP+ Mega Contest 💙"
description="Participate in our special giveaway for a chance to win the Brawl Pass Plus!"
title="BP+ Mega Tanlovi 💙"
description="Brawl Pass Plus yutib olish imkoniyatiga ega bo'lish uchun maxsus tanlovimizda ishtirok eting!"
faqsAnimation="blur-reveal"
/>
</div>
@@ -88,9 +88,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Contact", items: [{ label: "@frezzn", href: "https://t.me/frezzn" }] },
{ title: "Support", items: [{ label: "Chat", href: "https://t.me/bs_uz_chat" }] },
{ title: "Social", items: [{ label: "YouTube", href: "#" }] },
{ title: "Aloqa", items: [{ label: "@frezzn", href: "https://t.me/frezzn" }] },
{ title: "Yordam", items: [{ label: "Chat", href: "https://t.me/bs_uz_chat" }] },
{ title: "Ijtimoiy", items: [{ label: "YouTube", href: "#" }] },
]}
logoText="Frezzn BS"
/>
@@ -98,4 +98,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}