From b7bf5b6e14b00225a3e5f018b31ba7e781886e4f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 08:16:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2978480..2bc5f01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,13 +74,13 @@ export default function SchoonPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "SCHOON Minimal Hoodie", price: "Rp150,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-gray-background_89887-993.jpg", imageAlt: "SCHOON Minimal Hoodie", initialQuantity: 1, + id: "1", name: "SCHOON Minimal Hoodie", price: "Rp150,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-gray-background_89887-993.jpg?_wi=1", imageAlt: "SCHOON Minimal Hoodie", initialQuantity: 1, }, { - id: "2", name: "Classic Crew Neck T-Shirt", price: "Rp75,000", imageSrc: "http://img.b2bpic.net/free-photo/from-teenager-listening-music_23-2147777306.jpg", imageAlt: "Classic Crew Neck T-Shirt", initialQuantity: 1, + id: "2", name: "Classic Crew Neck T-Shirt", price: "Rp75,000", imageSrc: "http://img.b2bpic.net/free-photo/from-teenager-listening-music_23-2147777306.jpg?_wi=1", imageAlt: "Classic Crew Neck T-Shirt", initialQuantity: 1, }, { - id: "3", name: "Urban Cargo Pants", price: "Rp200,000", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-top-view_23-2150264134.jpg", imageAlt: "Urban Cargo Pants", initialQuantity: 1, + id: "3", name: "Urban Cargo Pants", price: "Rp200,000", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-top-view_23-2150264134.jpg?_wi=1", imageAlt: "Urban Cargo Pants", initialQuantity: 1, }, ]} /> @@ -122,9 +122,9 @@ export default function SchoonPage() { title: "Comfortable Materials", description: "Premium quality fabrics designed for everyday comfort and durability.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-gray-background_89887-993.jpg", imageAlt: "Premium hoodie material"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-gray-background_89887-993.jpg?_wi=2", imageAlt: "Premium hoodie material"}, { - imageSrc: "http://img.b2bpic.net/free-photo/from-teenager-listening-music_23-2147777306.jpg", imageAlt: "Quality t-shirt fabric"}, + imageSrc: "http://img.b2bpic.net/free-photo/from-teenager-listening-music_23-2147777306.jpg?_wi=2", imageAlt: "Quality t-shirt fabric"}, ], }, ]} @@ -144,13 +144,13 @@ export default function SchoonPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "4", name: "SCHOON Minimal Hoodie - Black", price: "Rp150,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-gray-background_89887-993.jpg", imageAlt: "SCHOON Minimal Hoodie in Black", initialQuantity: 1, + id: "4", name: "SCHOON Minimal Hoodie - Black", price: "Rp150,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-gray-background_89887-993.jpg?_wi=3", imageAlt: "SCHOON Minimal Hoodie in Black", initialQuantity: 1, }, { - id: "5", name: "Classic Crew Neck T-Shirt - White", price: "Rp75,000", imageSrc: "http://img.b2bpic.net/free-photo/from-teenager-listening-music_23-2147777306.jpg", imageAlt: "Classic Crew Neck T-Shirt in White", initialQuantity: 1, + id: "5", name: "Classic Crew Neck T-Shirt - White", price: "Rp75,000", imageSrc: "http://img.b2bpic.net/free-photo/from-teenager-listening-music_23-2147777306.jpg?_wi=3", imageAlt: "Classic Crew Neck T-Shirt in White", initialQuantity: 1, }, { - id: "6", name: "Urban Cargo Pants - Olive", price: "Rp200,000", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-top-view_23-2150264134.jpg", imageAlt: "Urban Cargo Pants in Olive", initialQuantity: 1, + id: "6", name: "Urban Cargo Pants - Olive", price: "Rp200,000", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-top-view_23-2150264134.jpg?_wi=2", imageAlt: "Urban Cargo Pants in Olive", initialQuantity: 1, }, ]} /> -- 2.49.1