diff --git a/src/app/page.tsx b/src/app/page.tsx index f80f464..d026f75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Zap, Star, Mail, MapPin, ArrowRight } from 'lucide-react'; const navItems = [{ name: "Home", id: "/" }]; @@ -41,6 +40,7 @@ export default function HomePage() { title="Our Services" animationType="blur-reveal" textboxLayout="default" + useInvertedBackground={false} features={[{ id: "1", label: "Plumbing", title: "Full Service Plumbing", items: ["Repair", "Installation"], buttons: [{ text: "Get Quote", href: "#contact" }] }]} /> @@ -48,12 +48,15 @@ export default function HomePage() {
@@ -64,12 +67,14 @@ export default function HomePage() { description="Contact us today to schedule your service." buttons={[{ text: "Schedule Now", href: "#contact" }]} background={{ variant: "plain" }} + useInvertedBackground={false} />