diff --git a/src/app/page.tsx b/src/app/page.tsx index ca5d6a0..a486f39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; @@ -66,7 +66,7 @@ export default function PlumbingPage() { { imageSrc: "https://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg", imageAlt: "Professional plumbing team" } - ] + ]} className="w-full" containerClassName="py-20" titleClassName="text-5xl md:text-6xl font-light" @@ -97,7 +97,7 @@ export default function PlumbingPage() { imageSrc="https://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg" imageAlt="Professional plumbing team members" imagePosition="right" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" className="w-full" containerClassName="py-20" contentCardClassName="p-8" @@ -192,7 +192,7 @@ export default function PlumbingPage() { title="What Our Customers Say" description="Real feedback from homeowners and business owners we've served" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" tag="Testimonials" tagIcon={Star} className="w-full"