From 6a4ef2f29dcd059c7c9a76de5c609c9fb1368a83 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 03:53:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 542e3ab..29edc35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,24 +48,24 @@ export default function LandingPage() { testimonials={[ { name: "John Doe", handle: "@johndoe", testimonial: "Exceptional precision and punctuality on every job.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317354.jpg", imageAlt: "heavy duty excavator worksite mud"}, + imageSrc: "http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317354.jpg?_wi=1", imageAlt: "heavy duty excavator worksite mud"}, { name: "Sarah Smith", handle: "@ssmith", testimonial: "Mike and his team handled our site prep perfectly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-worker-construction-wearing-protection-gear_23-2148784062.jpg", imageAlt: "heavy duty excavator worksite mud"}, { name: "David Clark", handle: "@dclark", testimonial: "Professional, reliable, and top-tier machinery usage.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light-outdoors_23-2149194805.jpg", imageAlt: "heavy duty excavator worksite mud"}, + imageSrc: "http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light-outdoors_23-2149194805.jpg?_wi=1", imageAlt: "heavy duty excavator worksite mud"}, { name: "Emily White", handle: "@ewhite", testimonial: "Best excavating company we've ever worked with.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-holding-house-plans_23-2148895456.jpg", imageAlt: "heavy duty excavator worksite mud"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-holding-house-plans_23-2148895456.jpg?_wi=1", imageAlt: "heavy duty excavator worksite mud"}, { name: "Tom Baker", handle: "@tbaker", testimonial: "Site ready on schedule, every single time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-male-engineer_23-2148480396.jpg", imageAlt: "heavy duty excavator worksite mud"}, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-male-engineer_23-2148480396.jpg?_wi=1", imageAlt: "heavy duty excavator worksite mud"}, ]} buttons={[ { text: "Get a Quote", href: "#contact" } ]} - imageSrc="http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317354.jpg" + imageSrc="http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317354.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/female-realtor-handshaking-couple-congratulate-them-their-new-house_23-2148895484.jpg", alt: "happy client" }, { src: "http://img.b2bpic.net/free-photo/two-young-happy-women-using-smartphone-by-table_171337-14879.jpg", alt: "satisfied customer" }, @@ -123,8 +123,8 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Highly recommended for any commercial development.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-holding-house-plans_23-2148895456.jpg" }, - { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Mike's crew is simply the best in the business.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-male-engineer_23-2148480396.jpg" }, + { id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Highly recommended for any commercial development.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-holding-house-plans_23-2148895456.jpg?_wi=2" }, + { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Mike's crew is simply the best in the business.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-male-engineer_23-2148480396.jpg?_wi=2" }, { id: "3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "Reliable and incredibly precise site clearing.", imageSrc: "http://img.b2bpic.net/free-photo/man-builder-uniform-holding-older-looking-building-plan_1157-50926.jpg" }, { id: "4", name: "David Kim", handle: "@dkim", testimonial: "The gold standard for local excavation work.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-executives-working-sunny-day_23-2147562043.jpg" }, { id: "5", name: "Jessica Lee", handle: "@jlee", testimonial: "Incredible work on our foundation prep.", imageSrc: "http://img.b2bpic.net/free-photo/architect-working-laptop-his-project_23-2148242919.jpg" }, @@ -143,7 +143,7 @@ export default function LandingPage() { { id: "q2", title: "Do you offer quotes?", content: "Yes, we provide competitive, transparent estimates upon site inspection." }, { id: "q3", title: "Is the company fully licensed?", content: "Absolutely. We are fully insured and bonded." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light-outdoors_23-2149194805.jpg" + imageSrc="http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light-outdoors_23-2149194805.jpg?_wi=2" mediaAnimation="slide-up" title="Frequently Asked Questions" description="Clear answers to your project concerns." -- 2.49.1