diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3ffeb5d..535117a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
@@ -49,65 +43,42 @@ export default function LandingPage() {
@@ -117,12 +88,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Curated vintage.",
- "No fast fashion.",
- "Every piece is one-of-one.",
- "Sustainably sourced.",
- "Trusted by 1000+ lovers",
- ]}
+ "Curated vintage.", "No fast fashion.", "Every piece is one-of-one.", "Sustainably sourced.", "Trusted by 1000+ lovers"]}
title="Built on Values"
description="We are rethinking vintage."
/>
@@ -136,41 +102,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Vintage Washed Carhartt Hoodie",
- price: "$120",
- imageSrc: "http://img.b2bpic.net/free-photo/view-hipster-male-man-looking-camera_197531-33424.jpg",
- },
+ id: "1", name: "Vintage Washed Carhartt Hoodie", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/view-hipster-male-man-looking-camera_197531-33424.jpg"},
{
- id: "2",
- name: "Distressed Denim Jacket",
- price: "$180",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-autumn-clothes_23-2149071329.jpg",
- },
+ id: "2", name: "Distressed Denim Jacket", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-autumn-clothes_23-2149071329.jpg"},
{
- id: "3",
- name: "90s Graphic Band Tee",
- price: "$65",
- imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176758.jpg?_wi=1",
- },
+ id: "3", name: "90s Graphic Band Tee", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176758.jpg"},
{
- id: "4",
- name: "Plaid Earth-Tone Flannel",
- price: "$85",
- imageSrc: "http://img.b2bpic.net/free-photo/fashionable-long-legs-brunette-model-long-black-cloak-posed-outdoor-winter-day-against-old-grunge-wall_627829-14032.jpg",
- },
+ id: "4", name: "Plaid Earth-Tone Flannel", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-long-legs-brunette-model-long-black-cloak-posed-outdoor-winter-day-against-old-grunge-wall_627829-14032.jpg"},
{
- id: "5",
- name: "Heavy Canvas Utility Bag",
- price: "$45",
- imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176758.jpg?_wi=2",
- },
+ id: "5", name: "Heavy Canvas Utility Bag", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176758.jpg"},
{
- id: "6",
- name: "Faded Black Worker Jacket",
- price: "$140",
- imageSrc: "http://img.b2bpic.net/free-photo/mid-section-mechanic-with-wrench-tool-his-pocket_1170-1317.jpg",
- },
+ id: "6", name: "Faded Black Worker Jacket", price: "$140", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-mechanic-with-wrench-tool-his-pocket_1170-1317.jpg"},
]}
title="Featured Drop"
description="Limited pieces, hand-selected."
@@ -183,11 +125,8 @@ export default function LandingPage() {
title="The Everthread Philosophy"
buttons={[
{
- text: "Our Mission",
- href: "#",
- },
+ text: "Our Mission", href: "#"},
]}
- description="Everthread Vintage was built on the idea that great style doesn’t expire. We source timeless, high-quality vintage pieces so you can stand out without following trends. Every item has a history; we're just helping it write the next chapter."
/>
@@ -197,9 +136,7 @@ export default function LandingPage() {
title="Don't miss the next drop."
buttons={[
{
- text: "Shop Now",
- href: "#products",
- },
+ text: "Shop Now", href: "#products"},
]}
/>
@@ -208,8 +145,7 @@ export default function LandingPage() {