From 3c14cf8badb9fabd7a6f3f719f91d4fec033447b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 00:53:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c41162c..a77f71a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,15 +54,15 @@ export default function LandingPage() { testimonials={[ { name: "John Smith", handle: "Chief Technical Officer, InnovateCorp", testimonial: "A visionary engineer whose work transformed how we approach complex technical challenges.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-lady-designer-sitting-office-night_171337-15594.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-lady-designer-sitting-office-night_171337-15594.jpg?_wi=1" }, { name: "Sarah Johnson", handle: "Engineering Director, BuildTech", testimonial: "Exceptional leadership and technical depth made every project better. A true industry pioneer.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10528.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10528.jpg?_wi=1" }, { name: "Michael Chen", handle: "Project Manager, Infrastructure Plus", testimonial: "Their innovative solutions consistently set new standards for engineering excellence.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -83,7 +83,7 @@ export default function LandingPage() { description="Professional Engineer & Industry Visionary" subdescription="Dedicated to advancing technological solutions and mentoring the next generation" icon={Lightbulb} - imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23786.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23786.jpg?_wi=1" imageAlt="Engineering Project Achievement" mediaAnimation="slide-up" useInvertedBackground={true} @@ -103,7 +103,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Large-Scale Infrastructure Development", description: "Led comprehensive infrastructure modernization project serving 50,000+ users, implementing cutting-edge systems integration and achieving 99.9% operational reliability.", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23786.jpg", imageAlt: "Infrastructure Project" + title: "Large-Scale Infrastructure Development", description: "Led comprehensive infrastructure modernization project serving 50,000+ users, implementing cutting-edge systems integration and achieving 99.9% operational reliability.", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23786.jpg?_wi=2", imageAlt: "Infrastructure Project" }, { id: 2, @@ -158,13 +158,13 @@ export default function LandingPage() { topMarqueeDirection="left" testimonials={[ { - id: "1", name: "Lisa Anderson", handle: "Senior Engineering Manager", testimonial: "The technical mentorship and guidance I received transformed my career trajectory. A true role model in every sense.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-lady-designer-sitting-office-night_171337-15594.jpg" + id: "1", name: "Lisa Anderson", handle: "Senior Engineering Manager", testimonial: "The technical mentorship and guidance I received transformed my career trajectory. A true role model in every sense.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-lady-designer-sitting-office-night_171337-15594.jpg?_wi=2" }, { - id: "2", name: "David Martinez", handle: "Project Lead, Advanced Systems", testimonial: "Exceptional problem-solving ability combined with remarkable patience made complex projects manageable and successful.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10528.jpg" + id: "2", name: "David Martinez", handle: "Project Lead, Advanced Systems", testimonial: "Exceptional problem-solving ability combined with remarkable patience made complex projects manageable and successful.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10528.jpg?_wi=2" }, { - id: "3", name: "Rachel Thompson", handle: "Chief Engineer, TechSolutions", testimonial: "Their innovative approach to engineering challenges set new industry standards that we still follow today.", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg" + id: "3", name: "Rachel Thompson", handle: "Chief Engineer, TechSolutions", testimonial: "Their innovative approach to engineering challenges set new industry standards that we still follow today.", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg?_wi=2" }, { id: "4", name: "Robert Kim", handle: "Director of R&D, FutureTech", testimonial: "Visionary leadership and technical excellence combined to create solutions that continue to impact thousands of lives.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-businessman_23-2147985497.jpg" -- 2.49.1