diff --git a/src/app/page.tsx b/src/app/page.tsx index 6679174..1fb4673 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,68 +31,29 @@ export default function LandingPage() {
@@ -228,34 +113,12 @@ export default function LandingPage() { useInvertedBackground={false} groups={[ { - id: "group1", - groupTitle: "Leadership", - members: [ - { - id: "mem1", - title: "Alex Rivers", - subtitle: "Director", - detail: "15 years of industry experience.", - imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164713.jpg", - }, - { - id: "mem2", - title: "Sarah Chen", - subtitle: "Lead Negotiator", - detail: "Specialist in prime urban properties.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", - }, - { - id: "mem3", - title: "Marcus Vane", - subtitle: "Client Relations", - detail: "Expert in high-end lifestyle matching.", - imageSrc: "http://img.b2bpic.net/free-photo/man-showing-thumb-up-holding-keys-from-new-car_7502-9816.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/chisinau-arena-sunset-moldova_1268-16013.jpg?_wi=2", - imageAlt: "professional real estate agent", - }, + id: "group1", groupTitle: "Leadership", members: [ + { id: "mem1", title: "Alex Rivers", subtitle: "Director", detail: "15 years of industry experience.", imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164713.jpg" }, + { id: "mem2", title: "Sarah Chen", subtitle: "Lead Negotiator", detail: "Specialist in prime urban properties.", imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg" }, + { id: "mem3", title: "Marcus Vane", subtitle: "Client Relations", detail: "Expert in high-end lifestyle matching.", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-thumb-up-holding-keys-from-new-car_7502-9816.jpg" }, + ] + } ]} title="Meet Your Advisors" description="Our team of seasoned experts are here to navigate the complexities of luxury real estate for you." @@ -266,31 +129,11 @@ export default function LandingPage() { @@ -361,14 +174,8 @@ export default function LandingPage() {