diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b53771..cb87aae 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 = [ @@ -16,7 +16,7 @@ export default function Page() { ]; return ( - + @@ -33,6 +33,7 @@ export default function Page() { description="We focus on delivering high-impact results through cutting-edge technology and clean, scalable code." metrics={[{ value: "10+", title: "Years Experience" }, { value: "500+", title: "Projects Delivered" }]} mediaAnimation="slide-up" + useInvertedBackground={false} />