Merge version_1 into main #7

Merged
bender merged 1 commits from version_1 into main 2026-03-07 14:31:06 +00:00

View File

@@ -65,19 +65,19 @@ export default function HomePage() {
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-holding-glasses_23-2149004834.jpg", imageAlt: "Male model wearing bold graphic t-shirt"
},
{
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448773.jpg", imageAlt: "Premium black graphic tee showcase"
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448773.jpg?_wi=1", imageAlt: "Premium black graphic tee showcase"
},
{
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg", imageAlt: "White minimalist graphic t-shirt"
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg?_wi=1", imageAlt: "White minimalist graphic t-shirt"
},
{
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg", imageAlt: "Bold color graphic tee design"
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg?_wi=1", imageAlt: "Bold color graphic tee design"
},
{
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg", imageAlt: "Contemporary graphic t-shirt art"
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg?_wi=1", imageAlt: "Contemporary graphic t-shirt art"
},
{
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hoodie-plate-with-cookies_23-2148528031.jpg", imageAlt: "Men's collection overview"
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hoodie-plate-with-cookies_23-2148528031.jpg?_wi=1", imageAlt: "Men's collection overview"
},
]}
autoPlay={true}
@@ -99,7 +99,7 @@ export default function HomePage() {
useInvertedBackground={false}
products={[
{
id: "men-collection", name: "Men's Collection", price: "Starting at $29.99", variant: "Graphic Tees", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hoodie-plate-with-cookies_23-2148528031.jpg", imageAlt: "Men's graphic t-shirt collection", isFavorited: false,
id: "men-collection", name: "Men's Collection", price: "Starting at $29.99", variant: "Graphic Tees", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hoodie-plate-with-cookies_23-2148528031.jpg?_wi=2", imageAlt: "Men's graphic t-shirt collection", isFavorited: false,
},
{
id: "women-collection", name: "Women's Collection", price: "Starting at $29.99", variant: "Graphic Tees", imageSrc: "http://img.b2bpic.net/free-photo/natural-pigmented-cloths-laundry-wire-arrangement_23-2148734286.jpg", imageAlt: "Women's graphic t-shirt collection", isFavorited: false,
@@ -123,16 +123,16 @@ export default function HomePage() {
useInvertedBackground={false}
products={[
{
id: "product-001", name: "Bold Street Statement Tee", price: "$49.99", variant: "Black • 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448773.jpg", imageAlt: "Bold street statement graphic t-shirt", isFavorited: false,
id: "product-001", name: "Bold Street Statement Tee", price: "$49.99", variant: "Black • 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448773.jpg?_wi=2", imageAlt: "Bold street statement graphic t-shirt", isFavorited: false,
},
{
id: "product-002", name: "Minimal Modern Tee", price: "$44.99", variant: "White • 3 Colors", imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg", imageAlt: "Minimal modern design graphic tee", isFavorited: false,
id: "product-002", name: "Minimal Modern Tee", price: "$44.99", variant: "White • 3 Colors", imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg?_wi=2", imageAlt: "Minimal modern design graphic tee", isFavorited: false,
},
{
id: "product-003", name: "Vibrant Artistic Print", price: "$54.99", variant: "Multi • 4 Colors", imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg", imageAlt: "Vibrant artistic graphic t-shirt", isFavorited: false,
id: "product-003", name: "Vibrant Artistic Print", price: "$54.99", variant: "Multi • 4 Colors", imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg?_wi=2", imageAlt: "Vibrant artistic graphic t-shirt", isFavorited: false,
},
{
id: "product-004", name: "Contemporary Design Tee", price: "$49.99", variant: "Navy • 6 Colors", imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg", imageAlt: "Contemporary design graphic tee", isFavorited: false,
id: "product-004", name: "Contemporary Design Tee", price: "$49.99", variant: "Navy • 6 Colors", imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg?_wi=2", imageAlt: "Contemporary design graphic tee", isFavorited: false,
},
]}
gridVariant="uniform-all-items-equal"