Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 03:58:23 +00:00

View File

@@ -55,10 +55,10 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg", imageAlt: "Professional plumbing service"
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg?_wi=1", imageAlt: "Professional plumbing service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg", imageAlt: "Expert leak repair"
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg?_wi=1", imageAlt: "Expert leak repair"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/friends-camping-forest-together_53876-20690.jpg", imageAlt: "Drain cleaning service"
@@ -67,7 +67,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/heavy-duty-construction-machines-carrying-placing-gas-pipe-into-ground_342744-367.jpg", imageAlt: "Professional installation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg", imageAlt: "Plumbing excellence"
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg?_wi=2", imageAlt: "Plumbing excellence"
}
]}
/>
@@ -96,7 +96,7 @@ export default function LandingPage() {
id: "4", title: "Installation & Remodeling", content: "Complete bathroom and kitchen plumbing installations. From fixtures to full system upgrades, our licensed plumbers ensure quality workmanship."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg"
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg?_wi=2"
imageAlt="Professional plumbing services"
mediaAnimation="slide-up"
useInvertedBackground={false}