Update src/app/properties/page.tsx

This commit is contained in:
2026-02-12 10:32:23 +00:00
parent 7240f2ed4e
commit 26b297a6ba

View File

@@ -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: "#" },