refactor: update HeroSection ctaButtonText to See All

This commit is contained in:
pradeepkumar
2026-04-11 22:14:14 +05:30
parent 38e327c27f
commit c607818bd6

View File

@@ -10,7 +10,7 @@ import type { HeroContent } from '@/types/cms';
const defaultHeroContent: HeroContent = { const defaultHeroContent: HeroContent = {
headline: '\u201cDiscover verified, top-rated real estate professionals to guide your buying, selling, or investing journey.\u201d', 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', 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.', helperText: 'Connect with trusted local agents to explore homes, compare options, and make smarter decisions.',
}; };