diff --git a/src/app/page.tsx b/src/app/page.tsx index 0858c40..996e0ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,47 +48,26 @@ export default function LandingPage() {
@@ -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() { @@ -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"}, ], }, ]}