From 7b993a749035fc9403dc96ca514351e5a79a86eb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 22:08:31 +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 b6aa900..307bd3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,29 +61,29 @@ export default function LandingPage() { { title: "Deep Inventory", description: "From 12/2 Romex to high-end industrial breakers, we stock what you need.", icon: CheckCircle, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/woman-working-tablet-standing-warehouse_259150-56877.jpg", imageAlt: "Inventory" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-working-tablet-standing-warehouse_259150-56877.jpg", imageAlt: "Inventory" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-working-tablet-standing-warehouse_259150-56877.jpg?_wi=1", imageAlt: "Inventory" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-working-tablet-standing-warehouse_259150-56877.jpg?_wi=2", imageAlt: "Inventory" }, ] }, { title: "Expert Staff", description: "Our team has decades of experience to help you solve any installation challenge.", icon: Award, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-holding-hand-near-ear-trying-listen_141793-28675.jpg", imageAlt: "Staff" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-holding-hand-near-ear-trying-listen_141793-28675.jpg", imageAlt: "Staff" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-holding-hand-near-ear-trying-listen_141793-28675.jpg?_wi=1", imageAlt: "Staff" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-holding-hand-near-ear-trying-listen_141793-28675.jpg?_wi=2", imageAlt: "Staff" }, ] }, { title: "Competitive Pricing", description: "Professional-grade products at prices that respect your bottom line.", icon: Shield, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/paper-label-black-surface_1220-445.jpg", imageAlt: "Pricing" }, - { imageSrc: "http://img.b2bpic.net/free-photo/paper-label-black-surface_1220-445.jpg", imageAlt: "Pricing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/paper-label-black-surface_1220-445.jpg?_wi=1", imageAlt: "Pricing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/paper-label-black-surface_1220-445.jpg?_wi=2", imageAlt: "Pricing" }, ] }, { title: "Family Feel", description: "Whether it's Casey the dog or our friendly counter staff, you're always welcome.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123195.jpg", imageAlt: "Shop Dog" }, - { imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123195.jpg", imageAlt: "Shop Dog" }, + { imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123195.jpg?_wi=1", imageAlt: "Shop Dog" }, + { imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123195.jpg?_wi=2", imageAlt: "Shop Dog" }, ] }, ]} -- 2.49.1