Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
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"
|
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"
|
className="w-full"
|
||||||
containerClassName="py-20"
|
containerClassName="py-20"
|
||||||
titleClassName="text-5xl md:text-6xl font-light"
|
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"
|
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"
|
imageAlt="Professional plumbing team members"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
className="w-full"
|
className="w-full"
|
||||||
containerClassName="py-20"
|
containerClassName="py-20"
|
||||||
contentCardClassName="p-8"
|
contentCardClassName="p-8"
|
||||||
@@ -192,7 +192,7 @@ export default function PlumbingPage() {
|
|||||||
title="What Our Customers Say"
|
title="What Our Customers Say"
|
||||||
description="Real feedback from homeowners and business owners we've served"
|
description="Real feedback from homeowners and business owners we've served"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
tag="Testimonials"
|
tag="Testimonials"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
className="w-full"
|
className="w-full"
|
||||||
|
|||||||
Reference in New Issue
Block a user