From e260d181e209e4fbac0e4015d3ea857aa03bc236 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 19:41:54 +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 d70dd09..4897425 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,19 +53,19 @@ export default function LandingPage() { testimonials={[ { name: "Mark D.", handle: "@markd", testimonial: "Exceptional precision. My retaining wall looks perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg?_wi=1"}, { name: "Laura S.", handle: "@lauras", testimonial: "The stonework transformed our garden completely.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-outdoors-sunset-crossed-arms_158538-20634.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-outdoors-sunset-crossed-arms_158538-20634.jpg?_wi=1"}, { name: "Robert B.", handle: "@robertb", testimonial: "Professional, reliable, and highly skilled masters.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/architect-team-partners-working-design-desk_482257-8112.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/architect-team-partners-working-design-desk_482257-8112.jpg?_wi=1"}, { name: "Emily P.", handle: "@emilyp", testimonial: "Best stonemasons in the region. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/asian-attractive-glasses-interior-designer-working-house-site-renovation-construction-progress-with-smile-confident-desk-with-blue-print-drawing-tool_609648-514.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/asian-attractive-glasses-interior-designer-working-house-site-renovation-construction-progress-with-smile-confident-desk-with-blue-print-drawing-tool_609648-514.jpg?_wi=1"}, { name: "James W.", handle: "@jamesw", testimonial: "Craftsmanship that truly stands the test of time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cool-brunet-bearded-man-sunglasses-beige-shorts-orange-jacket-leans-white-wall-outside-crosses-arms_197531-28761.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/cool-brunet-bearded-man-sunglasses-beige-shorts-orange-jacket-leans-white-wall-outside-crosses-arms_197531-28761.jpg?_wi=1"}, ]} imageSrc="http://img.b2bpic.net/free-photo/rocks-stones-concrete_23-2148399253.jpg" mediaAnimation="slide-up" @@ -165,15 +165,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Mark D.", handle: "@markd", testimonial: "Exceptional precision. My retaining wall looks perfect.", imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg"}, + id: "1", name: "Mark D.", handle: "@markd", testimonial: "Exceptional precision. My retaining wall looks perfect.", imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg?_wi=2"}, { - id: "2", name: "Laura S.", handle: "@lauras", testimonial: "The stonework transformed our garden completely.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-outdoors-sunset-crossed-arms_158538-20634.jpg"}, + id: "2", name: "Laura S.", handle: "@lauras", testimonial: "The stonework transformed our garden completely.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-outdoors-sunset-crossed-arms_158538-20634.jpg?_wi=2"}, { - id: "3", name: "Robert B.", handle: "@robertb", testimonial: "Professional, reliable, and highly skilled masters.", imageSrc: "http://img.b2bpic.net/free-photo/architect-team-partners-working-design-desk_482257-8112.jpg"}, + id: "3", name: "Robert B.", handle: "@robertb", testimonial: "Professional, reliable, and highly skilled masters.", imageSrc: "http://img.b2bpic.net/free-photo/architect-team-partners-working-design-desk_482257-8112.jpg?_wi=2"}, { - id: "4", name: "Emily P.", handle: "@emilyp", testimonial: "Best stonemasons in the region. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/asian-attractive-glasses-interior-designer-working-house-site-renovation-construction-progress-with-smile-confident-desk-with-blue-print-drawing-tool_609648-514.jpg"}, + id: "4", name: "Emily P.", handle: "@emilyp", testimonial: "Best stonemasons in the region. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/asian-attractive-glasses-interior-designer-working-house-site-renovation-construction-progress-with-smile-confident-desk-with-blue-print-drawing-tool_609648-514.jpg?_wi=2"}, { - id: "5", name: "James W.", handle: "@jamesw", testimonial: "Craftsmanship that truly stands the test of time.", imageSrc: "http://img.b2bpic.net/free-photo/cool-brunet-bearded-man-sunglasses-beige-shorts-orange-jacket-leans-white-wall-outside-crosses-arms_197531-28761.jpg"}, + id: "5", name: "James W.", handle: "@jamesw", testimonial: "Craftsmanship that truly stands the test of time.", imageSrc: "http://img.b2bpic.net/free-photo/cool-brunet-bearded-man-sunglasses-beige-shorts-orange-jacket-leans-white-wall-outside-crosses-arms_197531-28761.jpg?_wi=2"}, ]} title="What Our Clients Say" description="Don't take our word for it—hear from the families and business owners we've worked with."