From 46fb03b392eba3d42c7b8d013a21e01c8d5678ab Mon Sep 17 00:00:00 2001 From: akash Date: Tue, 17 Feb 2026 11:20:32 +0530 Subject: [PATCH] reposnive text are updated --- src/components/ContactCTA.tsx | 2 +- src/components/Lifestyle.tsx | 2 +- src/components/PropertyCard.tsx | 42 ++++++++++++++++----------------- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/components/ContactCTA.tsx b/src/components/ContactCTA.tsx index 9d144f0..cf0b858 100644 --- a/src/components/ContactCTA.tsx +++ b/src/components/ContactCTA.tsx @@ -116,7 +116,7 @@ export default function ContactCTA() { }, [alert.show]); return ( -
+
diff --git a/src/components/PropertyCard.tsx b/src/components/PropertyCard.tsx index 996d44c..60d6bfb 100644 --- a/src/components/PropertyCard.tsx +++ b/src/components/PropertyCard.tsx @@ -73,7 +73,7 @@ export default function PropertyCard({ property }: PropertyCardProps) { href={`/residential-real-estate/${property.slug}`} className="group block bg-white dark:bg-gray-900 rounded-2xl overflow-hidden border border-gray-100 dark:border-gray-800 hover:border-gray-200 dark:hover:border-gray-700 shadow-sm hover:shadow-xl transition-all duration-300" > -
+
{`Property +
{/* Content Section */} -
-

+
+

{property.title}

-
- +
+ - {property.location} + {property.location}
-
-
-
{property.price}
-
{property.overview.size}
+
+
+
{property.price}
+
{property.overview.size}
-
-
{property.overview.bhk}
-
Possession: {property.overview.possession}
+
+
{property.overview.bhk}
+
Poss: {property.overview.possession.split(' ').pop()}