Update src/app/page.tsx

This commit is contained in:
2026-03-29 11:33:49 +00:00
parent 1ca53625d1
commit 374d0ac811

View File

@@ -10,7 +10,7 @@ import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboard
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Star, Flame, Trophy, ShieldCheck, Mail } from "lucide-react";
import { ShieldCheck } from "lucide-react";
export default function LandingPage() {
return (
@@ -58,6 +58,7 @@ export default function LandingPage() {
<FeatureCardSeven
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: 1,
@@ -81,6 +82,7 @@ export default function LandingPage() {
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>
@@ -95,6 +97,8 @@ export default function LandingPage() {
{ id: "2", name: "Gamer", role: "Tahlil", company: "Yangi Sezon", rating: 5 },
{ id: "3", name: "Pro", role: "Turnir", company: "Uz Championship", rating: 5 },
]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -107,6 +111,8 @@ export default function LandingPage() {
title="FAQ"
description="Tez-tez beriladigan savollar."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -116,6 +122,8 @@ export default function LandingPage() {
title="Biz bilan bog'laning"
description="Savollaringiz bormi? Telegram orqali bizga yozing."
buttons={[{ text: "Telegram" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>