Merge version_1 into main #3
@@ -98,9 +98,9 @@ export default function LandingPage() {
|
||||
title="Meet Our Dedicated Team"
|
||||
description="Behind Marketplace Hub is a passionate group committed to making your local buying and selling experience exceptional. We're innovators, community builders, and problem-solvers."
|
||||
team={[
|
||||
{ name: "John Doe", role: "CEO", imageSrc: "https://generated.vusercontent.net/placeholder.svg" },
|
||||
{ name: "Jane Smith", role: "CTO", imageSrc: "https://generated.vusercontent.net/placeholder.svg" },
|
||||
{ name: "Peter Jones", role: "Lead Developer", imageSrc: "https://generated.vusercontent.net/placeholder.svg" }
|
||||
{ id: "1", name: "John Doe", role: "CEO", imageSrc: "https://generated.vusercontent.net/placeholder.svg" },
|
||||
{ id: "2", name: "Jane Smith", role: "CTO", imageSrc: "https://generated.vusercontent.net/placeholder.svg" },
|
||||
{ id: "3", name: "Peter Jones", role: "Lead Developer", imageSrc: "https://generated.vusercontent.net/placeholder.svg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user