diff --git a/src/app/page.tsx b/src/app/page.tsx index 8906f94..8cb5148 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,42 +46,21 @@ export default function LandingPage() {
@@ -233,20 +152,12 @@ export default function LandingPage() { description="Have a project in mind? Reach out and let's build something great together." inputs={[ { - name: "name", - type: "text", - placeholder: "Name", - }, + name: "name", type: "text", placeholder: "Name"}, { - name: "email", - type: "email", - placeholder: "Email", - }, + name: "email", type: "email", placeholder: "Email"}, ]} textarea={{ - name: "message", - placeholder: "Your message here", - required: true, + name: "message", placeholder: "Your message here", required: true, }} imageSrc="http://img.b2bpic.net/free-photo/person-disinfecting-dangerous-area-while-wearing-protective-suit_23-2148848572.jpg" /> @@ -258,25 +169,17 @@ export default function LandingPage() { { items: [ { - label: "GitHub", - href: "https://github.com", - }, + label: "GitHub", href: "https://github.com"}, { - label: "LinkedIn", - href: "https://linkedin.com", - }, + label: "LinkedIn", href: "https://linkedin.com"}, ], }, { items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]}