From bfd37fb2415d24e5a52b66da8015684d7c033371 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:18:09 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e1774d0..e8bc395 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -114,7 +114,7 @@ export default function AboutPage() { author: "Research & Development", description: "Continuous investment in advanced manufacturing technology ensures our pipes meet and exceed evolving industry standards. Our R&D team collaborates with construction experts and engineers.", tags: ["Innovation", "Technology", "Excellence"], - imageSrc: "http://img.b2bpic.net/free-photo/smiley-researchers-biotechnology-laboratory-with-tablet-clipboard_23-2148776115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-researchers-biotechnology-laboratory-with-tablet-clipboard_23-2148776115.jpg?_wi=3", imageAlt: "Innovation and research", }, { @@ -123,7 +123,7 @@ export default function AboutPage() { author: "Environmental Responsibility", description: "We implement eco-friendly production processes, recycling initiatives, and waste management systems. Our commitment to sustainability benefits communities and the environment.", tags: ["Sustainability", "Environment", "Growth"], - imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-green-resort-water-park-near-drava-river-slovenia_181624-9355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-green-resort-water-park-near-drava-river-slovenia_181624-9355.jpg?_wi=4", imageAlt: "Sustainable practices", }, { @@ -132,7 +132,7 @@ export default function AboutPage() { author: "Dedicated Support", description: "Our 24/7 customer support team, technical consultants, and logistics network ensure seamless project execution. We stand behind every product with comprehensive warranties.", tags: ["Support", "Service", "Reliability"], - imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-headset-making-ok-sign_1368-6752.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-headset-making-ok-sign_1368-6752.jpg?_wi=1", imageAlt: "Customer support excellence", }, ]} @@ -155,7 +155,7 @@ export default function AboutPage() { role: "Quality Management", company: "Internationally Certified", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-researchers-biotechnology-laboratory-with-tablet-clipboard_23-2148776115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-researchers-biotechnology-laboratory-with-tablet-clipboard_23-2148776115.jpg?_wi=4", imageAlt: "ISO certification badge", }, { @@ -164,7 +164,7 @@ export default function AboutPage() { role: "Indian Standards", company: "Bureau of Indian Standards", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886809.jpg?_wi=2", imageAlt: "BIS certification", }, { @@ -173,7 +173,7 @@ export default function AboutPage() { role: "Independent Verification", company: "Continuous Validation", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/managers-walking-through-large-warehouse-controlling-goods-distribution_342744-1556.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/managers-walking-through-large-warehouse-controlling-goods-distribution_342744-1556.jpg?_wi=2", imageAlt: "Third-party testing facility", }, { @@ -182,7 +182,7 @@ export default function AboutPage() { role: "Sustainable Practices", company: "Green Manufacturing", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-researchers-biotechnology-laboratory-with-tablet-clipboard_23-2148776115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-researchers-biotechnology-laboratory-with-tablet-clipboard_23-2148776115.jpg?_wi=5", imageAlt: "Environmental standards", }, ]} -- 2.49.1 From 0afae91d586ffc1c2abbcd57c2b5938cc39b5e00 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:18:10 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a1714db..9f76bc4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -47,7 +47,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/businesspeople-meeting-indoors_23-2148824845.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businesspeople-meeting-indoors_23-2148824845.jpg?_wi=2" imageAlt="Partnership collaboration" mediaAnimation="opacity" mediaPosition="right" @@ -67,7 +67,7 @@ export default function ContactPage() { useInvertedBackground={false} faqsAnimation="slide-up" mediaAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/young-man-with-headset-making-ok-sign_1368-6752.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-man-with-headset-making-ok-sign_1368-6752.jpg?_wi=2" imageAlt="Customer support" mediaPosition="right" animationType="smooth" -- 2.49.1 From 2d6b3429fe1b726aa2745c5b3c1d698ffc152c03 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:18:10 +0000 Subject: [PATCH 3/4] 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 de4c0de..82d8b6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,35 +136,35 @@ export default function HomePage() { id: "pvc", name: "PVC Pipes", price: "High Performance", - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics-together_23-2149128305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics-together_23-2149128305.jpg?_wi=1", imageAlt: "PVC pipes stack", }, { id: "agricultural", name: "Agricultural Pipes", price: "Irrigation Ready", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-green-resort-water-park-near-drava-river-slovenia_181624-9355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-green-resort-water-park-near-drava-river-slovenia_181624-9355.jpg?_wi=1", imageAlt: "Agricultural irrigation pipes", }, { id: "plumbing", name: "Plumbing Pipes", price: "Building Standard", - imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-faucet-sink-with-drying-rack-blue-kitchen-minimal-interior_169016-69329.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-faucet-sink-with-drying-rack-blue-kitchen-minimal-interior_169016-69329.jpg?_wi=1", imageAlt: "Residential plumbing pipes", }, { id: "industrial", name: "Industrial Pipes", price: "Heavy Duty", - imageSrc: "http://img.b2bpic.net/free-photo/piping-circuit_1127-2080.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/piping-circuit_1127-2080.jpg?_wi=1", imageAlt: "Industrial steel pipes", }, { id: "fittings", name: "Fittings & Accessories", price: "Complete Systems", - imageSrc: "http://img.b2bpic.net/free-photo/storehouse_1127-3288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/storehouse_1127-3288.jpg?_wi=1", imageAlt: "Pipe fittings and connectors", }, ]} @@ -252,7 +252,7 @@ export default function HomePage() { role: "Manufacturing", company: "Quality Management", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-researchers-biotechnology-laboratory-with-tablet-clipboard_23-2148776115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-researchers-biotechnology-laboratory-with-tablet-clipboard_23-2148776115.jpg?_wi=1", imageAlt: "ISO certification", }, { @@ -261,7 +261,7 @@ export default function HomePage() { role: "Quality Control", company: "Material Testing", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886809.jpg?_wi=1", imageAlt: "Quality testing facility", }, { @@ -270,7 +270,7 @@ export default function HomePage() { role: "Performance", company: "Field Validated", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/managers-walking-through-large-warehouse-controlling-goods-distribution_342744-1556.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/managers-walking-through-large-warehouse-controlling-goods-distribution_342744-1556.jpg?_wi=1", imageAlt: "Warehouse operations", }, { @@ -279,7 +279,7 @@ export default function HomePage() { role: "Compliance", company: "Certified", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-researchers-biotechnology-laboratory-with-tablet-clipboard_23-2148776115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-researchers-biotechnology-laboratory-with-tablet-clipboard_23-2148776115.jpg?_wi=2", imageAlt: "Quality standards", }, ]} @@ -299,7 +299,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/businesspeople-meeting-indoors_23-2148824845.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businesspeople-meeting-indoors_23-2148824845.jpg?_wi=1" imageAlt="Partnership collaboration" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1 From e9daea0c0f7eed53cbce19590bc4f71ee7a380d1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:18:12 +0000 Subject: [PATCH 4/4] Update src/app/products/page.tsx --- src/app/products/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index ad71105..32d3d00 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -55,35 +55,35 @@ export default function ProductsPage() { id: "pvc", name: "PVC Pipes", price: "High Performance", - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics-together_23-2149128305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics-together_23-2149128305.jpg?_wi=2", imageAlt: "PVC pipes stack", }, { id: "agricultural", name: "Agricultural Pipes", price: "Irrigation Ready", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-green-resort-water-park-near-drava-river-slovenia_181624-9355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-green-resort-water-park-near-drava-river-slovenia_181624-9355.jpg?_wi=2", imageAlt: "Agricultural irrigation pipes", }, { id: "plumbing", name: "Plumbing Pipes", price: "Building Standard", - imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-faucet-sink-with-drying-rack-blue-kitchen-minimal-interior_169016-69329.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-faucet-sink-with-drying-rack-blue-kitchen-minimal-interior_169016-69329.jpg?_wi=2", imageAlt: "Residential plumbing pipes", }, { id: "industrial", name: "Industrial Pipes", price: "Heavy Duty", - imageSrc: "http://img.b2bpic.net/free-photo/piping-circuit_1127-2080.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/piping-circuit_1127-2080.jpg?_wi=2", imageAlt: "Industrial steel pipes", }, { id: "fittings", name: "Fittings & Accessories", price: "Complete Systems", - imageSrc: "http://img.b2bpic.net/free-photo/storehouse_1127-3288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/storehouse_1127-3288.jpg?_wi=2", imageAlt: "Pipe fittings and connectors", }, ]} @@ -108,7 +108,7 @@ export default function ProductsPage() { description: "Lightweight, corrosion-resistant PVC pipes suitable for water supply, drainage, and irrigation applications. UV-stabilized for outdoor durability with quick assembly fittings.", tags: ["Corrosion-Resistant", "Lightweight", "Quick Assembly"], - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics-together_23-2149128305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics-together_23-2149128305.jpg?_wi=3", imageAlt: "PVC pipe systems", }, { @@ -118,7 +118,7 @@ export default function ProductsPage() { description: "High-strength steel pipes designed for industrial applications, HVAC systems, and infrastructure projects. Galvanized coating ensures long-term protection against rust and corrosion.", tags: ["Galvanized", "High-Strength", "Industrial"], - imageSrc: "http://img.b2bpic.net/free-photo/piping-circuit_1127-2080.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/piping-circuit_1127-2080.jpg?_wi=3", imageAlt: "Industrial steel pipes", }, { @@ -128,7 +128,7 @@ export default function ProductsPage() { description: "Purpose-built for agricultural irrigation with freeze-resistant materials and efficient water distribution design. Tested for agricultural field conditions and durability.", tags: ["Irrigation", "Agricultural", "Weather-Resistant"], - imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-green-resort-water-park-near-drava-river-slovenia_181624-9355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-green-resort-water-park-near-drava-river-slovenia_181624-9355.jpg?_wi=3", imageAlt: "Agricultural irrigation systems", }, { @@ -138,7 +138,7 @@ export default function ProductsPage() { description: "Precision-engineered fittings and connectors compatible with all major pipe types. Leak-proof seals and easy installation for faster project completion.", tags: ["Precision-Engineered", "Leak-Proof", "Universal"], - imageSrc: "http://img.b2bpic.net/free-photo/storehouse_1127-3288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/storehouse_1127-3288.jpg?_wi=3", imageAlt: "Pipe fittings", }, ]} @@ -185,7 +185,7 @@ export default function ProductsPage() { "We offer technical guidance and can recommend certified installation partners across Karnataka. Our dealer network provides on-site support for large infrastructure projects.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/piping-circuit_1127-2080.jpg" + imageSrc="http://img.b2bpic.net/free-photo/piping-circuit_1127-2080.jpg?_wi=4" imageAlt="Industrial pipes" title="Product FAQ" description="Common questions about Durgadas pipe products, specifications, and ordering." -- 2.49.1