Update src/app/page.tsx

This commit is contained in:
2026-03-10 05:08:43 +00:00
parent 57288d7833
commit 92ea922b8d

View File

@@ -71,20 +71,20 @@ export default function LandingPage() {
description="Browse our best-selling merchandise collection featuring premium quality items perfect for gifting or personal use."
tag="Top Sellers"
tagIcon={Star}
tagAnimation="fade"
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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Branded Cap"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"