diff --git a/src/app/page.tsx b/src/app/page.tsx index ca54a89..ab5fa12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,9 +61,9 @@ export default function Page() { imageAlt="Group of diverse runners in motion" mediaAnimation="slide-up" marqueeItems={[ - { type: "text", text: "Weekly Trail Runs", icon: MapPin }, - { type: "text", text: "Monthly Marathon Training", icon: TrendingUp }, - { type: "text", text: "Community Challenges", icon: Award } + { type: "text", text: "Weekly Trail Runs" }, + { type: "text", text: "Monthly Marathon Training" }, + { type: "text", text: "Community Challenges" } ]} marqueeSpeed={40} showMarqueeCard={true}