diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e93e14..6aaf8f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,7 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; -import Link from "next/link"; -import { Star, Shield, ArrowRight } from "lucide-react"; +import { Star, Shield } from "lucide-react"; export default function Page() { const navItems = [{ name: "Home", id: "/" }]; @@ -48,6 +47,7 @@ export default function Page() { textboxLayout="default" bulletPoints={[{ title: "Innovation", description: "Pioneering new solutions.", icon: Shield }]} mediaAnimation="none" + useInvertedBackground={false} />