Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user