diff --git a/src/app/agents/page.tsx b/src/app/agents/page.tsx
index 600a3b5..50d7a72 100644
--- a/src/app/agents/page.tsx
+++ b/src/app/agents/page.tsx
@@ -26,45 +26,25 @@ export default function LandingPage() {
@@ -104,47 +76,17 @@ export default function LandingPage() {
useInvertedBackground={true}
members={[
{
- id: "ag-1",
- name: "Deepak Kumar",
- role: "Residential Sales Director",
- imageSrc: "http://img.b2bpic.net/free-photo/man-woman-review-documents-office_482257-119490.jpg",
- imageAlt: "Deepak Kumar, Residential Sales Director",
- },
+ id: "ag-1", name: "Deepak Kumar", role: "Residential Sales Director", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-review-documents-office_482257-119490.jpg", imageAlt: "Deepak Kumar, Residential Sales Director"},
{
- id: "ag-2",
- name: "Shwetha Rao",
- role: "Luxury Leasing Specialist",
- imageSrc: "http://img.b2bpic.net/free-photo/mature-blonde-business-woman-work_23-2149100299.jpg",
- imageAlt: "Shwetha Rao, Luxury Leasing Specialist",
- },
+ id: "ag-2", name: "Shwetha Rao", role: "Luxury Leasing Specialist", imageSrc: "http://img.b2bpic.net/free-photo/mature-blonde-business-woman-work_23-2149100299.jpg", imageAlt: "Shwetha Rao, Luxury Leasing Specialist"},
{
- id: "ag-3",
- name: "Vikas Patel",
- role: "Investment Property Analyst",
- imageSrc: "http://img.b2bpic.net/free-photo/real-estate-satisfied-man-rejoicing-founding-perfect-home-apartment-holding-paper-house-model-sta_1258-113657.jpg",
- imageAlt: "Vikas Patel, Investment Property Analyst",
- },
+ id: "ag-3", name: "Vikas Patel", role: "Investment Property Analyst", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-satisfied-man-rejoicing-founding-perfect-home-apartment-holding-paper-house-model-sta_1258-113657.jpg", imageAlt: "Vikas Patel, Investment Property Analyst"},
{
- id: "ag-4",
- name: "Pooja Hegde",
- role: "Commercial Property Consultant",
- imageSrc: "http://img.b2bpic.net/free-photo/male-female-architect-working-blueprint_23-2147839904.jpg",
- imageAlt: "Pooja Hegde, Commercial Property Consultant",
- },
+ id: "ag-4", name: "Pooja Hegde", role: "Commercial Property Consultant", imageSrc: "http://img.b2bpic.net/free-photo/male-female-architect-working-blueprint_23-2147839904.jpg", imageAlt: "Pooja Hegde, Commercial Property Consultant"},
{
- id: "ag-5",
- name: "Rajeshwari Devi",
- role: "New Projects Lead",
- imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-pointing-towards-you_23-2147708163.jpg",
- imageAlt: "Rajeshwari Devi, New Projects Lead",
- },
+ id: "ag-5", name: "Rajeshwari Devi", role: "New Projects Lead", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-pointing-towards-you_23-2147708163.jpg", imageAlt: "Rajeshwari Devi, New Projects Lead"},
{
- id: "ag-6",
- name: "Karthik Gowda",
- role: "Property Valuation Expert",
- imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4306.jpg",
- imageAlt: "Karthik Gowda, Property Valuation Expert",
- },
+ id: "ag-6", name: "Karthik Gowda", role: "Property Valuation Expert", imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4306.jpg", imageAlt: "Karthik Gowda, Property Valuation Expert"},
]}
title="Our Network of Certified Property Experts"
description="Each agent brings unparalleled market knowledge and dedication to ensure your property journey is successful."
@@ -153,73 +95,46 @@ export default function LandingPage() {