From 5cc4fa8405275c74b28ed4308918f3e940335b6e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:20:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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} />