Update src/app/page.tsx

This commit is contained in:
2026-02-27 10:35:29 +00:00
parent 6ec6c3e578
commit 4ee6a0f02f

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
imageSrc='http://img.b2bpic.net/free-photo/happy-family-holding-hands-walking-yard_259150-59376.jpg'
imageAlt='Modern family home exterior'
mediaAnimation='slide-up'
marqueeItems={[{icon: CheckCircle, text: '100% Satisfaction Guarantee'}, {icon: Sparkles, text: 'Award-Winning Team'}, {icon: ArrowRight, text: 'Transparent Process'}]}
marqueeItems={[{type: 'text-icon', icon: CheckCircle, text: '100% Satisfaction Guarantee'}, {type: 'text-icon', icon: Sparkles, text: 'Award-Winning Team'}, {type: 'text-icon', icon: ArrowRight, text: 'Transparent Process'}]}
showMarqueeCard={true}
ariaLabel='Hero section showcasing real estate services'
/>