Merge version_1 into main #3
@@ -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: "Partner Agencies: Expanding Our Reach Across Bengaluru",
|
||||
},
|
||||
type: "text", content: "Partner Agencies: Expanding Our Reach Across Bengaluru"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Partners",
|
||||
href: "#agency-profiles",
|
||||
},
|
||||
text: "View Our Partners", href: "#agency-profiles"},
|
||||
{
|
||||
text: "Become a Partner",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Become a Partner", href: "/contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/umbrella-chair_74190-1676.jpg"
|
||||
imageAlt="Gated community entrance"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,11 +76,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "agency-1",
|
||||
name: "Bengaluru Realty Hub",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-real-estate-labels_23-2149907204.jpg",
|
||||
imageAlt: "luxury residential project logo design",
|
||||
},
|
||||
id: "agency-1", name: "Bengaluru Realty Hub", role: "Real Estate Partner", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-real-estate-labels_23-2149907204.jpg", imageAlt: "luxury residential project logo design"},
|
||||
]}
|
||||
title="Collaborating with Bengaluru's Top Real Estate Firms"
|
||||
description="Our esteemed agency partners uphold the highest standards of service and integrity."
|
||||
@@ -117,73 +85,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=6"
|
||||
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