diff --git a/src/app/page.tsx b/src/app/page.tsx index 633c656..5452b3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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' />