diff --git a/src/app/page.tsx b/src/app/page.tsx index 5eeb1f1..fda220d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} />