From 2e7f3d5b903522bf8536ede827e020f09ae6a7c4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 07:42:48 +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 e7131f5..c81f966 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,19 +52,19 @@ export default function LandingPage() { testimonials={[ { name: "John Smith", handle: "@factorymgr", testimonial: "The best protection we've found for our heavy duty machinery.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-looking-information_1098-2091.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-looking-information_1098-2091.jpg?_wi=1"}, { name: "Sarah Miller", handle: "@ops_lead", testimonial: "Incredible durability under continuous load conditions.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-holding-notebook_23-2149333047.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-holding-notebook_23-2149333047.jpg?_wi=1"}, { name: "Robert Chen", handle: "@lead_eng", testimonial: "Reduced our gear wear by nearly 40% in just three months.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-young-worker-cooperating-while-analyzing-reports-steel-factory_637285-4088.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-young-worker-cooperating-while-analyzing-reports-steel-factory_637285-4088.jpg?_wi=1"}, { name: "Emily Davis", handle: "@maint_mgr", testimonial: "Simple to apply and the performance is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-worker-uniform-covering-eyes-with-hand-looking-excited-front-view_176474-34396.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-female-worker-uniform-covering-eyes-with-hand-looking-excited-front-view_176474-34396.jpg?_wi=1"}, { name: "David Wilson", handle: "@tech_lead", testimonial: "We trust LubeTech for all our critical maintenance tasks.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/engineer-helmet-standing-by-factory_1157-35520.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/engineer-helmet-standing-by-factory_1157-35520.jpg?_wi=1"}, ]} buttons={[ { @@ -206,15 +206,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Sarah Miller", handle: "Operations Lead", testimonial: "Our maintenance windows are significantly reduced since switching.", imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-looking-information_1098-2091.jpg"}, + id: "t1", name: "Sarah Miller", handle: "Operations Lead", testimonial: "Our maintenance windows are significantly reduced since switching.", imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-looking-information_1098-2091.jpg?_wi=2"}, { - id: "t2", name: "Robert Chen", handle: "Lead Engineer", testimonial: "Extreme reliability in all environment conditions.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-holding-notebook_23-2149333047.jpg"}, + id: "t2", name: "Robert Chen", handle: "Lead Engineer", testimonial: "Extreme reliability in all environment conditions.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-holding-notebook_23-2149333047.jpg?_wi=2"}, { - id: "t3", name: "Emily Davis", handle: "Factory Foreman", testimonial: "The best value per use on the industrial market.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-young-worker-cooperating-while-analyzing-reports-steel-factory_637285-4088.jpg"}, + id: "t3", name: "Emily Davis", handle: "Factory Foreman", testimonial: "The best value per use on the industrial market.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-young-worker-cooperating-while-analyzing-reports-steel-factory_637285-4088.jpg?_wi=2"}, { - id: "t4", name: "David Wilson", handle: "Mechanical Tech", testimonial: "Simple to apply, incredibly durable, just excellent.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-worker-uniform-covering-eyes-with-hand-looking-excited-front-view_176474-34396.jpg"}, + id: "t4", name: "David Wilson", handle: "Mechanical Tech", testimonial: "Simple to apply, incredibly durable, just excellent.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-worker-uniform-covering-eyes-with-hand-looking-excited-front-view_176474-34396.jpg?_wi=2"}, { - id: "t5", name: "James Anderson", handle: "Maintenance Manager", testimonial: "Reduced our overall wear on gears by nearly half.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-helmet-standing-by-factory_1157-35520.jpg"}, + id: "t5", name: "James Anderson", handle: "Maintenance Manager", testimonial: "Reduced our overall wear on gears by nearly half.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-helmet-standing-by-factory_1157-35520.jpg?_wi=2"}, ]} title="Industry Trusted" description="Leaders in industrial maintenance trust LubeTech." -- 2.49.1