From e5235ad3385ffc29b7e000ff688699192e6270ae Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 08:02:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58f4faf..adc6794 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,14 +64,14 @@ export default function LandingPage() { imageAlt="HOF Coral - Developer and Creator" mediaAnimation="blur-reveal" marqueeItems={[ - { type: "text", text: "React", icon: Code }, - { type: "text", text: "Node.js", icon: Server }, - { type: "text", text: "TypeScript", icon: Code }, - { type: "text", text: "AWS", icon: Cloud }, - { type: "text", text: "PostgreSQL", icon: Database }, - { type: "text", text: "Docker", icon: Package }, - { type: "text", text: "GraphQL", icon: Zap }, - { type: "text", text: "Next.js", icon: Code } + { type: "text", text: "React" }, + { type: "text", text: "Node.js" }, + { type: "text", text: "TypeScript" }, + { type: "text", text: "AWS" }, + { type: "text", text: "PostgreSQL" }, + { type: "text", text: "Docker" }, + { type: "text", text: "GraphQL" }, + { type: "text", text: "Next.js" } ]} marqueeSpeed={30} showMarqueeCard={true} -- 2.49.1