diff --git a/src/app/page.tsx b/src/app/page.tsx index b8a8ae2..de0783b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Zap, Shield, ArrowRight, Star } from 'lucide-react'; +import { Zap, Shield } from 'lucide-react'; const navItems = [ { name: "Home", id: "/" }, @@ -62,12 +62,15 @@ export default function Page() { title="About A&M Home Services" description="We are committed to excellence, integrity, and your total satisfaction." imageSrc="https://images.unsplash.com/photo-1581092160607-ee22621dd756?q=80&w=800" + useInvertedBackground={false} />