diff --git a/src/app/page.tsx b/src/app/page.tsx
index 75a330a..68b4021 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
@@ -51,32 +45,15 @@ export default function LandingPage() {
@@ -117,41 +88,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Gothic Box Logo Tee",
- price: "$55",
- imageSrc: "http://img.b2bpic.net/free-photo/fruits-near-shorts_23-2147750735.jpg",
- },
+ id: "p1", name: "Gothic Box Logo Tee", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/fruits-near-shorts_23-2147750735.jpg"},
{
- id: "p2",
- name: "Oversized Heavyweight Hoodie",
- price: "$120",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trucker-hat_23-2149432349.jpg",
- },
+ id: "p2", name: "Oversized Heavyweight Hoodie", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trucker-hat_23-2149432349.jpg"},
{
- id: "p3",
- name: "Technical Cargo Shorts",
- price: "$85",
- imageSrc: "http://img.b2bpic.net/free-photo/full-length-outdoor-portrait-shapely-graceful-dark-haired-girl-wearing-military-jacket-black-sneakers_197531-4561.jpg",
- },
+ id: "p3", name: "Technical Cargo Shorts", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/full-length-outdoor-portrait-shapely-graceful-dark-haired-girl-wearing-military-jacket-black-sneakers_197531-4561.jpg"},
{
- id: "p4",
- name: "Gothic Box Logo Tee - White",
- price: "$55",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sitting-chair_23-2149652005.jpg",
- },
+ id: "p4", name: "Gothic Box Logo Tee - White", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sitting-chair_23-2149652005.jpg"},
{
- id: "p5",
- name: "Oversized Hoodie - Ash",
- price: "$120",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-front-graffiti-wall_23-2147827459.jpg",
- },
+ id: "p5", name: "Oversized Hoodie - Ash", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-front-graffiti-wall_23-2147827459.jpg"},
{
- id: "p6",
- name: "Classic Cargo",
- price: "$85",
- imageSrc: "http://img.b2bpic.net/free-photo/lowangle-shot-handsome-stylish-spanish-man-posing-wall-background_181624-57127.jpg",
- },
+ id: "p6", name: "Classic Cargo", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/lowangle-shot-handsome-stylish-spanish-man-posing-wall-background_181624-57127.jpg"},
]}
title="Latest Drops"
description="Essential garments for the modern underground."
@@ -166,45 +113,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Model 01",
- role: "Featured",
- company: "LOST ASH",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-afro-dreadlocks-posing-while-out-city_23-2149442521.jpg",
- },
+ id: "1", name: "Model 01", role: "Featured", company: "LOST ASH", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-afro-dreadlocks-posing-while-out-city_23-2149442521.jpg"},
{
- id: "2",
- name: "Model 02",
- role: "Featured",
- company: "LOST ASH",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-metal-structure_23-2149371472.jpg",
- },
+ id: "2", name: "Model 02", role: "Featured", company: "LOST ASH", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-metal-structure_23-2149371472.jpg"},
{
- id: "3",
- name: "Model 03",
- role: "Featured",
- company: "LOST ASH",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-artist-performing-street-ballet_23-2148436413.jpg",
- },
+ id: "3", name: "Model 03", role: "Featured", company: "LOST ASH", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/man-artist-performing-street-ballet_23-2148436413.jpg"},
{
- id: "4",
- name: "Model 04",
- role: "Featured",
- company: "LOST ASH",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/friends-preparing-go-run-night-city_23-2149285676.jpg",
- },
+ id: "4", name: "Model 04", role: "Featured", company: "LOST ASH", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/friends-preparing-go-run-night-city_23-2149285676.jpg"},
{
- id: "5",
- name: "Model 05",
- role: "Featured",
- company: "LOST ASH",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-man-model-gray-coat-jacket-tie-red-hat-with-mobile-phone-hands_627829-2833.jpg",
- },
+ id: "5", name: "Model 05", role: "Featured", company: "LOST ASH", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-man-model-gray-coat-jacket-tie-red-hat-with-mobile-phone-hands_627829-2833.jpg"},
]}
title="Lookbook"
description="Documentation from the streets."
@@ -216,14 +138,7 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={false}
names={[
- "Hypebeast",
- "Highsnobiety",
- "Complex",
- "Vogue",
- "GQ",
- "i-D",
- "Fader",
- ]}
+ "Hypebeast", "Highsnobiety", "Complex", "Vogue", "GQ", "i-D", "Fader"]}
title="Seen In"
description="Where culture meets the pavement."
/>
@@ -235,20 +150,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q1",
- title: "Shipping info",
- content: "Orders ship within 3 business days.",
- },
+ id: "q1", title: "Shipping info", content: "Orders ship within 3 business days."},
{
- id: "q2",
- title: "Returns policy",
- content: "14-day returns in original condition.",
- },
+ id: "q2", title: "Returns policy", content: "14-day returns in original condition."},
{
- id: "q3",
- title: "Collaborations",
- content: "Direct all inquiries via email.",
- },
+ id: "q3", title: "Collaborations", content: "Direct all inquiries via email."},
]}
title="General Inquiries"
faqsAnimation="blur-reveal"
@@ -263,16 +169,10 @@ export default function LandingPage() {
description="Sign up for early access to drops."
inputs={[
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
+ name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
- name: "name",
- type: "text",
- placeholder: "Name",
- required: true,
+ name: "name", type: "text", placeholder: "Name", required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/dark-underground-area-with-two-people-walking-down-stairs_181624-6256.jpg"
@@ -284,29 +184,19 @@ export default function LandingPage() {