From 4849a0b99e06a4d64d4765d4c043b7275c76d5e0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 00:27:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 183 +++++++++++------------------------------------ 1 file changed, 41 insertions(+), 142 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index adad039..5b86a4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,136 +30,73 @@ export default function LandingPage() {
@@ -237,20 +148,12 @@ export default function LandingPage() { description="Curated selection, guaranteed $120+ value. Select your style and size. Limited quantity available." inputs={[ { - name: "size", - type: "text", - placeholder: "Size (S, M, L, XL)", - }, + name: "size", type: "text", placeholder: "Size (S, M, L, XL)"}, { - name: "style", - type: "text", - placeholder: "Style (Streetwear, Minimal, Vintage)", - }, + name: "style", type: "text", placeholder: "Style (Streetwear, Minimal, Vintage)"}, ]} textarea={{ - name: "notes", - placeholder: "Any specific preferences?", - }} + name: "notes", placeholder: "Any specific preferences?"}} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f208re" buttonText="Secure Box" /> @@ -260,13 +163,9 @@ export default function LandingPage() {