From 5776cc11b9b816064b94f55398fc141b70363e89 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 12:31:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 824ca5a..b1e0b10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { AlertTriangle, Box, Shield, ShieldCheck, Smartphone, Zap } from "lucide-react"; +import { Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -105,6 +105,8 @@ export default function LandingPage() { names={["TeknoSecure", "SafeGuard Pro", "VisionGuard", "SmartLock", "DefendTech"]} title="İş Ortaklarımız" description="Güvenilir markalarla en iyi teknolojik donanımları projelerimize dahil ediyoruz." + textboxLayout="split" + useInvertedBackground={false} /> -- 2.49.1