Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-02-20 08:02:24 +00:00

View File

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