Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-02 07:26:05 +00:00

View File

@@ -88,9 +88,9 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Stussy World Tour Hoodie", price: "$145", imageSrc: "https://images.unsplash.com/photo-1556821840-3a63f95609a7?q=80&w=600", imageAlt: "Stussy Hoodie"},
id: "p1", name: "Stussy World Tour Hoodie", price: "$145", imageSrc: "https://images.unsplash.com/photo-1556821840-3a63f95609a7?q=80&w=600&_wi=1", imageAlt: "Stussy Hoodie"},
{
id: "p2", name: "Sp5der Pink Web Hoodie", price: "$280", imageSrc: "https://images.unsplash.com/photo-1556821840-3a63f95609a7?q=80&w=600", imageAlt: "Sp5der Hoodie"},
id: "p2", name: "Sp5der Pink Web Hoodie", price: "$280", imageSrc: "https://images.unsplash.com/photo-1556821840-3a63f95609a7?q=80&w=600&_wi=2", imageAlt: "Sp5der Hoodie"},
{
id: "p3", name: "Denim Tears Cotton Wreath Jean", price: "$350", imageSrc: "https://images.unsplash.com/photo-1542272604-787c3835535d?q=80&w=600", imageAlt: "Denim Tears Jean"},
]}