Update src/app/men/page.tsx

This commit is contained in:
2026-03-07 14:24:52 +00:00
parent 2f4dae956b
commit 8f91c1f4d4

View File

@@ -55,32 +55,32 @@ export default function MensPage() {
carouselItems={[
{
id: "carousel-1",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-holding-glasses_23-2149004834.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-holding-glasses_23-2149004834.jpg?_wi=2",
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",
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448773.jpg?_wi=5",
imageAlt: "Premium black graphic tee showcase",
},
{
id: "carousel-3",
imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg?_wi=4",
imageAlt: "White minimalist graphic t-shirt",
},
{
id: "carousel-4",
imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg?_wi=5",
imageAlt: "Bold color graphic tee design",
},
{
id: "carousel-5",
imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg?_wi=5",
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",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hoodie-plate-with-cookies_23-2148528031.jpg?_wi=3",
imageAlt: "Men's collection overview",
},
]}
@@ -106,7 +106,7 @@ export default function MensPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448773.jpg?_wi=6",
imageAlt: "Bold street statement graphic t-shirt",
isFavorited: false,
},
@@ -115,7 +115,7 @@ export default function MensPage() {
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",
imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg?_wi=5",
imageAlt: "Minimal modern design graphic tee",
isFavorited: false,
},
@@ -124,7 +124,7 @@ export default function MensPage() {
name: "Vibrant Artistic Print",
price: "$54.99",
variant: "Multi • 4 Colors",
imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg?_wi=6",
imageAlt: "Vibrant artistic graphic t-shirt",
isFavorited: false,
},
@@ -133,7 +133,7 @@ export default function MensPage() {
name: "Contemporary Design Tee",
price: "$49.99",
variant: "Navy • 6 Colors",
imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg?_wi=6",
imageAlt: "Contemporary design graphic tee",
isFavorited: false,
},
@@ -161,7 +161,7 @@ export default function MensPage() {
handle: "@alexstyle",
testimonial: "Amazing quality and design! The fit is perfect and the graphic print is stunning. Already ordered my second tee!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg?_wi=2",
imageAlt: "Alex Johnson profile",
},
{
@@ -170,7 +170,7 @@ export default function MensPage() {
handle: "@marcusfashion",
testimonial: "Great tees with excellent customer service. The designs stand out and compliments keep coming. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=2",
imageAlt: "Marcus Williams profile",
},
{
@@ -179,7 +179,7 @@ export default function MensPage() {
handle: "@jamesdesign",
testimonial: "Incredible designs and top-notch quality. These tees are perfect for making a statement. Absolutely love it!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-standing-with-closed-posture-putting-hand-face-looking-up-isolated-green-wall_141793-94395.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-standing-with-closed-posture-putting-hand-face-looking-up-isolated-green-wall_141793-94395.jpg?_wi=2",
imageAlt: "James Park profile",
},
]}