Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-08 10:09:48 +00:00

View File

@@ -135,10 +135,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
members={[
{ id: "1", name: "Marcus Richardson", role: "Chief Executive Officer", description: "25+ years leading industrial manufacturing operations and supply chain innovation", imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-warehouse_329181-12818.jpg", imageAlt: "Marcus Richardson, CEO" },
{ id: "2", name: "Elena Kowalski", role: "Head of Operations", description: "Expert in lean manufacturing and process optimization for maximum efficiency", imageSrc: "http://img.b2bpic.net/free-photo/organization-professional-cooperation-staff-woman_1262-2085.jpg", imageAlt: "Elena Kowalski, Operations Director" },
{ id: "3", name: "David Chen", role: "Quality Assurance Director", description: "Certified ISO auditor ensuring international standards compliance across all products", imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-with-arms-crossed_23-2148923128.jpg", imageAlt: "David Chen, QA Director" },
{ id: "4", name: "Sofia Martinez", role: "Sales & Business Development", description: "Strategic partner relationships with major industrial enterprises globally", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286160.jpg", imageAlt: "Sofia Martinez, Sales Director" }
{ id: "1", name: "Marcus Richardson", role: "Chief Executive Officer", description: "25+ years leading industrial manufacturing operations and supply chain innovation", imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-warehouse_329181-12818.jpg?_wi=1", imageAlt: "Marcus Richardson, CEO" },
{ id: "2", name: "Elena Kowalski", role: "Head of Operations", description: "Expert in lean manufacturing and process optimization for maximum efficiency", imageSrc: "http://img.b2bpic.net/free-photo/organization-professional-cooperation-staff-woman_1262-2085.jpg?_wi=1", imageAlt: "Elena Kowalski, Operations Director" },
{ id: "3", name: "David Chen", role: "Quality Assurance Director", description: "Certified ISO auditor ensuring international standards compliance across all products", imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-with-arms-crossed_23-2148923128.jpg?_wi=1", imageAlt: "David Chen, QA Director" },
{ id: "4", name: "Sofia Martinez", role: "Sales & Business Development", description: "Strategic partner relationships with major industrial enterprises globally", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286160.jpg?_wi=1", imageAlt: "Sofia Martinez, Sales Director" }
]}
ariaLabel="Team member showcase section"
/>
@@ -157,12 +157,12 @@ export default function LandingPage() {
speed={40}
topMarqueeDirection="left"
testimonials={[
{ id: "1", name: "James Peterson", handle: "@hydrobuild", testimonial: "Crane Spear parts have been instrumental in our operations. Exceptional quality and reliability combined with outstanding customer support.", imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-warehouse_329181-12818.jpg", imageAlt: "James Peterson" },
{ id: "2", name: "Lisa Wong", handle: "@constructco", testimonial: "We've been using their components for over a decade. The precision engineering and durability are unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/organization-professional-cooperation-staff-woman_1262-2085.jpg", imageAlt: "Lisa Wong" },
{ id: "3", name: "Robert Hoffmann", handle: "@industrial_ops", testimonial: "Best supplier partnership we've established. Reliable delivery, consistent quality, and genuine technical expertise.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-with-arms-crossed_23-2148923128.jpg", imageAlt: "Robert Hoffmann" },
{ id: "4", name: "Jennifer Chen", handle: "@heavylift_inc", testimonial: "Their custom solutions solved critical engineering challenges on our mega-projects. Highly recommended to any major operator.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286160.jpg", imageAlt: "Jennifer Chen" },
{ id: "5", name: "Antonio Silva", handle: "@latinport", testimonial: "Port operations depend on equipment reliability. Crane Spear consistently delivers components that exceed expectations.", imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-warehouse_329181-12818.jpg", imageAlt: "Antonio Silva" },
{ id: "6", name: "Patricia Mueller", handle: "@euroship", testimonial: "Superior engineering meets exceptional service. They're not just vendors; they're genuine partners in our success.", imageSrc: "http://img.b2bpic.net/free-photo/organization-professional-cooperation-staff-woman_1262-2085.jpg", imageAlt: "Patricia Mueller" }
{ id: "1", name: "James Peterson", handle: "@hydrobuild", testimonial: "Crane Spear parts have been instrumental in our operations. Exceptional quality and reliability combined with outstanding customer support.", imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-warehouse_329181-12818.jpg?_wi=2", imageAlt: "James Peterson" },
{ id: "2", name: "Lisa Wong", handle: "@constructco", testimonial: "We've been using their components for over a decade. The precision engineering and durability are unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/organization-professional-cooperation-staff-woman_1262-2085.jpg?_wi=2", imageAlt: "Lisa Wong" },
{ id: "3", name: "Robert Hoffmann", handle: "@industrial_ops", testimonial: "Best supplier partnership we've established. Reliable delivery, consistent quality, and genuine technical expertise.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-with-arms-crossed_23-2148923128.jpg?_wi=2", imageAlt: "Robert Hoffmann" },
{ id: "4", name: "Jennifer Chen", handle: "@heavylift_inc", testimonial: "Their custom solutions solved critical engineering challenges on our mega-projects. Highly recommended to any major operator.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286160.jpg?_wi=2", imageAlt: "Jennifer Chen" },
{ id: "5", name: "Antonio Silva", handle: "@latinport", testimonial: "Port operations depend on equipment reliability. Crane Spear consistently delivers components that exceed expectations.", imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-warehouse_329181-12818.jpg?_wi=3", imageAlt: "Antonio Silva" },
{ id: "6", name: "Patricia Mueller", handle: "@euroship", testimonial: "Superior engineering meets exceptional service. They're not just vendors; they're genuine partners in our success.", imageSrc: "http://img.b2bpic.net/free-photo/organization-professional-cooperation-staff-woman_1262-2085.jpg?_wi=3", imageAlt: "Patricia Mueller" }
]}
ariaLabel="Client testimonials carousel section"
/>