From c93ff8ce829303f5d7b8d5776f142d57ffc118ce Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:52:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3dd451e..8a7936a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TextAbout from '@/components/sections/about/TextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { ShieldCheck, TrendingUp, Zap, Users, HelpCircle } from "lucide-react"; +import { ShieldCheck, TrendingUp, Zap, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -58,14 +58,14 @@ export default function LandingPage() { sidebarItems: [{ icon: Zap, active: true }, { icon: TrendingUp }], buttons: [{ text: "View Status" }], listItems: [{ icon: Users, title: "Audit Completed", status: "Active" }], - imageSrc: "https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?q=80&w=1200"}} + imageSrc: "https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?q=80&w=1200" + }} />
@@ -129,6 +134,7 @@ export default function LandingPage() { description="Start your zero-fee credit repair journey today." buttons={[{ text: "Contact Us", href: "mailto:support@creditpure.example" }]} background={{ variant: "plain" }} + useInvertedBackground={false} /> -- 2.49.1