From f6bf09f3404f68da8bd7c78aeebd3d2383c33041 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 08:40:21 +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 4711124..ea795cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function SitePage() { imageSrc="http://img.b2bpic.net/free-photo/portrait-half-naked-healthy-sportsman-starting-run_171337-9443.jpg" imageAlt="Professional portrait of athlete in uniform with academic achievements displayed" mediaAnimation="slide-up" - marqueeItems={[{text:"National Championship Participant",icon:Award},{text:"Dean's List Recipient",icon:BookOpen},{text:"Team Captain",icon:Users}]} + marqueeItems={[{type: 'text-icon', text:"National Championship Participant",icon:Award},{type: 'text-icon', text:"Dean's List Recipient",icon:BookOpen},{type: 'text-icon', text:"Team Captain",icon:Users}]} marqueeSpeed={40} showMarqueeCard={true} ariaLabel="Hero section highlighting athletic and academic excellence" -- 2.49.1