7 Commits

Author SHA1 Message Date
b1ae95bf1e Update src/app/page.tsx 2026-04-28 09:01:01 +00:00
3ba2ea82eb Update src/app/page.tsx 2026-04-28 08:59:05 +00:00
b3b82423ca Merge version_6 into main
Merge version_6 into main
2026-04-28 08:52:35 +00:00
989ad121f7 Update src/app/page.tsx 2026-04-28 08:52:29 +00:00
dc06d9adad Merge version_6 into main
Merge version_6 into main
2026-04-28 08:44:12 +00:00
45852a2e8a Update src/app/page.tsx 2026-04-28 08:44:09 +00:00
d54bb254c3 Merge version_5 into main
Merge version_5 into main
2026-04-28 08:40:58 +00:00

View File

@@ -166,7 +166,7 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Explore", items: [ title: "", items: [
{ {
label: "Home", href: "#hero"}, label: "Home", href: "#hero"},
{ {
@@ -178,19 +178,21 @@ export default function LandingPage() {
], ],
}, },
{ {
title: "Contact", items: [ title: "", items: [
{ {
label: "+91 9008300846", href: "tel:+919008300846"}, label: "+91 9008300846", href: "tel:+919008300846"},
{ {
label: "aditya@nres.in", href: "mailto:aditya@nres.in"}, 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" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CYwv2CHmR8KaeOkLF15VyHCCNc/uploaded-1777020812595-7kipxody.png"
logoText="NEXUS" logoText="NEXUS"
copyrightText="© 2025 NEXUS Property Consultants. All rights reserved." copyrightText="© 2026 NEXUS Property Consultants. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>