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" }, ] }, ]}