From 419ccd84c35ee1f0bc393c2364ec112213a7b58e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 20:15:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} -- 2.49.1