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" + }} />