Merge version_2 into main #2
222
src/app/page.tsx
222
src/app/page.tsx
@@ -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,38 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Your Dream Property. Our Personal Commitment."
|
||||
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",
|
||||
},
|
||||
text: "Book a Free Consultation", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Residential",
|
||||
},
|
||||
type: "text", text: "Luxury Residential"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Commercial Spaces",
|
||||
},
|
||||
type: "text", text: "Commercial Spaces"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Strategic Land Plots",
|
||||
},
|
||||
type: "text", text: "Strategic Land Plots"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Legal Advisory",
|
||||
},
|
||||
type: "text", text: "Legal Advisory"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Interior Design",
|
||||
},
|
||||
type: "text", text: "Interior Design"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,24 +90,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."
|
||||
@@ -149,45 +110,21 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
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 Villas & Flats", price: "", 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: "Office & Commercial Spaces", price: "", 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: "p3", name: "Plots & Land Deals", price: "", 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: "p4", name: "Legal & Registration", price: "", 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: "p5", name: "Architecture & Interiors", price: "", 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: "p6", name: "Moving & Maintenance", price: "", imageSrc: "http://img.b2bpic.net/free-photo/aerial-panoramic-landscape-view-road-from-village_23-2148346131.jpg"},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Tailored solutions for every property ambition."
|
||||
@@ -200,60 +137,15 @@ 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", 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",
|
||||
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", 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",
|
||||
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", 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: "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: "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"},
|
||||
]}
|
||||
title="What Clients Say"
|
||||
description="Building lasting trust in every Bangalore home."
|
||||
@@ -267,22 +159,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,41 +176,25 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", 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: "Bangalore, Karnataka", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -338,4 +206,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user