diff --git a/src/app/page.tsx b/src/app/page.tsx
index 74d869a..7a086bc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -57,62 +47,39 @@ export default function LandingPage() {
@@ -122,8 +89,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="REAL TASTE, REAL CULTURE."
description={[
- "A modern studio shaping a new era of luxury street culture, crafted with intention.",
- ]}
+ "A modern studio shaping a new era of luxury street culture, crafted with intention."]}
/>
@@ -135,26 +101,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Heavyweight Tee",
- price: "$95",
- variant: "Black",
- imageSrc: "http://img.b2bpic.net/free-photo/blank-grey-t-shirt-accurately-folded-rustic-wooden-table-top-view_346278-920.jpg",
- },
+ id: "p1", name: "Heavyweight Tee", price: "$95", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/blank-grey-t-shirt-accurately-folded-rustic-wooden-table-top-view_346278-920.jpg"},
{
- id: "p2",
- name: "Winter Beanie",
- price: "$60",
- variant: "Sand",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-winter-hat_23-2148306404.jpg",
- },
+ id: "p2", name: "Winter Beanie", price: "$60", variant: "Sand", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-winter-hat_23-2148306404.jpg"},
{
- id: "p3",
- name: "Texture Pants",
- price: "$180",
- variant: "Forest",
- imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-holding-her-hands-her-pockets_23-2148286449.jpg",
- },
+ id: "p3", name: "Texture Pants", price: "$180", variant: "Forest", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-holding-her-hands-her-pockets_23-2148286449.jpg"},
]}
title="Featured Essentials"
description="Timeless designs, globally standards."
@@ -171,19 +122,13 @@ export default function LandingPage() {
features={[
{
icon: Diamond,
- title: "Artisanal",
- description: "Hand-stitched details",
- },
+ title: "Artisanal", description: "Hand-stitched details"},
{
icon: Wind,
- title: "Minimal",
- description: "Clean silhouette",
- },
+ title: "Minimal", description: "Clean silhouette"},
{
icon: Globe,
- title: "Global",
- description: "Ethically sourced",
- },
+ title: "Global", description: "Ethically sourced"},
]}
/>
@@ -195,12 +140,7 @@ export default function LandingPage() {
title="Trusted by"
description="Featured in leading cultural outlets"
names={[
- "VOGUE",
- "HYPEBEAST",
- "GQ",
- "Dazed",
- "Nowness",
- ]}
+ "VOGUE", "HYPEBEAST", "GQ", "Dazed", "Nowness"]}
/>
@@ -208,40 +148,35 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file