20 Commits

Author SHA1 Message Date
c93f9f3f0f Update src/app/page.tsx 2026-04-28 09:02:48 +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
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
93ad48881e Update src/app/page.tsx 2026-04-28 08:40:55 +00:00
e0d0e7d895 Merge version_4 into main
Merge version_4 into main
2026-04-28 08:38:49 +00:00
51cd199643 Update src/app/page.tsx 2026-04-28 08:38:43 +00:00
3c48f9d4ed Merge version_3 into main
Merge version_3 into main
2026-04-28 08:37:29 +00:00
57eb70128b Update src/app/page.tsx 2026-04-28 08:37:26 +00:00
a85ddbfbfc Switch to version 1: modified src/app/page.tsx 2026-04-24 09:19:44 +00:00
2b710cb173 Merge version_2 into main
Merge version_2 into main
2026-04-24 08:59:58 +00:00
254b229fc7 Update src/app/page.tsx 2026-04-24 08:59:55 +00:00
5af1697ff6 Merge version_1 into main
Merge version_1 into main
2026-04-24 08:53:58 +00:00

View File

@@ -7,7 +7,7 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Award, CheckCircle, Eye, Heart } from "lucide-react";
@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "About Us",
id: "about",
},
name: "About Us", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CYwv2CHmR8KaeOkLF15VyHCCNc/uploaded-1777020812595-7kipxody.png"
brandName="NEXUS"
@@ -54,61 +46,25 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "radial-gradient",
}}
title="Your Dream Property. Our Personal Commitment."
variant: "radial-gradient"}}
title="Find Your Bangalore Dream Property with Expert Guidance"
description="End-to-end real estate solutions in Bangalore & Karnataka — residential, commercial, and beyond."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
alt: "Client",
},
src: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", alt: "Client"},
{
src: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg",
alt: "Client",
},
src: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg", alt: "Client"},
{
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
alt: "Client",
},
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Client"},
{
src: "http://img.b2bpic.net/free-photo/woman-talking-phone-home_23-2148990135.jpg",
alt: "Client",
},
src: "http://img.b2bpic.net/free-photo/woman-talking-phone-home_23-2148990135.jpg", alt: "Client"},
{
src: "http://img.b2bpic.net/free-photo/successful-manager-extending-hand-handshake_1262-3119.jpg",
alt: "Client",
},
src: "http://img.b2bpic.net/free-photo/successful-manager-extending-hand-handshake_1262-3119.jpg", alt: "Client"},
]}
avatarText="Trusted by hundreds of families and businesses across Bangalore."
buttons={[
{
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",
},
text: "Book a Free Consultation", href: "#contact"},
]}
/>
</div>
@@ -121,24 +77,16 @@ export default function LandingPage() {
features={[
{
icon: Heart,
title: "Personalized Guidance",
description: "We treat every deal as the beginning of a relationship, not just a transaction.",
},
title: "Personalized Guidance", description: "We treat every deal as the beginning of a relationship, not just a transaction."},
{
icon: Eye,
title: "Absolute Transparency",
description: "No hidden agendas. Just honest advice and the best property options.",
},
title: "Absolute Transparency", description: "No hidden agendas. Just honest advice and the best property options."},
{
icon: CheckCircle,
title: "End-to-End Support",
description: "From property search to registration, we handle every step with you.",
},
title: "End-to-End Support", description: "From property search to registration, we handle every step with you."},
{
icon: Award,
title: "After-Sales Advantage",
description: "Legal, design, moving, and maintenance support long after the deal closes.",
},
title: "After-Sales Advantage", description: "Legal, design, moving, and maintenance support long after the deal closes."},
]}
title="Why NEXUS"
description="Excellence and integrity in every transaction."
@@ -146,51 +94,21 @@ export default function LandingPage() {
</div>
<div id="services" data-section="services">
<ProductCardThree
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Residential Villas & Flats",
price: "View Details",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-living-room-interior-with-panoramic-window_1262-12322.jpg?_wi=1",
},
id: "p1", name: "Residential Estates", price: "Inquire", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/cozy-living-room-interior-with-panoramic-window_1262-12322.jpg?_wi=1"},
{
id: "p2",
name: "Office & Commercial Spaces",
price: "View Details",
imageSrc: "http://img.b2bpic.net/free-photo/building-night_1127-3365.jpg?_wi=1",
},
id: "p2", name: "Commercial Assets", price: "Inquire", variant: "Grade A", imageSrc: "http://img.b2bpic.net/free-photo/building-night_1127-3365.jpg?_wi=1"},
{
id: "p3",
name: "Plots & Land Deals",
price: "View Details",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-famous-otaki-beach-new-zealand_181624-10535.jpg?_wi=1",
},
{
id: "p4",
name: "Legal & Registration",
price: "Expert Support",
imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.jpg",
},
{
id: "p5",
name: "Architecture & Interiors",
price: "Design Excellence",
imageSrc: "http://img.b2bpic.net/free-photo/residential-district-night-valencia-spain_1398-2379.jpg",
},
{
id: "p6",
name: "Moving & Maintenance",
price: "Complete Care",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-panoramic-landscape-view-road-from-village_23-2148346131.jpg",
},
id: "p3", name: "Investment Plots", price: "Inquire", variant: "Land", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-famous-otaki-beach-new-zealand_181624-10535.jpg?_wi=1"},
]}
title="Our Services"
description="Tailored solutions for every property ambition."
title="Property Showcase"
description="A curated selection of our current real estate offerings."
/>
</div>
@@ -200,60 +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: "4",
name: "Priya S.",
date: "Oct 2024",
title: "Commercial Client",
quote: "Outstanding expertise in commercial leasing. Highly recommend.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-mother-home_23-2148321636.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-famous-otaki-beach-new-zealand_181624-10535.jpg?_wi=2",
imageAlt: "professional headshot portrait man",
},
{
id: "5",
name: "Rohan D.",
date: "Sep 2024",
title: "Buyer",
quote: "Truly personal consultants. They care about their clients.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
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."
@@ -267,22 +136,14 @@ export default function LandingPage() {
description="Whether you're buying, selling, renting, or investing — NEXUS guides you every step of the way."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Full Name",
required: true,
name: "name", type: "text", placeholder: "Your Full Name", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
]}
textarea={{
name: "message",
placeholder: "How can we help you?",
rows: 4,
name: "message", placeholder: "How can we help you?", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-loft-luxury-living-room-with-design-chandelier_105762-2226.jpg"
/>
@@ -292,50 +153,27 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Explore",
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: "Contact",
items: [
{
label: "+91 9008300846",
href: "tel:+919008300846",
},
{
label: "aditya@nres.in",
href: "mailto:aditya@nres.in",
},
{
label: "Bangalore, Karnataka",
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="© 2025 NEXUS Property Consultants. All rights reserved."
copyrightText="© 2026 NEXUS Property Consultants. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}