diff --git a/src/app/page.tsx b/src/app/page.tsx index afc2872..4410ab2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import FaqBase from "@/components/sections/faq/FaqBase"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Zap, CheckCircle, Package, Building2, TrendingUp, Star, HelpCircle } from "lucide-react"; +import { Zap, CheckCircle, Package, Building2, TrendingUp, Star, HelpCircle, Shield } from "lucide-react"; export default function HomePage() { return ( @@ -93,6 +93,8 @@ export default function HomePage() { buttons={[{ text: "Start Your Application", href: "/eligibility-checker" }]} mediaAnimation="slide-up" useInvertedBackground={false} + accordionIconClassName="text-shield-accent" + accordionClassName="accordion-with-icon" /> @@ -259,4 +261,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}