Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 12:56:33 +00:00

View File

@@ -98,10 +98,10 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Naruto & Sasuke Action Figures", price: "₹599 - ₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/wooden-toy-soldiers-nutcrackers-shop-window_169016-55052.jpg", imageAlt: "Naruto action figures collection", initialQuantity: 1
id: "1", name: "Naruto & Sasuke Action Figures", price: "₹599 - ₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/wooden-toy-soldiers-nutcrackers-shop-window_169016-55052.jpg?_wi=1", imageAlt: "Naruto action figures collection", initialQuantity: 1
},
{
id: "2", name: "Premium 3D Anime Posters", price: "₹299 - ₹899", imageSrc: "http://img.b2bpic.net/free-vector/abstract-watercolor-shapes-covers_52683-45805.jpg", imageAlt: "3D anime poster collection", initialQuantity: 1
id: "2", name: "Premium 3D Anime Posters", price: "₹299 - ₹899", imageSrc: "http://img.b2bpic.net/free-vector/abstract-watercolor-shapes-covers_52683-45805.jpg?_wi=1", imageAlt: "3D anime poster collection", initialQuantity: 1
},
{
id: "3", name: "Anime Keychain & Accessories", price: "₹99 - ₹499", imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-headband-holding-skipping-ropes-confused-standing-purple-wall_141793-50209.jpg", imageAlt: "Anime accessories and keychains", initialQuantity: 1
@@ -125,10 +125,10 @@ export default function LandingPage() {
title: "Curated Collections", description: "Hand-picked merchandise from popular series like Naruto, One Piece, Demon Slayer, and more. Quality and authenticity guaranteed.", icon: Star,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/wooden-toy-soldiers-nutcrackers-shop-window_169016-55052.jpg", imageAlt: "Action figures showcase"
imageSrc: "http://img.b2bpic.net/free-photo/wooden-toy-soldiers-nutcrackers-shop-window_169016-55052.jpg?_wi=2", imageAlt: "Action figures showcase"
},
{
imageSrc: "http://img.b2bpic.net/free-vector/abstract-watercolor-shapes-covers_52683-45805.jpg", imageAlt: "Poster collection"
imageSrc: "http://img.b2bpic.net/free-vector/abstract-watercolor-shapes-covers_52683-45805.jpg?_wi=2", imageAlt: "Poster collection"
}
]
},