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"