From 6ead2cd1f9e1d3da778c50443ba8689b43263e28 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 23:24:19 +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 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} />