From 0b609010e962836f9a101df7b11b77262829a0b4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 06:44:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 157 +++++++++-------------------------------------- 1 file changed, 30 insertions(+), 127 deletions(-) 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"}, ], }, ]} -- 2.49.1