From 03bfa7e9144b7c6ac2e2df635fdabf4f1486887b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 04:53:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a2af39..9393699 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Emergency Repairs", description: "Rapid response for any urgent plumbing breakdown.", imageSrc: "http://img.b2bpic.net/free-photo/faucet-from-golden-fountain_1122-816.jpg", imageAlt: "Emergency repairs"}, + title: "Emergency Repairs", description: "Rapid response for any urgent plumbing breakdown.", imageSrc: "http://img.b2bpic.net/free-photo/faucet-from-golden-fountain_1122-816.jpg?_wi=1", imageAlt: "Emergency repairs"}, { title: "Drain Cleaning", description: "Professional solutions for persistent clogs and blockages.", imageSrc: "http://img.b2bpic.net/free-vector/25-plumber-line-icon-pack-vector-icons-illustration_1142-19381.jpg", imageAlt: "Drain cleaning"}, { @@ -128,7 +128,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Adam Rhiwi", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg"}, + id: "1", name: "Adam Rhiwi", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=1"}, { id: "2", name: "Arafad Abdillahi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg"}, { @@ -136,7 +136,7 @@ export default function LandingPage() { { id: "4", name: "Bilal Moussa", imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg"}, { - id: "5", name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg"}, + id: "5", name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=2"}, ]} cardTitle="Client Reviews" cardTag="4 Recent 5-Star Reviews" @@ -150,13 +150,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "1. Call Us", description: "Contact our office for a prompt response.", imageSrc: "http://img.b2bpic.net/free-photo/faucet-from-golden-fountain_1122-816.jpg", imageAlt: "Step 1"}, + title: "1. Call Us", description: "Contact our office for a prompt response.", imageSrc: "http://img.b2bpic.net/free-photo/faucet-from-golden-fountain_1122-816.jpg?_wi=2", imageAlt: "Step 1"}, { - title: "2. Free Quote", description: "Receive an upfront and clear quote for work.", imageSrc: "http://img.b2bpic.net/free-photo/faucet-from-golden-fountain_1122-816.jpg", imageAlt: "Step 2"}, + title: "2. Free Quote", description: "Receive an upfront and clear quote for work.", imageSrc: "http://img.b2bpic.net/free-photo/faucet-from-golden-fountain_1122-816.jpg?_wi=3", imageAlt: "Step 2"}, { - title: "3. We Fix It", description: "Our experts handle your issue promptly.", imageSrc: "http://img.b2bpic.net/free-photo/faucet-from-golden-fountain_1122-816.jpg", imageAlt: "Step 3"}, + title: "3. We Fix It", description: "Our experts handle your issue promptly.", imageSrc: "http://img.b2bpic.net/free-photo/faucet-from-golden-fountain_1122-816.jpg?_wi=4", imageAlt: "Step 3"}, { - title: "4. Satisfaction", description: "Ensuring the job is finished to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/faucet-from-golden-fountain_1122-816.jpg", imageAlt: "Step 4"}, + title: "4. Satisfaction", description: "Ensuring the job is finished to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/faucet-from-golden-fountain_1122-816.jpg?_wi=5", imageAlt: "Step 4"}, ]} title="Simple Process" description="We believe in transparency and professionalism from start to finish." -- 2.49.1