7 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
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

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";
@@ -107,27 +107,21 @@ export default function LandingPage() {
</div>
<div id="services" data-section="services">
<ProductCardThree
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
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: "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: "", 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: "", 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: "", imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.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: "", 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>
@@ -142,10 +136,6 @@ export default function LandingPage() {
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: "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"},
]}
title="What Clients Say"
description="Building lasting trust in every Bangalore home."
@@ -176,7 +166,7 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Explore", items: [
title: "", items: [
{
label: "Home", href: "#hero"},
{
@@ -184,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>