From 21ba5723c6defee2ec2f26f1961f554b76e35766 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:24:17 +0000 Subject: [PATCH] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 82 ++++++++----------------------------- 1 file changed, 18 insertions(+), 64 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 1f9bdab..253389a 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -46,36 +46,20 @@ export default function PropertiesPage() { tagIcon={Building2} features={[ { - title: "Luxury 4BHK in Model Town", - description: - "Prime location with 2500 sqft, modern amenities, spacious balcony with city views. Move-in ready.", - imageSrc: "http://img.b2bpic.net/free-photo/spacious-room-with-big-window_1203-1490.jpg?_wi=2", - imageAlt: "modern apartment luxury flat delhi property premium apartment", - button: { text: "View Details", href: "#" }, + title: "Luxury 4BHK in Model Town", description: + "Prime location with 2500 sqft, modern amenities, spacious balcony with city views. Move-in ready.", imageSrc: "http://img.b2bpic.net/free-photo/spacious-room-with-big-window_1203-1490.jpg", imageAlt: "modern apartment luxury flat delhi property premium apartment", button: { text: "View Details", href: "#" }, }, { - title: "Premium Villa in Pitampura", - description: - "Architectural masterpiece on 1-acre plot. 6 bedrooms, private garden, smart home automation.", - imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-dome-luxury-royal-hotel-bodrum-turkey_627829-7208.jpg?_wi=2", - imageAlt: "modern villa luxury building apartment complex real estate", - button: { text: "View Details", href: "#" }, + title: "Premium Villa in Pitampura", description: + "Architectural masterpiece on 1-acre plot. 6 bedrooms, private garden, smart home automation.", imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-dome-luxury-royal-hotel-bodrum-turkey_627829-7208.jpg", imageAlt: "modern villa luxury building apartment complex real estate", button: { text: "View Details", href: "#" }, }, { - title: "Builder Floor in Civil Lines", - description: - "Newly constructed, 3500 sqft, premium finishing, corner plot location. Investment ready.", - imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg?_wi=2", - imageAlt: "residential building modern house property exterior luxury home", - button: { text: "View Details", href: "#" }, + title: "Builder Floor in Civil Lines", description: + "Newly constructed, 3500 sqft, premium finishing, corner plot location. Investment ready.", imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg", imageAlt: "residential building modern house property exterior luxury home", button: { text: "View Details", href: "#" }, }, { - title: "High-End Apartment in Rohini", - description: - "Spacious 3BHK with modern design, gated community amenities, near metro station. Perfect location.", - imageSrc: "http://img.b2bpic.net/free-photo/balcony-resorts-nesebar-town-bulgaria_627829-7549.jpg", - imageAlt: "apartment exterior residential building modern facade luxury complex", - button: { text: "View Details", href: "#" }, + title: "High-End Apartment in Rohini", description: + "Spacious 3BHK with modern design, gated community amenities, near metro station. Perfect location.", imageSrc: "http://img.b2bpic.net/free-photo/balcony-resorts-nesebar-town-bulgaria_627829-7549.jpg", imageAlt: "apartment exterior residential building modern facade luxury complex", button: { text: "View Details", href: "#" }, }, ]} textboxLayout="default" @@ -93,23 +77,13 @@ export default function PropertiesPage() { tagIcon={Trophy} metrics={[ { - id: "1", - value: "250+", - title: "Active Listings", - items: ["Across all price ranges", "Prime locations only"], + id: "1", value: "250+", title: "Active Listings", items: ["Across all price ranges", "Prime locations only"], }, { - id: "2", - value: "₹50L-₹5Cr", - title: "Property Value Range", - items: ["Budget to luxury options", "Flexible financing available"], + id: "2", value: "₹50L-₹5Cr", title: "Property Value Range", items: ["Budget to luxury options", "Flexible financing available"], }, { - id: "3", - value: "98%", - title: "Occupancy Rate", - description: "Rental properties sold or leased within 30 days", - items: ["Fast turnaround", "High demand"], + id: "3", value: "98%", title: "Occupancy Rate", items: ["Fast turnaround", "High demand"], }, ]} textboxLayout="default" @@ -126,23 +100,11 @@ export default function PropertiesPage() { tagIcon={Building2} features={[ { - title: "Villa Interior", - description: "Luxury living room with premium finishes and modern design elements.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", - imageAlt: "luxury villa interior modern living room premium design luxury home", - }, + title: "Villa Interior", description: "Luxury living room with premium finishes and modern design elements.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", imageAlt: "luxury villa interior modern living room premium design luxury home"}, { - title: "Modern Kitchen", - description: "State-of-the-art kitchen with premium appliances and contemporary design.", - imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg", - imageAlt: "luxury kitchen modern kitchen design premium appliances high-end interior", - }, + title: "Modern Kitchen", description: "State-of-the-art kitchen with premium appliances and contemporary design.", imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg", imageAlt: "luxury kitchen modern kitchen design premium appliances high-end interior"}, { - title: "Bedroom Suite", - description: "Master bedroom with luxurious furnishings and ambient lighting design.", - imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683429.jpg", - imageAlt: "luxury interior design modern bedroom premium decoration high-end design", - }, + title: "Bedroom Suite", description: "Master bedroom with luxurious furnishings and ambient lighting design.", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683429.jpg", imageAlt: "luxury interior design modern bedroom premium decoration high-end design"}, ]} textboxLayout="default" animationType="blur-reveal" @@ -158,24 +120,16 @@ export default function PropertiesPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/karmarealest ate", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/karmarealest ate", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/karmarealest ate", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/karmarealest ate", ariaLabel: "Instagram"}, { icon: Linkedin, - href: "https://linkedin.com/company/karmarealest ate", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/karmarealest ate", ariaLabel: "LinkedIn"}, { icon: Twitter, - href: "https://twitter.com/karmarealest ate", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/karmarealest ate", ariaLabel: "Twitter"}, ]} /> -- 2.49.1