Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 16c4b7c1d7 | |||
| c93f9f3f0f | |||
| b6b5c56a83 | |||
| b327957cf7 | |||
| 6611a64ba0 | |||
| fe4d90b9db |
@@ -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: "Contact", 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."
|
||||
/>
|
||||
@@ -198,4 +176,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user