diff --git a/src/app/page.tsx b/src/app/page.tsx
index 214d73a..531c654 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,42 +30,32 @@ export default function LandingPage() {
@@ -74,8 +64,7 @@ export default function LandingPage() {
@@ -203,14 +138,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "VOGUE",
- "HYPEBEAST",
- "GQ MIDDLE EAST",
- "ESSENTIALS",
- "DAZED",
- "HIGHSNOBIETY",
- "COMPLEX",
- ]}
+ "VOGUE", "HYPEBEAST", "GQ MIDDLE EAST", "ESSENTIALS", "DAZED", "HIGHSNOBIETY", "COMPLEX"]}
title="Global Presence"
description="Recognized by industry leaders in culture and fashion."
/>
@@ -223,20 +151,12 @@ export default function LandingPage() {
description="Drop us a line for inquiries, partnerships, or drops."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Name",
- },
+ name: "name", type: "text", placeholder: "Name"},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- },
+ name: "email", type: "email", placeholder: "Email Address"},
]}
textarea={{
- name: "message",
- placeholder: "Your message here...",
- }}
+ name: "message", placeholder: "Your message here..."}}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiLAONsSB6fEED9ccJMOSw4aOw/uploaded-1778759884460-5e0oxooi.png"
/>
@@ -246,42 +166,27 @@ export default function LandingPage() {
logoText="ADAPA"
columns={[
{
- title: "Store",
- items: [
+ title: "Store", items: [
{
- label: "Shop All",
- href: "#products",
- },
+ label: "Shop All", href: "#products"},
{
- label: "Lookbook",
- href: "#lookbook",
- },
+ label: "Lookbook", href: "#lookbook"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Shipping",
- href: "#",
- },
+ label: "Shipping", href: "#"},
{
- label: "Returns",
- href: "#",
- },
+ label: "Returns", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}