From ba13b51ea8f60d93ade2e05f8782ed4506178ba2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:32:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4eae783..1e3f129 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,13 +102,16 @@ export default function HomePage() { products={[ { id: "1", brand: "UNREST", name: "Baggy Jeans", price: "R599", rating: 5, - reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg?_wi=1", imageAlt: "Oversized baggy jeans with artistic prints"}, + reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg?_wi=1", imageAlt: "Oversized baggy jeans with artistic prints" + }, { id: "2", brand: "UNREST", name: "Long Sleeve Shirt", price: "R399", rating: 5, - reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-vector/simple-symmetrical-design-black-background_1040-1214.jpg", imageAlt: "Premium long sleeve shirt with detailed graphics"}, + reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-vector/simple-symmetrical-design-black-background_1040-1214.jpg", imageAlt: "Premium long sleeve shirt with detailed graphics" + }, { id: "3", brand: "UNREST", name: "T-Shirt Premium", price: "R299", rating: 5, - reviewCount: "176", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=1", imageAlt: "Artistic print t-shirt classic cut"}, + reviewCount: "176", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=1", imageAlt: "Artistic print t-shirt classic cut" + }, ]} /> @@ -121,7 +124,8 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Urban Fashion Week", "Street Culture Magazine", "Fashion Forward Collective", "Independent Style Collective", "Art & Fashion Union", "Creative Movement", "Urban Collective", "Style Rebels"]} + "Urban Fashion Week", "Street Culture Magazine", "Fashion Forward Collective", "Independent Style Collective", "Art & Fashion Union", "Creative Movement", "Urban Collective", "Style Rebels" + ]} speed={50} showCard={true} /> @@ -144,17 +148,17 @@ export default function HomePage() {