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() {
Sky and Soil Logo setIsSidebarOpen(true)} > - - + + +
diff --git a/src/components/PropertyDetailClient.tsx b/src/components/PropertyDetailClient.tsx index 438dd36..a5cb7ff 100644 --- a/src/components/PropertyDetailClient.tsx +++ b/src/components/PropertyDetailClient.tsx @@ -82,7 +82,7 @@ const sections = [ { id: "locality", label: "Locality" }, - { id: "faq", label: "FAQ" }, + { id: "faq", label: "FAQ's" }, ]; @@ -594,7 +594,93 @@ export default function PropertyDetailClient({ property }: { property: Property +
+
+ +
+ +
+ +

{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
+ +
+ +
+ +
@@ -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 ( -
+
+