Update src/app/agents/page.tsx
This commit is contained in:
@@ -26,45 +26,25 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "/properties",
|
||||
},
|
||||
name: "Properties", id: "/properties"},
|
||||
{
|
||||
name: "New Projects",
|
||||
id: "/new-projects",
|
||||
},
|
||||
name: "New Projects", id: "/new-projects"},
|
||||
{
|
||||
name: "Commercial",
|
||||
id: "/commercial",
|
||||
},
|
||||
name: "Commercial", id: "/commercial"},
|
||||
{
|
||||
name: "Agents",
|
||||
id: "/agents",
|
||||
},
|
||||
name: "Agents", id: "/agents"},
|
||||
{
|
||||
name: "Agencies",
|
||||
id: "/agencies",
|
||||
},
|
||||
name: "Agencies", id: "/agencies"},
|
||||
{
|
||||
name: "Area Guides",
|
||||
id: "/area-guides",
|
||||
},
|
||||
name: "Area Guides", id: "/area-guides"},
|
||||
{
|
||||
name: "Market Insights",
|
||||
id: "/market-insights",
|
||||
},
|
||||
name: "Market Insights", id: "/market-insights"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Contact Us",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact Us", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/business-card-with-abstract-shapes_23-2147593267.jpg"
|
||||
logoAlt="Brokers of Bengaluru Logo"
|
||||
@@ -77,22 +57,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Connect with Bengaluru's Elite Real Estate Agents",
|
||||
},
|
||||
type: "text", content: "Connect with Bengaluru's Elite Real Estate Agents"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Find Your Agent",
|
||||
href: "#agent-profiles",
|
||||
},
|
||||
text: "Find Your Agent", href: "#agent-profiles"},
|
||||
{
|
||||
text: "Join Our Team",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Join Our Team", href: "/contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/productive-teamwork-office-main-engineer-spectacles-listening-new-ideas-his-colleague-caucasian-man-pointing-finger-schematic-drawings-coworkers-approving-his-offer-with-smile_273609-5761.jpg"
|
||||
imageAlt="Professional real estate agent"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-smile-headset_1101-2876.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-smile-headset_1101-2876.jpg"
|
||||
imageAlt="Modern office interior"
|
||||
logoSrc="http://img.b2bpic.net/free-vector/business-card-with-abstract-shapes_23-2147593267.jpg"
|
||||
logoAlt="Brokers of Bengaluru Logo"
|
||||
logoText="Brokers of Bengaluru"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Properties",
|
||||
href: "/properties",
|
||||
},
|
||||
label: "Properties", href: "/properties"},
|
||||
{
|
||||
label: "New Projects",
|
||||
href: "/new-projects",
|
||||
},
|
||||
label: "New Projects", href: "/new-projects"},
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "/commercial",
|
||||
},
|
||||
label: "Commercial", href: "/commercial"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Agents",
|
||||
href: "/agents",
|
||||
},
|
||||
label: "Agents", href: "/agents"},
|
||||
{
|
||||
label: "Agencies",
|
||||
href: "/agencies",
|
||||
},
|
||||
label: "Agencies", href: "/agencies"},
|
||||
{
|
||||
label: "Market Insights",
|
||||
href: "/market-insights",
|
||||
},
|
||||
label: "Market Insights", href: "/market-insights"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "Area Guides",
|
||||
href: "/area-guides",
|
||||
},
|
||||
label: "Area Guides", href: "/area-guides"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/contact#faqs",
|
||||
},
|
||||
label: "FAQs", href: "/contact#faqs"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user