From 66c2092193bcc007ccf08461dcfcfa0079ffa8b2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 06:02:30 +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 88739bf..d930327 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,21 +51,21 @@ export default function LandingPage() { testimonials={[ { name: "Director", handle: "Syntech LTD", testimonial: "Donna's expertise in sustainable packaging continues to drive our innovation in West Auckland.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg", imageAlt: "professional woman business headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg?_wi=1", imageAlt: "professional woman business headshot"}, { name: "Client", handle: "Local Partner", testimonial: "Reliable, professional, and deeply knowledgeable about packaging standards.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/programmer-workplace_1098-21536.jpg", imageAlt: "professional woman business headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/programmer-workplace_1098-21536.jpg?_wi=1", imageAlt: "professional woman business headshot"}, { name: "Manager", handle: "Syntech LTD", testimonial: "An integral part of our team, consistently delivering high-quality results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/business-card-with-distorted-lines_23-2148558172.jpg", imageAlt: "professional woman business headshot"}, + imageSrc: "http://img.b2bpic.net/free-vector/business-card-with-distorted-lines_23-2148558172.jpg?_wi=1", imageAlt: "professional woman business headshot"}, { name: "Operations Lead", handle: "Regional Logistics", testimonial: "Her proactive approach to packaging logistics has saved us significant overheads.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189301.jpg", imageAlt: "professional woman business headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189301.jpg?_wi=1", imageAlt: "professional woman business headshot"}, { name: "Supply Specialist", handle: "Global Sourcing", testimonial: "Truly a visionary in the field of sustainable materials.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dumping-garbage-garbage-bags_1150-27981.jpg", imageAlt: "professional woman business headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/dumping-garbage-garbage-bags_1150-27981.jpg?_wi=1", imageAlt: "professional woman business headshot"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg?_wi=2" imageAlt="Donna Schussler profile photo" mediaAnimation="slide-up" avatars={[ @@ -106,7 +106,7 @@ export default function LandingPage() { { value: "500+", title: "Projects Delivered"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/programmer-workplace_1098-21536.jpg" + imageSrc="http://img.b2bpic.net/free-photo/programmer-workplace_1098-21536.jpg?_wi=2" imageAlt="Professional workspace" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -122,15 +122,15 @@ export default function LandingPage() { { id: "f1", title: "Packaging Design", descriptions: [ "Expert in industrial plastic packaging design.", "Client-centric solution delivery."], - imageSrc: "http://img.b2bpic.net/free-vector/business-card-with-distorted-lines_23-2148558172.jpg"}, + imageSrc: "http://img.b2bpic.net/free-vector/business-card-with-distorted-lines_23-2148558172.jpg?_wi=2"}, { id: "f2", title: "Supply Chain", descriptions: [ "Efficient logistics management.", "Streamlined packaging processes."], - imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189301.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189301.jpg?_wi=2"}, { id: "f3", title: "Sustainability", descriptions: [ "Eco-friendly plastic alternatives.", "Waste reduction focus."], - imageSrc: "http://img.b2bpic.net/free-photo/dumping-garbage-garbage-bags_1150-27981.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/dumping-garbage-garbage-bags_1150-27981.jpg?_wi=2"}, ]} title="Core Expertise" description="Delivering high-quality plastic packaging solutions with a focus on innovation and efficiency." -- 2.49.1