Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b1ae95bf1e | |||
| 3ba2ea82eb | |||
| b3b82423ca | |||
| 989ad121f7 | |||
| dc06d9adad | |||
| 45852a2e8a | |||
| d54bb254c3 |
@@ -166,7 +166,7 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore", items: [
|
||||
title: "", items: [
|
||||
{
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
@@ -178,22 +178,24 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
title: "", items: [
|
||||
{
|
||||
label: "+91 9008300846", href: "tel:+919008300846"},
|
||||
{
|
||||
label: "aditya@nres.in", href: "mailto:aditya@nres.in"},
|
||||
{
|
||||
label: "Bangalore, Karnataka", href: "#"},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "LinkedIn", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CYwv2CHmR8KaeOkLF15VyHCCNc/uploaded-1777020812595-7kipxody.png"
|
||||
logoText="NEXUS"
|
||||
copyrightText="© 2025 NEXUS Property Consultants. All rights reserved."
|
||||
copyrightText="© 2026 NEXUS Property Consultants. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user