diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e3af17..a56b061 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Calendar, Clock, Shield, TrendingUp, Minus, Plus } from "lucide-react"; +import { Calendar, Clock, Shield, TrendingUp } from "lucide-react"; export default function LandingPage() { return ( @@ -77,6 +77,7 @@ export default function LandingPage() { @@ -133,6 +136,7 @@ export default function LandingPage() { { id: "q4", title: "Is data secure?", content: "All processing is SOC 2 Type II certified. We sign BAAs." }, ]} faqsAnimation="slide-up" + useInvertedBackground={false} className="border-t border-b py-12" sideTitleClassName="font-bold font-space-grotesk" accordionIconContainerClassName="p-2 bg-accent/10 rounded-full"