From 26b297a6bae29e7cf7eeaab28ae4bc92aa6ace5b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 10:32:23 +0000 Subject: [PATCH] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 56 ++++++++----------------------------- 1 file changed, 12 insertions(+), 44 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 5931a9a..8fb38bd 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -45,48 +45,20 @@ export default function PropertiesPage() { useInvertedBackground="invertDefault" products={[ { - id: "prop-001", - brand: "Prestige Realty", - name: "Oceanfront Modern Estate", - price: "$8,500,000", - rating: 5, - reviewCount: "12", - imageSrc: "https://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg", - imageAlt: "Oceanfront modern estate with panoramic sea views", - onProductClick: () => window.open('#', '_blank') + id: "prop-001", brand: "Prestige Realty", name: "Oceanfront Modern Estate", price: "$8,500,000", rating: 5, + reviewCount: "12", imageSrc: "https://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg", imageAlt: "Oceanfront modern estate with panoramic sea views", onProductClick: () => window.open('#', '_blank') }, { - id: "prop-002", - brand: "Prestige Realty", - name: "Historic Downtown Penthouse", - price: "$6,200,000", - rating: 5, - reviewCount: "18", - imageSrc: "https://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912527.jpg", - imageAlt: "Historic downtown penthouse with city skyline views", - onProductClick: () => window.open('#', '_blank') + id: "prop-002", brand: "Prestige Realty", name: "Historic Downtown Penthouse", price: "$6,200,000", rating: 5, + reviewCount: "18", imageSrc: "https://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912527.jpg", imageAlt: "Historic downtown penthouse with city skyline views", onProductClick: () => window.open('#', '_blank') }, { - id: "prop-003", - brand: "Prestige Realty", - name: "Hillside Villa with Vineyards", - price: "$7,400,000", - rating: 5, - reviewCount: "14", - imageSrc: "https://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694041.jpg", - imageAlt: "Hillside villa surrounded by private vineyards", - onProductClick: () => window.open('#', '_blank') + id: "prop-003", brand: "Prestige Realty", name: "Hillside Villa with Vineyards", price: "$7,400,000", rating: 5, + reviewCount: "14", imageSrc: "https://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694041.jpg", imageAlt: "Hillside villa surrounded by private vineyards", onProductClick: () => window.open('#', '_blank') }, { - id: "prop-004", - brand: "Prestige Realty", - name: "Contemporary Lake House", - price: "$5,900,000", - rating: 5, - reviewCount: "11", - imageSrc: "https://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912524.jpg", - imageAlt: "Contemporary architecture overlooking pristine lake", - onProductClick: () => window.open('#', '_blank') + id: "prop-004", brand: "Prestige Realty", name: "Contemporary Lake House", price: "$5,900,000", rating: 5, + reviewCount: "11", imageSrc: "https://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912524.jpg", imageAlt: "Contemporary architecture overlooking pristine lake", onProductClick: () => window.open('#', '_blank') } ]} gridVariant="bento-grid" @@ -117,8 +89,7 @@ export default function PropertiesPage() { copyrightText="© 2025 Prestige Realty. All rights reserved. Luxury real estate excellence." columns={[ { - title: "Properties", - items: [ + title: "Properties", items: [ { label: "Featured Listings", href: "/properties" }, { label: "Coming Soon", href: "#" }, { label: "Sold Properties", href: "#" }, @@ -126,8 +97,7 @@ export default function PropertiesPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Market Insights", href: "#" }, @@ -135,8 +105,7 @@ export default function PropertiesPage() { ] }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Property Sales", href: "#" }, { label: "Acquisitions", href: "#" }, { label: "Valuations", href: "#" }, @@ -144,8 +113,7 @@ export default function PropertiesPage() { ] }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Schedule Tour", href: "/contact" }, { label: "Contact Form", href: "/contact" }, { label: "Support", href: "#" },