From efc70c7a40eb58d10fd35a98b5e489f79188ec75 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 20:00:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ee5cb3..8a526ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,22 +165,16 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Merch", name: "Classic Logo Tee", price: "$29", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-vector/musical-creative-design-poster-with-quote-music-we-trust-label-design-t-shirts_1284-49231.jpg"}, + reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777579232655-9ln049id.png"}, { id: "p2", brand: "Music", name: "Limited Vinyl", price: "$45", rating: 5, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/vinyl-background-with-spilling-liquid_23-2148167154.jpg"}, + reviewCount: "89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777579232656-uet0zilz.png"}, { id: "p3", brand: "Merch", name: "Vendetta Hoodie", price: "$65", rating: 4, - reviewCount: "205", imageSrc: "http://img.b2bpic.net/free-vector/rock-music-festival-poster_1284-21443.jpg"}, + reviewCount: "205", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777579232656-3um1iozw.png"}, { id: "p4", brand: "Merch", name: "Wristband Pack", price: "$15", rating: 5, - reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198380.jpg"}, - { - id: "p5", brand: "Music", name: "Signature Picks", price: "$10", rating: 5, - reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-psd/isolated-opened-font-view-white-black-tshirt_1409-3391.jpg"}, - { - id: "p6", brand: "Merch", name: "Logo Snapback", price: "$35", rating: 4, - reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-retro-vinyl-disk-near-multicolored-wallperson-hol_23-2148289136.jpg"}, + reviewCount: "50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777579232656-31k9ioda.jpg"}, ]} title="Exclusive Vendetta Gear" description="Wear the flame. Support the rebellion with our latest merchandise." @@ -301,4 +295,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1