Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 078df188cb | |||
| c239062980 | |||
| ee21cfa803 | |||
| 63420b8c18 | |||
| ed934b0d7e | |||
| d14bd1df62 |
@@ -1401,4 +1401,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -259,4 +261,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user