Update src/app/page.tsx

This commit is contained in:
2026-02-20 08:02:19 +00:00
parent 98186dc4ed
commit e5235ad338

View File

@@ -64,14 +64,14 @@ export default function LandingPage() {
imageAlt="HOF Coral - Developer and Creator" imageAlt="HOF Coral - Developer and Creator"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
marqueeItems={[ marqueeItems={[
{ type: "text", text: "React", icon: Code }, { type: "text", text: "React" },
{ type: "text", text: "Node.js", icon: Server }, { type: "text", text: "Node.js" },
{ type: "text", text: "TypeScript", icon: Code }, { type: "text", text: "TypeScript" },
{ type: "text", text: "AWS", icon: Cloud }, { type: "text", text: "AWS" },
{ type: "text", text: "PostgreSQL", icon: Database }, { type: "text", text: "PostgreSQL" },
{ type: "text", text: "Docker", icon: Package }, { type: "text", text: "Docker" },
{ type: "text", text: "GraphQL", icon: Zap }, { type: "text", text: "GraphQL" },
{ type: "text", text: "Next.js", icon: Code } { type: "text", text: "Next.js" }
]} ]}
marqueeSpeed={30} marqueeSpeed={30}
showMarqueeCard={true} showMarqueeCard={true}