10 Commits

Author SHA1 Message Date
16c4b7c1d7 Merge version_8 into main
Merge version_8 into main
2026-04-28 09:02:54 +00:00
c93f9f3f0f Update src/app/page.tsx 2026-04-28 09:02:48 +00:00
b6b5c56a83 Merge version_8 into main
Merge version_8 into main
2026-04-28 09:02:22 +00:00
b327957cf7 Update src/app/page.tsx 2026-04-28 09:02:19 +00:00
6611a64ba0 Merge version_7 into main
Merge version_7 into main
2026-04-28 09:01:04 +00:00
b1ae95bf1e Update src/app/page.tsx 2026-04-28 09:01:01 +00:00
fe4d90b9db Merge version_7 into main
Merge version_7 into main
2026-04-28 08:59:08 +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
dc06d9adad Merge version_6 into main
Merge version_6 into main
2026-04-28 08:44:12 +00:00

View File

@@ -66,19 +66,6 @@ export default function LandingPage() {
{
text: "Book a Free Consultation", href: "#contact"},
]}
buttonAnimation="slide-up"
marqueeItems={[
{
type: "text", text: "Luxury Residential"},
{
type: "text", text: "Commercial Spaces"},
{
type: "text", text: "Strategic Land Plots"},
{
type: "text", text: "Legal Advisory"},
{
type: "text", text: "Interior Design"},
]}
/>
</div>
@@ -131,11 +118,11 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Arjun R.", date: "Jan 2025", title: "Home Buyer", quote: "One stop solution for all your real estate needs in Bangalore.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-close-up_1139-650.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CYwv2CHmR8KaeOkLF15VyHCCNc/uploaded-1777020812595-7kipxody.png", imageAlt: "professional headshot portrait man"},
id: "1", name: "Arjun R.", date: "Jan 2025", title: "Home Buyer", quote: "One stop solution for all your real estate needs in Bangalore.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-close-up_1139-650.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CYwv2CHmR8KaeOkLF15VyHCCNc/uploaded-1777020812595-7kipxody.png"},
{
id: "2", name: "Sita M.", date: "Dec 2024", title: "Investor", quote: "Best property consultants with best property options to select from.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cozy-living-room-interior-with-panoramic-window_1262-12322.jpg?_wi=2", imageAlt: "professional headshot portrait man"},
id: "2", name: "Sita M.", date: "Dec 2024", title: "Investor", quote: "Best property consultants with best property options to select from.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cozy-living-room-interior-with-panoramic-window_1262-12322.jpg?_wi=2"},
{
id: "3", name: "Vikram K.", date: "Nov 2024", title: "Home Owner", quote: "NEXUS made the entire registration process seamless and professional.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg", imageSrc: "http://img.b2bpic.net/free-photo/building-night_1127-3365.jpg?_wi=2", imageAlt: "professional headshot portrait man"},
id: "3", name: "Vikram K.", date: "Nov 2024", title: "Home Owner", quote: "NEXUS made the entire registration process seamless and professional.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg", imageSrc: "http://img.b2bpic.net/free-photo/building-night_1127-3365.jpg?_wi=2"},
]}
title="What Clients Say"
description="Building lasting trust in every Bangalore home."
@@ -166,31 +153,22 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "", items: [
{
label: "Home", href: "#hero"},
{
label: "Services", href: "#services"},
{
label: "About Us", href: "#about"},
{
label: "", href: "#contact"},
title: "Explore", items: [
{ label: "Home", href: "#hero" },
{ label: "Services", href: "#services" },
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "", items: [
{
label: "+91 9008300846", href: "tel:+919008300846"},
{
label: "aditya@nres.in", href: "mailto:aditya@nres.in"},
{
label: "Instagram", href: "#"},
{
label: "LinkedIn", href: "#"},
title: "Contact", items: [
{ label: "+91 9008300846", href: "tel:+919008300846" },
{ label: "aditya@nres.in", href: "mailto:aditya@nres.in" },
{ 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="© 2026 NEXUS Property Consultants. All rights reserved."
/>