Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f1183fd7c | |||
| e98b4303f4 |
244
src/app/page.tsx
244
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
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"
|
||||
/>
|
||||
@@ -58,47 +48,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Turning Property Dreams Into Reality"
|
||||
description="Nagpur’s Trusted Real Estate Consultant providing premium residential, commercial, and land deals with honesty and transparency."
|
||||
buttons={[
|
||||
{
|
||||
text: "Enquire Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Enquire Now", href: "#footer"},
|
||||
]}
|
||||
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>
|
||||
@@ -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."
|
||||
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"
|
||||
imageAlt="About Balwani Real Estate"
|
||||
@@ -137,34 +100,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
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,
|
||||
title: "Selling Property",
|
||||
description: "Efficient selling services at best market prices.",
|
||||
},
|
||||
title: "Selling Property", description: "Efficient selling services at best market prices."},
|
||||
{
|
||||
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,
|
||||
title: "Commercial Deals",
|
||||
description: "Strategic commercial investments.",
|
||||
},
|
||||
title: "Commercial Deals", description: "Strategic commercial investments."},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Land & Plots",
|
||||
description: "Genuine land deals with clear documentation.",
|
||||
},
|
||||
title: "Land & Plots", description: "Genuine land deals with clear documentation."},
|
||||
{
|
||||
icon: FileText,
|
||||
title: "Consultation",
|
||||
description: "Expert advice on valuation and documentation.",
|
||||
},
|
||||
title: "Consultation", description: "Expert advice on valuation and documentation."},
|
||||
]}
|
||||
title="Our Premium Services"
|
||||
description="Comprehensive real estate solutions tailored to your needs."
|
||||
@@ -179,47 +130,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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"
|
||||
description="Explore our curated list of premium properties available in Nagpur."
|
||||
@@ -233,59 +154,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
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: "1", 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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg",
|
||||
},
|
||||
id: "2", 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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-showing-new-apartment-his-surprised-happy-girlfriend_74855-10258.jpg",
|
||||
},
|
||||
id: "3", 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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg",
|
||||
},
|
||||
id: "4", 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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
||||
},
|
||||
id: "5", 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={[
|
||||
{
|
||||
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"
|
||||
description="Rated 4.7/5 from 111+ satisfied clients."
|
||||
@@ -296,18 +186,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
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."
|
||||
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>
|
||||
@@ -317,50 +202,31 @@ export default function LandingPage() {
|
||||
logoText="Balwani Real Estate"
|
||||
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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user