From 109c92ed158308e455504cfeace1f639188c3d95 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:58:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c0c01c..5fcf1e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { title="Roofing Systems Built for Performance, Designed for Longevity." description="Trusted by industry leaders. Proven on complex projects. Built to last decades." buttons={[{ text: "Get Free Estimate", href: "/contact" }, { text: "View Projects", href: "/projects" }]} - imageSrc="http://img.b2bpic.net/free-photo/aerial-view-new-cars-parking-port-automobile-factory_335224-734.jpg" + imageSrc="http://img.b2bpic.net/free-photo/aerial-view-new-cars-parking-port-automobile-factory_335224-734.jpg?_wi=1" /> @@ -92,7 +92,7 @@ export default function LandingPage() { showRating={true} testimonials={[ { id: "t1", name: "David Miller", handle: "@dfirm", testimonial: "Incredible attention to detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-4006.jpg", imageAlt: "a bird's eye view of shanghai" }, - { id: "t2", name: "Lisa Wong", handle: "@lwprop", testimonial: "Highly recommended for institutional work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-new-cars-parking-port-automobile-factory_335224-734.jpg", imageAlt: "a bird's eye view of shanghai" }, + { id: "t2", name: "Lisa Wong", handle: "@lwprop", testimonial: "Highly recommended for institutional work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-new-cars-parking-port-automobile-factory_335224-734.jpg?_wi=2", imageAlt: "a bird's eye view of shanghai" }, { id: "t3", name: "Robert Kent", handle: "@rkeng", testimonial: "Professional and fast delivery.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg", imageAlt: "a bird's eye view of shanghai" }, { id: "t4", name: "Susan Reed", handle: "@sreed", testimonial: "The best commercial team out there.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-drill-medium-shot_23-2149366636.jpg", imageAlt: "a bird's eye view of shanghai" }, { id: "t5", name: "James Smith", handle: "@jsmith", testimonial: "Expertise clearly shown in every phase.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14957.jpg", imageAlt: "a bird's eye view of shanghai" } -- 2.49.1