diff --git a/src/components/About.tsx b/src/components/About.tsx
index 7622c8b..034e6d6 100644
--- a/src/components/About.tsx
+++ b/src/components/About.tsx
@@ -49,7 +49,7 @@ export default function About() {
@@ -604,93 +690,7 @@ export default function PropertyDetailClient({ property }: { property: Property
{/* Property Header */}
-
-
-
-
-
-
-
-
{property.title}
-
-
-
- {property.status}
-
-
-
-
-
-
-
-
-
- {property.location}
-
-
-
-
-
-
-
-
Starting from
-
-
-
- {property.price}
-
-
-
-
-
-
-
-
-
- {/* Quick Stats */}
-
-
-
-
-
-
{property.overview.bhk}
-
-
Configuration
-
-
-
-
-
-
{property.overview.size}
-
-
Area
-
-
-
-
-
-
{property.overview.possession}
-
-
Possession
-
-
-
-
-
-
{property.overview.totalUnits}
-
-
Total Units
-
-
-
-
-
-
@@ -2724,20 +2724,20 @@ export default function PropertyDetailClient({ property }: { property: Property
>
-
+
{isCompared ? 'Added to Compare' : 'Add to Compare'}
diff --git a/src/components/PropertyNav.tsx b/src/components/PropertyNav.tsx
index 95525fd..0bb3737 100644
--- a/src/components/PropertyNav.tsx
+++ b/src/components/PropertyNav.tsx
@@ -44,7 +44,8 @@ export default function PropertyNav({ sections }: PropertyNavProps) {
};
return (
-
+
+