2 Commits

Author SHA1 Message Date
3f1183fd7c Update src/app/page.tsx 2026-04-05 08:03:01 +00:00
e98b4303f4 Merge version_1 into main
Merge version_1 into main
2026-04-05 07:57:47 +00:00

View File

@@ -31,25 +31,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Services", name: "Services", id: "services"},
id: "services",
},
{ {
name: "Properties", name: "Properties", id: "properties"},
id: "properties",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Balwani Real Estate" brandName="Balwani Real Estate"
/> />
@@ -58,47 +48,26 @@ 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", text: "Enquire Now", href: "#footer"},
href: "#contact",
},
]} ]}
carouselItems={[ carouselItems={[
{ {
id: "slide-1", id: "slide-1", imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892929.jpg", imageAlt: "Luxury Property 1"},
imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892929.jpg",
imageAlt: "Luxury Property 1",
},
{ {
id: "slide-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"},
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", 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"},
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", 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"},
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", id: "slide-5", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg?_wi=1", imageAlt: "Luxury Property 5"},
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg?_wi=1",
imageAlt: "Luxury Property 5",
},
{ {
id: "slide-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"},
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>
@@ -110,17 +79,11 @@ 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+", value: "1000+", title: "Happy Clients"},
title: "Happy Clients",
},
{ {
value: "15+", value: "15+", title: "Years Experience"},
title: "Years Experience",
},
{ {
value: "500+", value: "500+", title: "Successful Deals"},
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"
@@ -137,34 +100,22 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Home, icon: Home,
title: "Buying Property", title: "Buying Property", description: "Helping you find your dream residence in Nagpur."},
description: "Helping you find your dream residence in Nagpur.",
},
{ {
icon: Building, icon: Building,
title: "Selling Property", title: "Selling Property", description: "Efficient selling services at best market prices."},
description: "Efficient selling services at best market prices.",
},
{ {
icon: Key, icon: Key,
title: "Rental Properties", title: "Rental Properties", description: "Wide range of rental options for residential and commercial."},
description: "Wide range of rental options for residential and commercial.",
},
{ {
icon: Briefcase, icon: Briefcase,
title: "Commercial Deals", title: "Commercial Deals", description: "Strategic commercial investments."},
description: "Strategic commercial investments.",
},
{ {
icon: MapPin, icon: MapPin,
title: "Land & Plots", title: "Land & Plots", description: "Genuine land deals with clear documentation."},
description: "Genuine land deals with clear documentation.",
},
{ {
icon: FileText, icon: FileText,
title: "Consultation", title: "Consultation", description: "Expert advice on valuation and documentation."},
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."
@@ -179,47 +130,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", 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"},
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", 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"},
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", 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"},
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", 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"},
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", 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"},
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", 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"},
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."
@@ -233,59 +154,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Nagpur Client", rating: 5,
name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064844.jpg"},
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", id: "2", name: "Michael Chen", role: "Investor", company: "Nagpur Client", rating: 5,
name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg"},
role: "Investor",
company: "Nagpur Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Nagpur Client", rating: 5,
name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/young-man-showing-new-apartment-his-surprised-happy-girlfriend_74855-10258.jpg"},
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", id: "4", name: "David Kim", role: "Homeowner", company: "Nagpur Client", rating: 5,
name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg"},
role: "Homeowner",
company: "Nagpur Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg",
},
{ {
id: "5", id: "5", name: "Alice Wong", role: "Investor", company: "Nagpur Client", rating: 5,
name: "Alice Wong", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg"},
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", value: "4.7", label: "Avg Rating"},
label: "Avg Rating",
},
{ {
value: "111+", value: "111+", label: "Verified Reviews"},
label: "Verified Reviews",
},
{ {
value: "99%", value: "99%", label: "Satisfaction"},
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."
@@ -296,18 +186,13 @@ 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", text: "Call Now", href: "tel:09326050781"},
href: "tel:09326050781",
},
{ {
text: "WhatsApp Us", text: "WhatsApp Us", href: "https://wa.me/919326050781"},
href: "https://wa.me/919326050781",
},
]} ]}
/> />
</div> </div>
@@ -317,50 +202,31 @@ export default function LandingPage() {
logoText="Balwani Real Estate" logoText="Balwani Real Estate"
columns={[ columns={[
{ {
title: "Quick Links", title: "Quick Links", items: [
items: [
{ {
label: "Home", label: "Home", href: "#hero"},
href: "#hero",
},
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Buying", label: "Buying", href: "#services"},
href: "#services",
},
{ {
label: "Selling", label: "Selling", href: "#services"},
href: "#services",
},
{ {
label: "Rental", label: "Rental", href: "#services"},
href: "#services",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "Nagpur", label: "Nagpur", href: "#"},
href: "#",
},
{ {
label: "093260 50781", label: "093260 50781", href: "tel:09326050781"},
href: "tel:09326050781",
},
], ],
}, },
]} ]}