diff --git a/src/app/page.tsx b/src/app/page.tsx index 47bd2cc..143da2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { ArrowRight, Mail } from 'lucide-react'; +import { Mail } from 'lucide-react'; export default function Page() { const navItems = [ @@ -34,6 +34,9 @@ export default function Page() { title="Our Mission" description="We strive for excellence in every project we undertake." metrics={[{ value: "10+", title: "Years Experience" }, { value: "500+", title: "Projects Completed" }]} + useInvertedBackground={false} + mediaAnimation="slide-up" + metricsAnimation="slide-up" />