Update src/app/page.tsx

This commit is contained in:
2026-02-27 08:40:21 +00:00
parent 7fabe8fe48
commit f6bf09f340

View File

@@ -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"