Merge version_2 into main #3
@@ -55,8 +55,10 @@ export default function LandingPage() {
|
||||
<div id="skills" data-section="skills">
|
||||
<FeatureCardTwelve
|
||||
title="Technical Skills"
|
||||
description="My current toolkit"
|
||||
textboxLayout="split-description"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "s1", label: "Frontend", title: "Modern UI", items: ["React", "Next.js", "Tailwind"] },
|
||||
{ id: "s2", label: "Backend", title: "Server Side", items: ["Node.js", "PostgreSQL"] },
|
||||
@@ -71,6 +73,7 @@ export default function LandingPage() {
|
||||
description="Have a project in mind or just want to say hi?"
|
||||
inputs={[{ name: "name", type: "text", placeholder: "Name" }, { name: "email", type: "email", placeholder: "Email" }]}
|
||||
textarea={{ name: "message", placeholder: "Your message" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user