3 Commits

Author SHA1 Message Date
989ad121f7 Update src/app/page.tsx 2026-04-28 08:52:29 +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
columns={[
{
title: "Explore", items: [
title: "", items: [
{
label: "Home", href: "#hero"},
{
@@ -174,23 +174,25 @@ export default function LandingPage() {
{
label: "About Us", href: "#about"},
{
label: "Contact", href: "#contact"},
label: "", href: "#contact"},
],
},
{
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>