From 9e9ca0ec2db8963438a18c664a510bd97970dc8e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:12:19 +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 65b9f6c..7ccf5a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,16 +50,16 @@ export default function LandingPage() { testimonials={[ { name: "Thomas Mueller", handle: "Homeowner, Bern", testimonial: "Exceptional craftsmanship. They transformed our vision into stunning metal gates with perfect attention to detail.", rating: 5, - imageSrc: "/placeholders/placeholder1.webp"}, + imageSrc: "/placeholders/placeholder1.webp?_wi=1"}, { name: "Sarah Schneider", handle: "Architect, Interlaken", testimonial: "Reliable partner for all our metal fabrication needs. Quality work, professional team, always on time.", rating: 5, - imageSrc: "/placeholders/placeholder1.webp"}, + imageSrc: "/placeholders/placeholder1.webp?_wi=2"}, { name: "Klaus Weber", handle: "Factory Owner, Bern", testimonial: "Outstanding industrial metalwork solutions. They understand precision and deadlines completely.", rating: 5, - imageSrc: "/placeholders/placeholder1.webp"}, + imageSrc: "/placeholders/placeholder1.webp?_wi=3"}, { name: "Emma Keller", handle: "Interior Designer, Zurich", testimonial: "Creative solutions with impeccable execution. Every project exceeds our expectations.", rating: 5, - imageSrc: "/placeholders/placeholder1.webp"}, + imageSrc: "/placeholders/placeholder1.webp?_wi=4"}, ]} buttons={[ { text: "Start Your Project", href: "contact" }, @@ -92,16 +92,16 @@ export default function LandingPage() { description="Comprehensive metalworking solutions tailored to your specific needs and vision" features={[ { - title: "Custom Gates & Fencing", description: "Bespoke decorative and functional metal gates with geometric precision", imageSrc: "http://img.b2bpic.net/free-photo/entrance-old-luxury-mansion-bucharest-romania-golden-details-facade-fence_1268-19825.jpg", imageAlt: "Custom metal gates", buttonIcon: ArrowRight, + title: "Custom Gates & Fencing", description: "Bespoke decorative and functional metal gates with geometric precision", imageSrc: "http://img.b2bpic.net/free-photo/entrance-old-luxury-mansion-bucharest-romania-golden-details-facade-fence_1268-19825.jpg?_wi=1", imageAlt: "Custom metal gates", buttonIcon: ArrowRight, }, { - title: "Steel Fabrication", description: "Industrial-grade steel cutting, bending, and welding for structural projects", imageSrc: "http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-trolleybus-car-production-with-unfinished-cars-workers-protective-uniform-factory-background-automobile-assembly-line-welding-arm_645730-373.jpg", imageAlt: "Steel fabrication work", buttonIcon: ArrowRight, + title: "Steel Fabrication", description: "Industrial-grade steel cutting, bending, and welding for structural projects", imageSrc: "http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-trolleybus-car-production-with-unfinished-cars-workers-protective-uniform-factory-background-automobile-assembly-line-welding-arm_645730-373.jpg?_wi=1", imageAlt: "Steel fabrication work", buttonIcon: ArrowRight, }, { title: "Welding & Joining", description: "Expert welding techniques for durable, seamless metal connections", imageSrc: "http://img.b2bpic.net/free-photo/process-creating-new-metal-parts-busy-workshop-made-by-worker_613910-17216.jpg", imageAlt: "Professional welding", buttonIcon: ArrowRight, }, { - title: "Custom Design", description: "Bespoke designs that translate your vision into geometric metalwork", imageSrc: "http://img.b2bpic.net/free-photo/macro-photography-metal-object-with-diamond-pattern_91008-525.jpg", imageAlt: "Custom metal design details", buttonIcon: ArrowRight, + title: "Custom Design", description: "Bespoke designs that translate your vision into geometric metalwork", imageSrc: "http://img.b2bpic.net/free-photo/macro-photography-metal-object-with-diamond-pattern_91008-525.jpg?_wi=1", imageAlt: "Custom metal design details", buttonIcon: ArrowRight, }, ]} textboxLayout="default" @@ -117,13 +117,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Residential", name: "Modern Steel Entry Gates", price: "CHF 4,500", rating: 5, - reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/entrance-old-luxury-mansion-bucharest-romania-golden-details-facade-fence_1268-19825.jpg", imageAlt: "Modern steel entry gates with geometric design"}, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/entrance-old-luxury-mansion-bucharest-romania-golden-details-facade-fence_1268-19825.jpg?_wi=2", imageAlt: "Modern steel entry gates with geometric design"}, { id: "2", brand: "Commercial", name: "Industrial Staircase Frame", price: "CHF 7,200", rating: 5, - reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-trolleybus-car-production-with-unfinished-cars-workers-protective-uniform-factory-background-automobile-assembly-line-welding-arm_645730-373.jpg", imageAlt: "Industrial steel staircase framework"}, + reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-trolleybus-car-production-with-unfinished-cars-workers-protective-uniform-factory-background-automobile-assembly-line-welding-arm_645730-373.jpg?_wi=2", imageAlt: "Industrial steel staircase framework"}, { id: "3", brand: "Custom", name: "Architectural Metal Panel System", price: "CHF 9,800", rating: 5, - reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/macro-photography-metal-object-with-diamond-pattern_91008-525.jpg", imageAlt: "Architectural metal panels with precision detail"}, + reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/macro-photography-metal-object-with-diamond-pattern_91008-525.jpg?_wi=2", imageAlt: "Architectural metal panels with precision detail"}, ]} title="Recent Projects" description="Showcase of our finest metalwork installations and custom fabrications" -- 2.49.1