2 Commits

Author SHA1 Message Date
9270ddd806 Switch to version 1: modified src/app/page.tsx 2026-04-05 08:33:07 +00:00
ac53b3be4e Merge version_2 into main
Merge version_2 into main
2026-04-05 08:03:07 +00:00

View File

@@ -31,15 +31,25 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", id: "hero"}, name: "Home",
id: "hero",
},
{ {
name: "About", id: "about"}, name: "About",
id: "about",
},
{ {
name: "Services", id: "services"}, name: "Services",
id: "services",
},
{ {
name: "Properties", id: "properties"}, name: "Properties",
id: "properties",
},
{ {
name: "Contact", id: "contact"}, name: "Contact",
id: "contact",
},
]} ]}
brandName="Balwani Real Estate" brandName="Balwani Real Estate"
/> />
@@ -48,26 +58,47 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
background={{ background={{
variant: "plain"}} variant: "plain",
}}
title="Turning Property Dreams Into Reality" title="Turning Property Dreams Into Reality"
description="Nagpurs Trusted Real Estate Consultant providing premium residential, commercial, and land deals with honesty and transparency." description="Nagpurs Trusted Real Estate Consultant providing premium residential, commercial, and land deals with honesty and transparency."
buttons={[ buttons={[
{ {
text: "Enquire Now", href: "#footer"}, text: "Enquire Now",
href: "#contact",
},
]} ]}
carouselItems={[ carouselItems={[
{ {
id: "slide-1", imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892929.jpg", imageAlt: "Luxury Property 1"}, id: "slide-1",
imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892929.jpg",
imageAlt: "Luxury Property 1",
},
{ {
id: "slide-2", imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg?_wi=1", imageAlt: "Luxury Property 2"}, id: "slide-2",
imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg?_wi=1",
imageAlt: "Luxury Property 2",
},
{ {
id: "slide-3", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-villa-with-pool-sky-reflection_23-2151993721.jpg?_wi=1", imageAlt: "Luxury Property 3"}, id: "slide-3",
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-villa-with-pool-sky-reflection_23-2151993721.jpg?_wi=1",
imageAlt: "Luxury Property 3",
},
{ {
id: "slide-4", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=1", imageAlt: "Luxury Property 4"}, id: "slide-4",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=1",
imageAlt: "Luxury Property 4",
},
{ {
id: "slide-5", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg?_wi=1", imageAlt: "Luxury Property 5"}, id: "slide-5",
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg?_wi=1",
imageAlt: "Luxury Property 5",
},
{ {
id: "slide-6", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-building-with-glass-wall-from-empty-floor_1127-3106.jpg?_wi=1", imageAlt: "Luxury Property 6"}, id: "slide-6",
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-building-with-glass-wall-from-empty-floor_1127-3106.jpg?_wi=1",
imageAlt: "Luxury Property 6",
},
]} ]}
/> />
</div> </div>
@@ -79,11 +110,17 @@ export default function LandingPage() {
description="We are Nagpur's premium real estate consultants, dedicated to honesty, transparency, and service. With years of experience, we help you find the best residential, commercial, and land investments." description="We are Nagpur's premium real estate consultants, dedicated to honesty, transparency, and service. With years of experience, we help you find the best residential, commercial, and land investments."
metrics={[ metrics={[
{ {
value: "1000+", title: "Happy Clients"}, value: "1000+",
title: "Happy Clients",
},
{ {
value: "15+", title: "Years Experience"}, value: "15+",
title: "Years Experience",
},
{ {
value: "500+", title: "Successful Deals"}, value: "500+",
title: "Successful Deals",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-as-real-estate-agents_23-2151064813.jpg" imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-as-real-estate-agents_23-2151064813.jpg"
imageAlt="About Balwani Real Estate" imageAlt="About Balwani Real Estate"
@@ -100,22 +137,34 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Home, icon: Home,
title: "Buying Property", description: "Helping you find your dream residence in Nagpur."}, title: "Buying Property",
description: "Helping you find your dream residence in Nagpur.",
},
{ {
icon: Building, icon: Building,
title: "Selling Property", description: "Efficient selling services at best market prices."}, title: "Selling Property",
description: "Efficient selling services at best market prices.",
},
{ {
icon: Key, icon: Key,
title: "Rental Properties", description: "Wide range of rental options for residential and commercial."}, title: "Rental Properties",
description: "Wide range of rental options for residential and commercial.",
},
{ {
icon: Briefcase, icon: Briefcase,
title: "Commercial Deals", description: "Strategic commercial investments."}, title: "Commercial Deals",
description: "Strategic commercial investments.",
},
{ {
icon: MapPin, icon: MapPin,
title: "Land & Plots", description: "Genuine land deals with clear documentation."}, title: "Land & Plots",
description: "Genuine land deals with clear documentation.",
},
{ {
icon: FileText, icon: FileText,
title: "Consultation", description: "Expert advice on valuation and documentation."}, title: "Consultation",
description: "Expert advice on valuation and documentation.",
},
]} ]}
title="Our Premium Services" title="Our Premium Services"
description="Comprehensive real estate solutions tailored to your needs." description="Comprehensive real estate solutions tailored to your needs."
@@ -130,17 +179,47 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", name: "Luxury Villa", price: "₹1.5 Cr", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg?_wi=2"}, id: "p1",
name: "Luxury Villa",
price: "₹1.5 Cr",
variant: "Residential",
imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg?_wi=2",
},
{ {
id: "p2", name: "Modern Apartment", price: "₹85 L", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-villa-with-pool-sky-reflection_23-2151993721.jpg?_wi=2"}, id: "p2",
name: "Modern Apartment",
price: "₹85 L",
variant: "Residential",
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-villa-with-pool-sky-reflection_23-2151993721.jpg?_wi=2",
},
{ {
id: "p3", name: "Commercial Plaza", price: "₹2.2 Cr", variant: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=2"}, id: "p3",
name: "Commercial Plaza",
price: "₹2.2 Cr",
variant: "Commercial",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=2",
},
{ {
id: "p4", name: "Premium Land", price: "₹45 L", variant: "Land", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg?_wi=2"}, id: "p4",
name: "Premium Land",
price: "₹45 L",
variant: "Land",
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg?_wi=2",
},
{ {
id: "p5", name: "Bungalow", price: "₹1.8 Cr", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-building-with-glass-wall-from-empty-floor_1127-3106.jpg?_wi=2"}, id: "p5",
name: "Bungalow",
price: "₹1.8 Cr",
variant: "Residential",
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-building-with-glass-wall-from-empty-floor_1127-3106.jpg?_wi=2",
},
{ {
id: "p6", name: "Retail Space", price: "₹90 L", variant: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg"}, id: "p6",
name: "Retail Space",
price: "₹90 L",
variant: "Commercial",
imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg",
},
]} ]}
title="Featured Properties" title="Featured Properties"
description="Explore our curated list of premium properties available in Nagpur." description="Explore our curated list of premium properties available in Nagpur."
@@ -154,28 +233,59 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Nagpur Client", rating: 5, id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064844.jpg"}, name: "Sarah Johnson",
role: "Homeowner",
company: "Nagpur Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064844.jpg",
},
{ {
id: "2", name: "Michael Chen", role: "Investor", company: "Nagpur Client", rating: 5, id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg"}, name: "Michael Chen",
role: "Investor",
company: "Nagpur Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg",
},
{ {
id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Nagpur Client", rating: 5, id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-showing-new-apartment-his-surprised-happy-girlfriend_74855-10258.jpg"}, name: "Emily Rodriguez",
role: "Business Owner",
company: "Nagpur Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-showing-new-apartment-his-surprised-happy-girlfriend_74855-10258.jpg",
},
{ {
id: "4", name: "David Kim", role: "Homeowner", company: "Nagpur Client", rating: 5, id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg"}, name: "David Kim",
role: "Homeowner",
company: "Nagpur Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg",
},
{ {
id: "5", name: "Alice Wong", role: "Investor", company: "Nagpur Client", rating: 5, id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg"}, name: "Alice Wong",
role: "Investor",
company: "Nagpur Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "4.7", label: "Avg Rating"}, value: "4.7",
label: "Avg Rating",
},
{ {
value: "111+", label: "Verified Reviews"}, value: "111+",
label: "Verified Reviews",
},
{ {
value: "99%", label: "Satisfaction"}, value: "99%",
label: "Satisfaction",
},
]} ]}
title="Customer Reviews" title="Customer Reviews"
description="Rated 4.7/5 from 111+ satisfied clients." description="Rated 4.7/5 from 111+ satisfied clients."
@@ -186,13 +296,18 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "rotated-rays-animated"}} variant: "rotated-rays-animated",
}}
text="Ready to discuss your property needs? Visit us at 2, Siddhivinyak, Near Hotel Harmony, Gandhibagh, Nagpur. Call us at 093260 50781." text="Ready to discuss your property needs? Visit us at 2, Siddhivinyak, Near Hotel Harmony, Gandhibagh, Nagpur. Call us at 093260 50781."
buttons={[ buttons={[
{ {
text: "Call Now", href: "tel:09326050781"}, text: "Call Now",
href: "tel:09326050781",
},
{ {
text: "WhatsApp Us", href: "https://wa.me/919326050781"}, text: "WhatsApp Us",
href: "https://wa.me/919326050781",
},
]} ]}
/> />
</div> </div>
@@ -202,31 +317,50 @@ export default function LandingPage() {
logoText="Balwani Real Estate" logoText="Balwani Real Estate"
columns={[ columns={[
{ {
title: "Quick Links", items: [ title: "Quick Links",
items: [
{ {
label: "Home", href: "#hero"}, label: "Home",
href: "#hero",
},
{ {
label: "About", href: "#about"}, label: "About",
href: "#about",
},
{ {
label: "Contact", href: "#contact"}, label: "Contact",
href: "#contact",
},
], ],
}, },
{ {
title: "Services", items: [ title: "Services",
items: [
{ {
label: "Buying", href: "#services"}, label: "Buying",
href: "#services",
},
{ {
label: "Selling", href: "#services"}, label: "Selling",
href: "#services",
},
{ {
label: "Rental", href: "#services"}, label: "Rental",
href: "#services",
},
], ],
}, },
{ {
title: "Contact", items: [ title: "Contact",
items: [
{ {
label: "Nagpur", href: "#"}, label: "Nagpur",
href: "#",
},
{ {
label: "093260 50781", href: "tel:09326050781"}, label: "093260 50781",
href: "tel:09326050781",
},
], ],
}, },
]} ]}