From 369c7a0ac80e5d3e28d70a8add4a6bca34ae9179 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Mon, 13 Apr 2026 23:31:32 +0530 Subject: [PATCH] fix: update hero headline text and adjust section layout constraints for consistent height --- src/components/home/HeroSection.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/home/HeroSection.tsx b/src/components/home/HeroSection.tsx index 849c5d2..022a3c3 100644 --- a/src/components/home/HeroSection.tsx +++ b/src/components/home/HeroSection.tsx @@ -8,7 +8,7 @@ import { profileSectionsService } from '@/services/profile-sections.service'; import type { HeroContent } from '@/types/cms'; const defaultHeroContent: HeroContent = { - headline: '\u201cDiscover verified, top-rated real estate professionals to guide your buying, selling, or investing journey.\u201d', + headline: 'Discover verified, top-rated real estate professionals to guide your buying, selling, or investing journey.', description: '', ctaButtonText: 'See All', helperText: '', @@ -110,7 +110,7 @@ export function HeroSection({ content }: { content?: HeroContent }) { }; return ( -
+
{/* Background Image */}
-
+
{/* Headline */}