Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-02 20:10:24 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -115,13 +115,13 @@ export default function HomePage() {
description="Explore our core essentials, crafted for everyday wear."
products={[
{
id: "hoodie-grey", name: "Heavyweight Hoodie — Heather Grey", price: "€149", imageSrc: "http://img.b2bpic.net/free-photo/man-carrying-laptop-lake_23-2148573104.jpg", imageAlt: "ARCT Heavyweight Hoodie in Heather Grey"},
id: "hoodie-grey", name: "Heavyweight Hoodie — Heather Grey", price: "€149", imageSrc: "http://img.b2bpic.net/free-photo/man-carrying-laptop-lake_23-2148573104.jpg?_wi=1", imageAlt: "ARCT Heavyweight Hoodie in Heather Grey"},
{
id: "hoodie-navy", name: "Heavyweight Hoodie — Deep Navy", price: "€149", imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg", imageAlt: "ARCT Heavyweight Hoodie in Deep Navy"},
id: "hoodie-navy", name: "Heavyweight Hoodie — Deep Navy", price: "€149", imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg?_wi=1", imageAlt: "ARCT Heavyweight Hoodie in Deep Navy"},
{
id: "sweatpants-grey", name: "Heavyweight Sweatpants — Heather Grey", price: "€129", imageSrc: "http://img.b2bpic.net/free-photo/full-view-male-man-street-look-camera_197531-33432.jpg", imageAlt: "ARCT Heavyweight Sweatpants in Heather Grey"},
id: "sweatpants-grey", name: "Heavyweight Sweatpants — Heather Grey", price: "€129", imageSrc: "http://img.b2bpic.net/free-photo/full-view-male-man-street-look-camera_197531-33432.jpg?_wi=1", imageAlt: "ARCT Heavyweight Sweatpants in Heather Grey"},
{
id: "sweatpants-navy", name: "Heavyweight Sweatpants — Deep Navy", price: "€129", imageSrc: "http://img.b2bpic.net/free-photo/man-casual-outfits-going-up-stairs_114579-11469.jpg", imageAlt: "ARCT Heavyweight Sweatpants in Deep Navy"},
id: "sweatpants-navy", name: "Heavyweight Sweatpants — Deep Navy", price: "€129", imageSrc: "http://img.b2bpic.net/free-photo/man-casual-outfits-going-up-stairs_114579-11469.jpg?_wi=1", imageAlt: "ARCT Heavyweight Sweatpants in Deep Navy"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"

View File

@@ -86,15 +86,15 @@ export default function ShopPage() {
description="Our complete range of heavyweight hoodies, sweatpants, and coordinated sets."
products={[
{
id: "hoodie-grey", name: "Heavyweight Hoodie — Heather Grey", price: "€149", imageSrc: "http://img.b2bpic.net/free-photo/man-carrying-laptop-lake_23-2148573104.jpg", imageAlt: "ARCT Heavyweight Hoodie in Heather Grey"},
id: "hoodie-grey", name: "Heavyweight Hoodie — Heather Grey", price: "€149", imageSrc: "http://img.b2bpic.net/free-photo/man-carrying-laptop-lake_23-2148573104.jpg?_wi=2", imageAlt: "ARCT Heavyweight Hoodie in Heather Grey"},
{
id: "hoodie-navy", name: "Heavyweight Hoodie — Deep Navy", price: "€149", imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg", imageAlt: "ARCT Heavyweight Hoodie in Deep Navy"},
id: "hoodie-navy", name: "Heavyweight Hoodie — Deep Navy", price: "€149", imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg?_wi=2", imageAlt: "ARCT Heavyweight Hoodie in Deep Navy"},
{
id: "hoodie-brown", name: "Heavyweight Hoodie — Warm Brown", price: "€149", imageSrc: "http://img.b2bpic.net/free-photo/young-person-wearing-hoodie-mockup_23-2149246150.jpg", imageAlt: "ARCT Heavyweight Hoodie in Warm Brown"},
{
id: "sweatpants-grey", name: "Heavyweight Sweatpants — Heather Grey", price: "€129", imageSrc: "http://img.b2bpic.net/free-photo/full-view-male-man-street-look-camera_197531-33432.jpg", imageAlt: "ARCT Heavyweight Sweatpants in Heather Grey"},
id: "sweatpants-grey", name: "Heavyweight Sweatpants — Heather Grey", price: "€129", imageSrc: "http://img.b2bpic.net/free-photo/full-view-male-man-street-look-camera_197531-33432.jpg?_wi=2", imageAlt: "ARCT Heavyweight Sweatpants in Heather Grey"},
{
id: "sweatpants-navy", name: "Heavyweight Sweatpants — Deep Navy", price: "€129", imageSrc: "http://img.b2bpic.net/free-photo/man-casual-outfits-going-up-stairs_114579-11469.jpg", imageAlt: "ARCT Heavyweight Sweatpants in Deep Navy"},
id: "sweatpants-navy", name: "Heavyweight Sweatpants — Deep Navy", price: "€129", imageSrc: "http://img.b2bpic.net/free-photo/man-casual-outfits-going-up-stairs_114579-11469.jpg?_wi=2", imageAlt: "ARCT Heavyweight Sweatpants in Deep Navy"},
{
id: "sweatpants-brown", name: "Heavyweight Sweatpants — Warm Brown", price: "€129", imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-sportive-curly-haired-woman-activewear-carries-karemat-being-good-physical-shape-leads-healthy-lifestyle-poses-outdoors_273609-55464.jpg", imageAlt: "ARCT Heavyweight Sweatpants in Warm Brown"},
]}