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() {