From 6727201f90a81175bd5583f37030a0385de81b69 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 12:01:48 +0000 Subject: [PATCH] Update src/app/properties/[id]/page.tsx --- src/app/properties/[id]/page.tsx | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/src/app/properties/[id]/page.tsx b/src/app/properties/[id]/page.tsx index 72b0f23..0705268 100644 --- a/src/app/properties/[id]/page.tsx +++ b/src/app/properties/[id]/page.tsx @@ -8,11 +8,24 @@ export default function PropertyDetailPage() { const { id } = useParams(); return ( - - + +

Property Detail: {id}

Detailed specifications, pricing, and high-resolution media for the property would be displayed here.