From dbd34743a4b36c0005e1b3229827d32ed4bbdf67 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:11:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bdc5ab6..87b3f0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-assistant-writing-data-documents-taking-notes-papers-create-annual-report-executive-employee-planning-investment-with-analytics-statistics-laptop-files_482257-67059.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-assistant-writing-data-documents-taking-notes-papers-create-annual-report-executive-employee-planning-investment-with-analytics-statistics-laptop-files_482257-67059.jpg?_wi=1", imageAlt: "professional services local business office", }, { @@ -110,7 +110,7 @@ export default function LandingPage() { quote: "Very fast service, highly recommended!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-shopaholic-woman_1098-2415.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/female-assistant-writing-data-documents-taking-notes-papers-create-annual-report-executive-employee-planning-investment-with-analytics-statistics-laptop-files_482257-67059.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-assistant-writing-data-documents-taking-notes-papers-create-annual-report-executive-employee-planning-investment-with-analytics-statistics-laptop-files_482257-67059.jpg?_wi=2", imageAlt: "happy customer smiling", }, { @@ -121,7 +121,7 @@ export default function LandingPage() { quote: "Affordable and professional. Best service in town.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - imageSrc: "http://img.b2bpic.net/free-vector/construction_24908-54401.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/construction_24908-54401.jpg?_wi=1", imageAlt: "happy customer smiling", }, { @@ -132,7 +132,7 @@ export default function LandingPage() { quote: "Always shows up on time and finishes the job right.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-mature-family-couple-visiting-daughter_1398-4698.jpg", - imageSrc: "http://img.b2bpic.net/free-vector/construction_24908-54410.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/construction_24908-54410.jpg?_wi=1", imageAlt: "happy customer smiling", }, { @@ -143,7 +143,7 @@ export default function LandingPage() { quote: "Friendly staff and excellent results every time.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430632.jpg", - imageSrc: "http://img.b2bpic.net/free-vector/24-hour-clock_78370-6171.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/24-hour-clock_78370-6171.jpg?_wi=1", imageAlt: "happy customer smiling", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { quote: "Great communication throughout the entire process.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/indoor-shot-pretty-girl-with-clean-skin-perfect-smile-having-fun-coffee-shop_273609-9039.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-building_23-2148106954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-building_23-2148106954.jpg?_wi=1", imageAlt: "happy customer smiling", }, ]} @@ -171,17 +171,17 @@ export default function LandingPage() { { title: "Repair & Maintenance", description: "High quality repair and maintenance services for your home or business.", - imageSrc: "http://img.b2bpic.net/free-vector/construction_24908-54401.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/construction_24908-54401.jpg?_wi=2", }, { title: "Expert Installation", description: "Installation and setup of all your modern equipment needs.", - imageSrc: "http://img.b2bpic.net/free-vector/construction_24908-54410.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/construction_24908-54410.jpg?_wi=2", }, { title: "Emergency Support", description: "Rapid response team available whenever emergencies arise.", - imageSrc: "http://img.b2bpic.net/free-vector/24-hour-clock_78370-6171.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/24-hour-clock_78370-6171.jpg?_wi=2", }, ]} title="Our Services" @@ -252,7 +252,7 @@ export default function LandingPage() { }} title="Need Service Now?" description="Call our team today for fast, reliable service in your local area." - imageSrc="http://img.b2bpic.net/free-photo/bottom-view-building_23-2148106954.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bottom-view-building_23-2148106954.jpg?_wi=2" mediaPosition="right" buttonText="Call Now" mediaAnimation="slide-up" -- 2.49.1