Update src/app/page.tsx

This commit is contained in:
2026-04-03 08:19:48 +00:00
parent ac21eb99f2
commit 4b5b529989

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
{
text: "View Services", href: "#features"},
]}
imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-gesturing-thumb-up_23-2147772204.jpg"
imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-gesturing-thumb-up_23-2147772204.jpg?_wi=1"
/>
</div>
@@ -92,7 +92,7 @@ export default function LandingPage() {
},
{
id: "f2", title: "Water Heaters", description: "Installation, maintenance, and repair of all tankless and tank models.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg?_wi=1"},
items: [
{
icon: Flame,
@@ -105,7 +105,7 @@ export default function LandingPage() {
},
{
id: "f3", title: "Drain Cleaning", description: "Clear your clogged drains quickly without damaging your pipes.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg?_wi=1"},
items: [
{
icon: Droplets,
@@ -141,9 +141,9 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1", name: "Sarah Miller", date: "Jan 2025", title: "Homeowner", quote: "FlowMaster saved us during a flood! Extremely quick service.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg", imageAlt: "water heater installation modern"},
id: "t1", name: "Sarah Miller", date: "Jan 2025", title: "Homeowner", quote: "FlowMaster saved us during a flood! Extremely quick service.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg?_wi=2", imageAlt: "water heater installation modern"},
{
id: "t2", name: "John Doe", date: "Dec 2024", title: "Homeowner", quote: "Fair pricing and professional installation of our water heater.", tag: "Installation", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg", imageAlt: "professional drain cleaning service"},
id: "t2", name: "John Doe", date: "Dec 2024", title: "Homeowner", quote: "Fair pricing and professional installation of our water heater.", tag: "Installation", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg?_wi=2", imageAlt: "professional drain cleaning service"},
{
id: "t3", name: "Emily R.", date: "Nov 2024", title: "Homeowner", quote: "They fixed my clogged drain in 30 minutes. Amazing service.", tag: "Drain Repair", avatarSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156171.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg", imageAlt: "happy customer residential house"},
{
@@ -172,7 +172,7 @@ export default function LandingPage() {
title="Frequently Asked Questions"
description="Have questions? We have answers to help you stay informed."
faqsAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-gesturing-thumb-up_23-2147772204.jpg"
imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-gesturing-thumb-up_23-2147772204.jpg?_wi=2"
/>
</div>