From 5d2414e23c3c25e8f6b73df0768ac7b0a2943d56 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:33:55 +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 a458e12..e221c40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,19 +50,19 @@ export default function LandingPage() { testimonials={[ { name: "Soheila S.", handle: "@customer", testimonial: "Excellent service - polite, nice and friendly employees - most reasonable price in Tri-city - very much recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813100.jpg", imageAlt: "professional window installation service vancouver"}, + imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813100.jpg?_wi=1", imageAlt: "professional window installation service vancouver"}, { name: "Tarogh S.", handle: "@customer", testimonial: "Fantastic service, great prices and clear communication while meeting all our needs in a timely manner. We couldn’t be happier with our new blinds!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-laptop-talking-woman_23-2148334748.jpg", imageAlt: "professional window installation service vancouver"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-laptop-talking-woman_23-2148334748.jpg?_wi=1", imageAlt: "professional window installation service vancouver"}, { name: "David L.", handle: "@customer", testimonial: "Unison Contracting did a great job on our window screens. Quick, professional, and very clean work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804639.jpg", imageAlt: "professional window installation service vancouver"}, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804639.jpg?_wi=1", imageAlt: "professional window installation service vancouver"}, { name: "Maria K.", handle: "@customer", testimonial: "Very satisfied with the installation. The team was punctual and respectful. Highly recommend to anyone in Vancouver.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-taking-notes_23-2149546195.jpg", imageAlt: "professional window installation service vancouver"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-taking-notes_23-2149546195.jpg?_wi=1", imageAlt: "professional window installation service vancouver"}, { name: "John D.", handle: "@customer", testimonial: "Great service! Affordable and reliable window services in Vancouver area. Will definitely use them again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg", imageAlt: "professional window installation service vancouver"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=1", imageAlt: "professional window installation service vancouver"}, ]} buttons={[ { @@ -70,7 +70,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+12365139804"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813100.jpg" + imageSrc="http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813100.jpg?_wi=2" imageAlt="Window installation in Vancouver home" avatars={[ { @@ -93,7 +93,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Your Local Vancouver Experts" description="Unison Contracting is a small, family-focused business dedicated to enhancing your home experience. We prioritize customer satisfaction through honest communication, fair pricing, and expert craftsmanship in every window project." - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-with-laptop-talking-woman_23-2148334748.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-with-laptop-talking-woman_23-2148334748.jpg?_wi=2" imageAlt="Our team at work" /> @@ -127,13 +127,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Soheila S.", role: "Homeowner", company: "Tri-City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804639.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804639.jpg?_wi=2"}, { id: "2", name: "Tarogh S.", role: "Homeowner", company: "Vancouver", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-taking-notes_23-2149546195.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-taking-notes_23-2149546195.jpg?_wi=2"}, { id: "3", name: "David L.", role: "Homeowner", company: "Vancouver", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=2"}, { id: "4", name: "Maria K.", role: "Homeowner", company: "Tri-City", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-back-camera-opening-door-man_259150-58306.jpg"}, -- 2.49.1