From d3a7feffbd29c1be8cfd8f1748e981230429ae26 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 14:37:09 +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 d917135..635ee5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,19 +56,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah K.", handle: "@tanzaniabuilds", testimonial: "The quality of pipes delivered was exceptional. Highly professional service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-part-landschaftspark-duisburg-germany-daytime_181624-10664.jpg", imageAlt: "industrial pipes construction yard"}, + imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-part-landschaftspark-duisburg-germany-daytime_181624-10664.jpg?_wi=1", imageAlt: "industrial pipes construction yard"}, { name: "John M.", handle: "@cityinfra", testimonial: "Reliable partner for our large-scale infrastructure projects.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132393.jpg", imageAlt: "industrial pipes construction yard"}, + imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132393.jpg?_wi=1", imageAlt: "industrial pipes construction yard"}, { name: "Alice D.", handle: "@developers", testimonial: "Consistently competitive pricing and fast delivery schedules.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-analysts-consultants-reviewing-data-checklists_482257-125957.jpg", imageAlt: "industrial pipes construction yard"}, + imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-analysts-consultants-reviewing-data-checklists_482257-125957.jpg?_wi=1", imageAlt: "industrial pipes construction yard"}, { name: "Robert B.", handle: "@contractors", testimonial: "Pipes Industries represents the standard for quality in East Africa.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-space-engine_1232-2602.jpg", imageAlt: "industrial pipes construction yard"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-space-engine_1232-2602.jpg?_wi=1", imageAlt: "industrial pipes construction yard"}, { name: "Michael L.", handle: "@civiltech", testimonial: "Great technical support and reliable piping solutions.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062940.jpg", imageAlt: "industrial pipes construction yard"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062940.jpg?_wi=1", imageAlt: "industrial pipes construction yard"}, ]} buttons={[ { @@ -76,7 +76,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:0699352717"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/wide-angle-shot-part-landschaftspark-duisburg-germany-daytime_181624-10664.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wide-angle-shot-part-landschaftspark-duisburg-germany-daytime_181624-10664.jpg?_wi=2" mediaAnimation="slide-up" imageAlt="industrial pipes construction yard" avatars={[ @@ -126,11 +126,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "PVC Pipes", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132393.jpg"}, + id: "p1", name: "PVC Pipes", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132393.jpg?_wi=2"}, { - id: "p2", name: "HDPE Pipes", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/closeup-space-engine_1232-2602.jpg"}, + id: "p2", name: "HDPE Pipes", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/closeup-space-engine_1232-2602.jpg?_wi=2"}, { - id: "p3", name: "Steel Pipes", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062940.jpg"}, + id: "p3", name: "Steel Pipes", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062940.jpg?_wi=2"}, { id: "p4", name: "Fittings", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132404.jpg"}, { @@ -212,7 +212,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Sarah J.", handle: "@infra", testimonial: "The best pipe supplier in Dar es Salaam. Extremely professional.", imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-analysts-consultants-reviewing-data-checklists_482257-125957.jpg"}, + id: "t1", name: "Sarah J.", handle: "@infra", testimonial: "The best pipe supplier in Dar es Salaam. Extremely professional.", imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-analysts-consultants-reviewing-data-checklists_482257-125957.jpg?_wi=2"}, { id: "t2", name: "David M.", handle: "@devs", testimonial: "Punctual deliveries and high-grade quality every time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg"}, { -- 2.49.1