Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-04-19 13:51:26 +00:00

View File

@@ -57,6 +57,7 @@ export default function LandingPage() {
title="Our Leadership Team"
description="Experts dedicated to your logistics success."
textboxLayout="default"
useInvertedBackground={false}
team={[
{ id: "1", name: "Sarah Johnson", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working_23-2148886868.jpg" },
{ id: "2", name: "Michael Chen", role: "Operations Director", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12775.jpg" },
@@ -70,6 +71,7 @@ export default function LandingPage() {
title="Client Success Stories"
description="Hear from our satisfied partners."
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "David Kim", handle: "@davidk", testimonial: "Perfect logistics partner.", icon: Smile },
{ id: "2", name: "Anna Petrova", handle: "@annap", testimonial: "Fast, reliable, and professional.", icon: Smile },
@@ -82,6 +84,8 @@ export default function LandingPage() {
tag="Contact Us"
title="Questions about our services?"
description="Find answers to frequently asked questions or reach out to our team."
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>