Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-01-15 01:49:33 +00:00

View File

@@ -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"