From b320ecd36899aaa60ad14cb27fc29a59139873c2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 18:14:46 +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 a03d84d..1836889 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,17 +54,17 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-chair-balcony-holding-newspaper_23-2148161260.jpg", imageAlt: "Invisible grill installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-chair-balcony-holding-newspaper_23-2148161260.jpg?_wi=1", imageAlt: "Invisible grill installation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-chair-balcony-holding-newspaper_23-2148161260.jpg", imageAlt: "Modern balcony safety"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-chair-balcony-holding-newspaper_23-2148161260.jpg?_wi=2", imageAlt: "Modern balcony safety"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-chair-balcony-holding-newspaper_23-2148161260.jpg", imageAlt: "High quality railing"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-chair-balcony-holding-newspaper_23-2148161260.jpg?_wi=3", imageAlt: "High quality railing"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-chair-balcony-holding-newspaper_23-2148161260.jpg", imageAlt: "Sleek wire grill"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-chair-balcony-holding-newspaper_23-2148161260.jpg?_wi=4", imageAlt: "Sleek wire grill"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-chair-balcony-holding-newspaper_23-2148161260.jpg", imageAlt: "Gujarat safety installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-chair-balcony-holding-newspaper_23-2148161260.jpg?_wi=5", imageAlt: "Gujarat safety installation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-chair-balcony-holding-newspaper_23-2148161260.jpg", imageAlt: "Professional railing"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-chair-balcony-holding-newspaper_23-2148161260.jpg?_wi=6", imageAlt: "Professional railing"}, ]} /> @@ -75,16 +75,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "316 Grade Stainless Steel", description: "High-tensile strength wire with anti-corrosion properties.", imageSrc: "http://img.b2bpic.net/free-photo/screwdrivers-with-bolt-kit-wooden-background_23-2147865411.jpg", buttonIcon: Zap, + title: "316 Grade Stainless Steel", description: "High-tensile strength wire with anti-corrosion properties.", imageSrc: "http://img.b2bpic.net/free-photo/screwdrivers-with-bolt-kit-wooden-background_23-2147865411.jpg?_wi=1", buttonIcon: Zap, }, { - title: "Precision Channels", description: "High-durability aluminium channels for perfect tensioning.", imageSrc: "http://img.b2bpic.net/free-photo/screwdrivers-with-bolt-kit-wooden-background_23-2147865411.jpg", buttonIcon: Settings, + title: "Precision Channels", description: "High-durability aluminium channels for perfect tensioning.", imageSrc: "http://img.b2bpic.net/free-photo/screwdrivers-with-bolt-kit-wooden-background_23-2147865411.jpg?_wi=2", buttonIcon: Settings, }, { - title: "Heavy-Duty Fixings", description: "Reinforced anchors that withstand high pressure.", imageSrc: "http://img.b2bpic.net/free-photo/screwdrivers-with-bolt-kit-wooden-background_23-2147865411.jpg", buttonIcon: Shield, + title: "Heavy-Duty Fixings", description: "Reinforced anchors that withstand high pressure.", imageSrc: "http://img.b2bpic.net/free-photo/screwdrivers-with-bolt-kit-wooden-background_23-2147865411.jpg?_wi=3", buttonIcon: Shield, }, { - title: "UV Protective Coating", description: "Long-lasting nylon coating to resist extreme weather.", imageSrc: "http://img.b2bpic.net/free-photo/screwdrivers-with-bolt-kit-wooden-background_23-2147865411.jpg", buttonIcon: Sun, + title: "UV Protective Coating", description: "Long-lasting nylon coating to resist extreme weather.", imageSrc: "http://img.b2bpic.net/free-photo/screwdrivers-with-bolt-kit-wooden-background_23-2147865411.jpg?_wi=4", buttonIcon: Sun, }, ]} title="Advanced Materials We Use" -- 2.49.1