From 377679bf2a840babcf9a41ee538063a3c3b0c056 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 17:09:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cfd51b4..a02ac73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,8 +165,8 @@ export default function LandingPage() { { id: "t2", name: "Michael Davis", role: "Senior Agent", description: "Michael specializes in luxury properties and has a keen eye for architectural details and investment potential."}, { - id: "t3", name: "Emily Rodriguez", role: "Client Relations", description: "Emily ensures every client receives personalized attention and a smooth, stress-free experience from start to finish."},n { - id: "t4", name: "David Lee", role: "Property Analyst", description: "David provides in-depth market analysis, helping clients make informed decisions whether buying or selling."},n ]} + id: "t3", name: "Emily Rodriguez", role: "Client Relations", description: "Emily ensures every client receives personalized attention and a smooth, stress-free experience from start to finish."}, { + id: "t4", name: "David Lee", role: "Property Analyst", description: "David provides in-depth market analysis, helping clients make informed decisions whether buying or selling."} ]} title="Meet Our Expert Agents" description="Our team of dedicated professionals is here to guide you through every step of your real estate journey." /> -- 2.49.1