Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-07 08:16:53 +00:00

View File

@@ -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,
},
]}
/>