From 0c2fa27c7f0d8065931106be6920bd88b19b066d Mon Sep 17 00:00:00 2001 From: development Date: Thu, 15 Jan 2026 01:49:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.49.1