From 561baf0fa0ced87916a3477fd9044f7f0fbdfdce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:34:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe98eb4..149451f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,22 +48,22 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/row-cookies-open-box_23-2147975215.jpg", imageAlt: "Cement and aggregates" + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/row-cookies-open-box_23-2147975215.jpg?_wi=1", imageAlt: "Cement and aggregates" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-stainless-steel_1359-757.jpg", imageAlt: "Steel reinforcement materials" + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-stainless-steel_1359-757.jpg?_wi=1", imageAlt: "Steel reinforcement materials" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/barbells-gym_23-2147671885.jpg", imageAlt: "Plumbing supplies" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/barbells-gym_23-2147671885.jpg?_wi=1", imageAlt: "Plumbing supplies" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67098.jpg", imageAlt: "Electrical materials" + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67098.jpg?_wi=1", imageAlt: "Electrical materials" }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428321.jpg", imageAlt: "Tools and equipment" + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428321.jpg?_wi=1", imageAlt: "Tools and equipment" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/attractive-salesman-pretty-woman-her-20s-are-store-looking-wall-full-frame-samples_662251-250.jpg", imageAlt: "Hardware store interior" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/attractive-salesman-pretty-woman-her-20s-are-store-looking-wall-full-frame-samples_662251-250.jpg?_wi=1", imageAlt: "Hardware store interior" } ]} autoPlay={true} @@ -82,23 +82,23 @@ export default function LandingPage() { products={[ { id: "1", brand: "BuildRight", name: "Cement & Aggregates", price: "Varies", rating: 5, - reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/row-cookies-open-box_23-2147975215.jpg", imageAlt: "Cement and aggregates for construction" + reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/row-cookies-open-box_23-2147975215.jpg?_wi=2", imageAlt: "Cement and aggregates for construction" }, { id: "2", brand: "SteelCore", name: "Steel & Reinforcement", price: "Varies", rating: 5, - reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-stainless-steel_1359-757.jpg", imageAlt: "Steel bars and reinforcement materials" + reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-stainless-steel_1359-757.jpg?_wi=2", imageAlt: "Steel bars and reinforcement materials" }, { id: "3", brand: "FlowMaster", name: "Plumbing Supplies", price: "Varies", rating: 5, - reviewCount: "140+", imageSrc: "http://img.b2bpic.net/free-photo/barbells-gym_23-2147671885.jpg", imageAlt: "Pipes, fittings, and plumbing accessories" + reviewCount: "140+", imageSrc: "http://img.b2bpic.net/free-photo/barbells-gym_23-2147671885.jpg?_wi=2", imageAlt: "Pipes, fittings, and plumbing accessories" }, { id: "4", brand: "ElectroHub", name: "Electrical Materials", price: "Varies", rating: 5, - reviewCount: "135+", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67098.jpg", imageAlt: "Cables, switches, and electrical equipment" + reviewCount: "135+", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67098.jpg?_wi=2", imageAlt: "Cables, switches, and electrical equipment" }, { id: "5", brand: "ProTools", name: "Tools & Equipment", price: "Varies", rating: 5, - reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428321.jpg", imageAlt: "Construction tools and building equipment" + reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428321.jpg?_wi=2", imageAlt: "Construction tools and building equipment" } ]} /> @@ -108,7 +108,7 @@ export default function LandingPage() { @@ -146,7 +146,7 @@ export default function LandingPage() { description="Find answers to common questions about our products and services." textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/attractive-salesman-pretty-woman-her-20s-are-store-looking-wall-full-frame-samples_662251-250.jpg" + imageSrc="http://img.b2bpic.net/free-photo/attractive-salesman-pretty-woman-her-20s-are-store-looking-wall-full-frame-samples_662251-250.jpg?_wi=3" imageAlt="Speed Hardware Kiambaa" mediaAnimation="slide-up" faqsAnimation="slide-up"