diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a27583..981b896 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "@sarah_m", testimonial: "The custom iron staircase they built is the centerpiece of our home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/glassblower-shaping-molten-glass_107420-74279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glassblower-shaping-molten-glass_107420-74279.jpg?_wi=1", imageAlt: "custom iron gate industrial craftsmanship", }, { @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@d_chen_arc", testimonial: "Professional, on-time, and meticulous attention to structural detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/arc-welding-steel-construction-site_2831-694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arc-welding-steel-construction-site_2831-694.jpg?_wi=1", imageAlt: "modern industrial iron works workshop", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@rossi_design", testimonial: "Outstanding quality. Solis Iron Works truly understands the art of metal.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-her-hat_23-2148238174.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-her-hat_23-2148238174.jpg?_wi=1", imageAlt: "happy client home improvement", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@m_thorne_build", testimonial: "Reliable partner for our commercial metal fabrication requirements.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18999.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18999.jpg?_wi=1", imageAlt: "architect standing near industrial gate", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@j_park_home", testimonial: "Stunning gate design. Exceeded my expectations in every way.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19123.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19123.jpg?_wi=1", imageAlt: "homeowner portrait custom iron fence", }, ]} @@ -102,7 +102,7 @@ export default function LandingPage() { href: "#services", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/glassblower-shaping-molten-glass_107420-74279.jpg" + imageSrc="http://img.b2bpic.net/free-photo/glassblower-shaping-molten-glass_107420-74279.jpg?_wi=2" imageAlt="Custom iron works craftsmanship" avatars={[ { @@ -150,7 +150,7 @@ export default function LandingPage() { description: "CAD design combined with expert craftsmanship for flawless finishes.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/arc-welding-steel-construction-site_2831-694.jpg" + imageSrc="http://img.b2bpic.net/free-photo/arc-welding-steel-construction-site_2831-694.jpg?_wi=2" imageAlt="Our workshop and ironwork process" mediaAnimation="slide-up" /> @@ -212,21 +212,21 @@ export default function LandingPage() { name: "Sarah Miller", handle: "@sarah_m", testimonial: "Excellent workmanship and professional crew.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-her-hat_23-2148238174.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-her-hat_23-2148238174.jpg?_wi=2", }, { id: "t2", name: "David Chen", handle: "@d_chen_arc", testimonial: "Best in the industry for custom iron fabrication.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18999.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18999.jpg?_wi=2", }, { id: "t3", name: "Elena Rossi", handle: "@rossi_design", testimonial: "Stunning results, exactly what I envisioned.", - imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19123.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19123.jpg?_wi=2", }, { id: "t4", @@ -262,7 +262,7 @@ export default function LandingPage() {