Update src/app/page.tsx

This commit is contained in:
2026-03-12 13:47:02 +00:00
parent 9c71a63daa
commit 8035f2f5e5

View File

@@ -73,13 +73,13 @@ export default function HomePage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-man-with-electric-scooter_23-2149356776.jpg", imageAlt: "Urban streetwear model wearing black jacket"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-man-with-electric-scooter_23-2149356776.jpg?_wi=1", imageAlt: "Urban streetwear model wearing black jacket"},
{
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-sale-template-flyer_23-2149201123.jpg", imageAlt: "Casual apparel collection flat lay"},
{
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-sitting-bench-central-part-old-city_1153-5758.jpg", imageAlt: "Model wearing premium hoodie and jeans"},
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-sitting-bench-central-part-old-city_1153-5758.jpg?_wi=1", imageAlt: "Model wearing premium hoodie and jeans"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-stylish-blond-smiling-woman-straw-red-hat-blouse-summer-fashion-outfit-with-smile-sensual_285396-8365.jpg", imageAlt: "Streetwear accessories and caps"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-stylish-blond-smiling-woman-straw-red-hat-blouse-summer-fashion-outfit-with-smile-sensual_285396-8365.jpg?_wi=1", imageAlt: "Streetwear accessories and caps"},
{
imageSrc: "http://img.b2bpic.net/free-photo/neighborhood-lifestyle-friends_23-2149746741.jpg", imageAlt: "Dynamic street style photography"},
]}
@@ -101,17 +101,17 @@ export default function HomePage() {
tagIcon={TrendingUp}
products={[
{
id: "1", name: "Classic Black Hoodie", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-with-hoodie-indoors_23-2149359859.jpg", imageAlt: "Classic black oversized hoodie"},
id: "1", name: "Classic Black Hoodie", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-with-hoodie-indoors_23-2149359859.jpg?_wi=1", imageAlt: "Classic black oversized hoodie"},
{
id: "2", name: "Vintage Denim Jacket", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-wearing-denim-jacket_23-2148859621.jpg", imageAlt: "Vintage style denim jacket"},
id: "2", name: "Vintage Denim Jacket", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-wearing-denim-jacket_23-2148859621.jpg?_wi=1", imageAlt: "Vintage style denim jacket"},
{
id: "3", name: "Cargo Pants - Khaki", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trucker-hat_23-2149432334.jpg", imageAlt: "Multi-pocket cargo pants in khaki"},
id: "3", name: "Cargo Pants - Khaki", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trucker-hat_23-2149432334.jpg?_wi=1", imageAlt: "Multi-pocket cargo pants in khaki"},
{
id: "4", name: "Oversized T-Shirt", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/teenager-boy-stylish-clothes-posing_23-2149085228.jpg", imageAlt: "Oversized premium cotton t-shirt"},
id: "4", name: "Oversized T-Shirt", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/teenager-boy-stylish-clothes-posing_23-2149085228.jpg?_wi=1", imageAlt: "Oversized premium cotton t-shirt"},
{
id: "5", name: "Leather Baseball Cap", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-charming-woman-red-beret-with-red-lips-sitting-outdoor-terrace_291650-520.jpg", imageAlt: "Premium leather baseball cap"},
id: "5", name: "Leather Baseball Cap", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-charming-woman-red-beret-with-red-lips-sitting-outdoor-terrace_291650-520.jpg?_wi=1", imageAlt: "Premium leather baseball cap"},
{
id: "6", name: "Track Pants - Forest", price: "$69.99", imageSrc: "http://img.b2bpic.net/free-photo/two-female-athlete-stretching-her-leg-steps_23-2147905354.jpg", imageAlt: "Comfortable track pants forest green"},
id: "6", name: "Track Pants - Forest", price: "$69.99", imageSrc: "http://img.b2bpic.net/free-photo/two-female-athlete-stretching-her-leg-steps_23-2147905354.jpg?_wi=1", imageAlt: "Comfortable track pants forest green"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"