Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function SchoonPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -45,7 +45,7 @@ export default function SchoonPage() {
|
||||
<HeroBillboard
|
||||
title="SCHOON – Clean Streetwear Culture"
|
||||
description="Simple, clean, and modern streetwear for everyday lifestyle. Express your confidence through minimalist fashion."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="New Collection"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="blur-reveal"
|
||||
@@ -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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", imageAlt: "Premium hoodie material"},
|
||||
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/from-teenager-listening-music_23-2147777306.jpg?_wi=2", imageAlt: "Quality t-shirt fabric"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-teenager-listening-music_23-2147777306.jpg", 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?_wi=3", 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", 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?_wi=3", 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", 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?_wi=2", 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", imageAlt: "Urban Cargo Pants in Olive", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -169,23 +169,17 @@ export default function SchoonPage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Alex Johnson", handle: "@alexjohn", testimonial: "SCHOON hoodie is my go-to piece. Clean design, perfect fit, and super comfortable for everyday wear.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-model-sexy-stylish-man-dressed-white-shirt-jeans-fashion-hipster-male-posing-near-blue-wall-studio-isolated_158538-23418.jpg", imageAlt: "Alex Johnson"},
|
||||
id: "1", name: "Alex Johnson", handle: "@alexjohn", testimonial: "SCHOON hoodie is my go-to piece. Clean design, perfect fit, and super comfortable for everyday wear.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-model-sexy-stylish-man-dressed-white-shirt-jeans-fashion-hipster-male-posing-near-blue-wall-studio-isolated_158538-23418.jpg", imageAlt: "Alex Johnson"},
|
||||
{
|
||||
id: "2", name: "Maya Patel", handle: "@mayapatel", testimonial: "The minimalist aesthetic of SCHOON perfectly matches my style. Quality is amazing for the price!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gold-gilded-sweater-black-pants-standing-straight-smiling-looking-happy_176474-55868.jpg", imageAlt: "Maya Patel"},
|
||||
id: "2", name: "Maya Patel", handle: "@mayapatel", testimonial: "The minimalist aesthetic of SCHOON perfectly matches my style. Quality is amazing for the price!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gold-gilded-sweater-black-pants-standing-straight-smiling-looking-happy_176474-55868.jpg", imageAlt: "Maya Patel"},
|
||||
{
|
||||
id: "3", name: "Jordan Lee", handle: "@jordanlee", testimonial: "Finally found a streetwear brand that understands clean design. SCHOON is pure quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg", imageAlt: "Jordan Lee"},
|
||||
id: "3", name: "Jordan Lee", handle: "@jordanlee", testimonial: "Finally found a streetwear brand that understands clean design. SCHOON is pure quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg", imageAlt: "Jordan Lee"},
|
||||
{
|
||||
id: "4", name: "Sam Rivera", handle: "@samrivera", testimonial: "Every piece from SCHOON is versatile and timeless. Worth every peso!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-grey-suit-white-shirt_23-2147562346.jpg", imageAlt: "Sam Rivera"},
|
||||
id: "4", name: "Sam Rivera", handle: "@samrivera", testimonial: "Every piece from SCHOON is versatile and timeless. Worth every peso!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-grey-suit-white-shirt_23-2147562346.jpg", imageAlt: "Sam Rivera"},
|
||||
{
|
||||
id: "5", name: "Casey Kim", handle: "@caseykim", testimonial: "SCHOON cargo pants are my favorite. Comfortable, stylish, and perfect for everyday.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/angry-afro-american-male-having-displeased-look-standing-crossed-hands-against-white-wall_273609-14100.jpg", imageAlt: "Casey Kim"},
|
||||
id: "5", name: "Casey Kim", handle: "@caseykim", testimonial: "SCHOON cargo pants are my favorite. Comfortable, stylish, and perfect for everyday.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/angry-afro-american-male-having-displeased-look-standing-crossed-hands-against-white-wall_273609-14100.jpg", imageAlt: "Casey Kim"},
|
||||
{
|
||||
id: "6", name: "Taylor White", handle: "@taylorwhite", testimonial: "The minimalist approach is what got me. SCHOON is exactly what modern streetwear should be.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-doubtful-gloomy-man-looking-left-sighing-uncertain-standing-white-background_1258-125874.jpg", imageAlt: "Taylor White"},
|
||||
id: "6", name: "Taylor White", handle: "@taylorwhite", testimonial: "The minimalist approach is what got me. SCHOON is exactly what modern streetwear should be.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-doubtful-gloomy-man-looking-left-sighing-uncertain-standing-white-background_1258-125874.jpg", imageAlt: "Taylor White"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -221,8 +215,7 @@ export default function SchoonPage() {
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us what you think about SCHOON...", rows: 5,
|
||||
required: true,
|
||||
name: "message", placeholder: "Tell us what you think about SCHOON...", rows: 5, required: true,
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user