Update src/app/page.tsx

This commit is contained in:
2026-03-10 05:09:32 +00:00
parent 92ea922b8d
commit 03f1c0e378

View File

@@ -74,17 +74,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Classic Logo Tee", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-hipster-modelunshaven-african-man-dressed-white-summer-tshirt-jeans-fashion-male-with-dreadlocks-hairstyle-posing-street-background_158538-20869.jpg", imageAlt: "Classic Logo Tee"},
id: "1", name: "Classic Logo Tee", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-hipster-modelunshaven-african-man-dressed-white-summer-tshirt-jeans-fashion-male-with-dreadlocks-hairstyle-posing-street-background_158538-20869.jpg?_wi=1", imageAlt: "Classic Logo Tee"},
{
id: "2", name: "Premium Hoodie", price: "$54.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cozy-texture-clothing_23-2149432474.jpg", imageAlt: "Premium Hoodie"},
id: "2", name: "Premium Hoodie", price: "$54.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cozy-texture-clothing_23-2149432474.jpg?_wi=1", imageAlt: "Premium Hoodie"},
{
id: "3", name: "Branded Cap", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176704.jpg", imageAlt: "Branded Cap"},
id: "3", name: "Branded Cap", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176704.jpg?_wi=1", imageAlt: "Branded Cap"},
{
id: "4", name: "Classic Logo Tee", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-hipster-modelunshaven-african-man-dressed-white-summer-tshirt-jeans-fashion-male-with-dreadlocks-hairstyle-posing-street-background_158538-20869.jpg", imageAlt: "Classic Logo Tee"},
id: "4", name: "Classic Logo Tee", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-hipster-modelunshaven-african-man-dressed-white-summer-tshirt-jeans-fashion-male-with-dreadlocks-hairstyle-posing-street-background_158538-20869.jpg?_wi=2", imageAlt: "Classic Logo Tee"},
{
id: "5", name: "Premium Hoodie", price: "$54.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cozy-texture-clothing_23-2149432474.jpg", imageAlt: "Premium Hoodie"},
id: "5", name: "Premium Hoodie", price: "$54.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cozy-texture-clothing_23-2149432474.jpg?_wi=2", imageAlt: "Premium Hoodie"},
{
id: "6", name: "Branded Cap", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176704.jpg", imageAlt: "Branded Cap"},
id: "6", name: "Branded Cap", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176704.jpg?_wi=2", imageAlt: "Branded Cap"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"