diff --git a/src/components/home/HeroSection.tsx b/src/components/home/HeroSection.tsx index 6ae8374..3eda651 100644 --- a/src/components/home/HeroSection.tsx +++ b/src/components/home/HeroSection.tsx @@ -10,7 +10,7 @@ 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', description: 'Discover verified, top-rated real estate professionals', - ctaButtonText: 'See All Agents', + ctaButtonText: 'See All', helperText: 'Connect with trusted local agents to explore homes, compare options, and make smarter decisions.', };