Update src/app/about/page.tsx
This commit is contained in:
@@ -26,29 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "/#properties",
|
||||
},
|
||||
name: "Properties", id: "/#properties"},
|
||||
{
|
||||
name: "Investment",
|
||||
id: "/#investment",
|
||||
},
|
||||
name: "Investment", id: "/#investment"},
|
||||
{
|
||||
name: "Contact Us",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact Us", id: "/contact"},
|
||||
]}
|
||||
brandName="Nandi Real Estate"
|
||||
/>
|
||||
@@ -59,14 +47,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"HDFC Bank",
|
||||
"ICICI Home Finance",
|
||||
"Property Dealers Association",
|
||||
"Mumbai Developers Guild",
|
||||
"Legal Advisors India",
|
||||
"Architects Forum Mumbai",
|
||||
"Leading Interior Designers",
|
||||
]}
|
||||
"HDFC Bank", "ICICI Home Finance", "Property Dealers Association", "Mumbai Developers Guild", "Legal Advisors India", "Architects Forum Mumbai", "Leading Interior Designers"]}
|
||||
title="Our Valued Partners & Affiliations"
|
||||
description="Building trust through strong relationships within the Mumbai real estate ecosystem and industry."
|
||||
/>
|
||||
@@ -78,88 +59,58 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"24/7 Dedicated Support",
|
||||
"Personalized Consultation",
|
||||
],
|
||||
"24/7 Dedicated Support", "Personalized Consultation"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Trusted Local Experts",
|
||||
"Comprehensive Property Verification",
|
||||
],
|
||||
"Trusted Local Experts", "Comprehensive Property Verification"],
|
||||
}}
|
||||
title="Why Nandi Real Estate Stands Apart"
|
||||
description="Our unwavering commitment to excellence and client satisfaction defines every aspect of our service. We prioritize your needs."
|
||||
animationType="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/river-modern-buildings_1359-851.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/river-modern-buildings_1359-851.jpg"
|
||||
imageAlt="Mumbai city skyline at night"
|
||||
logoText="Nandi Real Estate"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Properties",
|
||||
href: "/#properties",
|
||||
},
|
||||
label: "Properties", href: "/#properties"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Residential Consulting",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Residential Consulting", href: "/services"},
|
||||
{
|
||||
label: "Commercial Consulting",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Commercial Consulting", href: "/services"},
|
||||
{
|
||||
label: "Investment Guidance",
|
||||
href: "/#investment",
|
||||
},
|
||||
label: "Investment Guidance", href: "/#investment"},
|
||||
{
|
||||
label: "Property Valuation",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Property Valuation", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{
|
||||
label: "Location",
|
||||
href: "https://maps.app.goo.gl/YourGoogleMapsLink",
|
||||
},
|
||||
label: "Location", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+919004450055",
|
||||
},
|
||||
label: "Call Us", href: "tel:+919004450055"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@nandirealestate.com",
|
||||
},
|
||||
label: "Email", href: "mailto:info@nandirealestate.com"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/919004450055?text=Hello,%20I%20am%20interested%20in%20a%20property.",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/919004450055?text=Hello,%20I%20am%20interested%20in%20a%20property."},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user