From 374d0ac811275bec6ec5cc3a7fb1e9d4ab2f0b2d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 11:33:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed6e380..73f09ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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} /> @@ -107,6 +111,8 @@ export default function LandingPage() { title="FAQ" description="Tez-tez beriladigan savollar." faqsAnimation="slide-up" + textboxLayout="default" + useInvertedBackground={false} /> @@ -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} />