From 1279e398b4bfe0d05c2884d64d161a160c71ec75 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 11:51:57 +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 85f5f4c..dbcceca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { imageAlt: "Commercial project installation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754686.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754686.jpg?_wi=1", imageAlt: "Precision woodworking detail", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { imageAlt: "Designer furniture showroom", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150232682.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150232682.jpg?_wi=1", imageAlt: "Artisanal studio atmosphere", }, ]} @@ -115,7 +115,7 @@ export default function LandingPage() { title: "Master Artisans", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-mid-adult-carpenter-his-workshop_637285-11693.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-mid-adult-carpenter-his-workshop_637285-11693.jpg?_wi=1" imageAlt="Our manufacturing facility floor" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -172,19 +172,19 @@ export default function LandingPage() { id: 1, title: "Material Excellence", description: "We source the finest sustainable woods, premium leathers, and high-quality fabrics for every piece.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754686.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754686.jpg?_wi=2", }, { id: 2, title: "Precision Manufacturing", description: "Our CNC precision is balanced by artisanal hand-finishing for perfection in every detail.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-mid-adult-carpenter-his-workshop_637285-11693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-mid-adult-carpenter-his-workshop_637285-11693.jpg?_wi=2", }, { id: 3, title: "Design Consultation", description: "Collaborate directly with our master designers on your specific custom furniture projects.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150232682.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150232682.jpg?_wi=2", }, ]} title="Why Choose Our Manufacturing" @@ -205,7 +205,7 @@ export default function LandingPage() { role: "CEO", company: "Urban Living", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-front-glass-building_23-2147704437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-front-glass-building_23-2147704437.jpg?_wi=1", }, { id: "2", @@ -237,7 +237,7 @@ export default function LandingPage() { role: "Interior Designer", company: "Wilson Interiors", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-front-glass-building_23-2147704437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-front-glass-building_23-2147704437.jpg?_wi=2", }, ]} title="Client Success Stories" -- 2.49.1