From 4ee6a0f02f9c68bdfc818e42d8bbfdc64a6bd4ad Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 10:35:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' /> -- 2.49.1