diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f9f869c..1e6470f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -112,15 +112,15 @@ export default function AboutPage() { { id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Downtown Area", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Mitchell testimonial"}, + "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=5", imageAlt: "Sarah Mitchell testimonial"}, { id: "2", name: "James Rodriguez", role: "Property Manager", company: "Metro Properties", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "James Rodriguez testimonial"}, + "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=6", imageAlt: "James Rodriguez testimonial"}, { id: "3", name: "Michelle Chen", role: "Homeowner", company: "Westside District", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michelle Chen testimonial"}, + "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=7", imageAlt: "Michelle Chen testimonial"}, ]} kpiItems={[ { value: "10,000+", label: "Happy Customers Served" }, @@ -151,7 +151,7 @@ export default function AboutPage() { {/* Footer */}
@@ -229,19 +229,19 @@ export default function HomePage() { { id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Downtown Area", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Mitchell testimonial"}, + "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Sarah Mitchell testimonial"}, { id: "2", name: "James Rodriguez", role: "Property Manager", company: "Metro Properties", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "James Rodriguez testimonial"}, + "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "James Rodriguez testimonial"}, { id: "3", name: "Michelle Chen", role: "Homeowner", company: "Westside District", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michelle Chen testimonial"}, + "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Michelle Chen testimonial"}, { id: "4", name: "David Thompson", role: "Business Owner", company: "Local Restaurant", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Thompson testimonial"}, + "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "David Thompson testimonial"}, ]} kpiItems={[ { value: "10,000+", label: "Happy Customers Served" }, @@ -285,7 +285,7 @@ export default function HomePage() { faqsAnimation="slide-up" mediaAnimation="slide-up" mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/call-center-hot-line-information-concept_53876-125154.jpg" + imageSrc="http://img.b2bpic.net/free-photo/call-center-hot-line-information-concept_53876-125154.jpg?_wi=1" imageAlt="Customer support representative" faqs={[ { @@ -335,7 +335,7 @@ export default function HomePage() { {/* Footer */} @@ -163,7 +163,7 @@ export default function ServicesPage() { {/* Footer */}