diff --git a/src/app/page.tsx b/src/app/page.tsx
index c9d2dc3..6d18f91 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,12 +29,9 @@ export default function LandingPage() {
@@ -42,55 +39,30 @@ export default function LandingPage() {
@@ -101,86 +73,48 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
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: "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: "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: "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: "1", name: "Vintage Washed Carhartt Hoodie", price: "$120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C374B1YD0AKUmGNpzIynXP84Ag/uploaded-1775602334039-leqsugjz.png" },
+ { id: "2", name: "Distressed Denim Jacket", price: "$180", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C374B1YD0AKUmGNpzIynXP84Ag/uploaded-1775602334039-leqsugjz.png" },
+ { id: "3", name: "90s Graphic Band Tee", price: "$65", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C374B1YD0AKUmGNpzIynXP84Ag/uploaded-1775602334039-leqsugjz.png" },
+ { id: "4", name: "Plaid Earth-Tone Flannel", price: "$85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C374B1YD0AKUmGNpzIynXP84Ag/uploaded-1775602334039-leqsugjz.png" },
]}
- title="Featured Drop"
- description="Limited pieces, hand-selected."
+ title="Featured Collection"
+ description="Limited drops. Once they're gone, they're gone forever."
/>