Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-04-07 13:15:07 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -113,35 +113,35 @@ export default function LandingPage() {
name: "Classic Tan Loafer",
price: "$89",
variant: "Men",
imageSrc: "http://img.b2bpic.net/free-photo/couple-walking-wooden-planks_1153-869.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-walking-wooden-planks_1153-869.jpg?_wi=1",
},
{
id: "2",
name: "Elite Runner V2",
price: "$120",
variant: "Sports",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-portrait-outdoor_624325-1810.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-portrait-outdoor_624325-1810.jpg?_wi=1",
},
{
id: "3",
name: "Kids School Elite",
price: "$55",
variant: "Kids",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneakers_1203-7527.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneakers_1203-7527.jpg?_wi=1",
},
{
id: "4",
name: "Comfort Plush Slipper",
price: "$29",
variant: "Slippers",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-with-beauty-products_1157-31109.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-with-beauty-products_1157-31109.jpg?_wi=1",
},
{
id: "5",
name: "Apex Gym Pro",
price: "$145",
variant: "Sports",
imageSrc: "http://img.b2bpic.net/free-photo/woman-running-starting-line-side-view_23-2149731262.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-running-starting-line-side-view_23-2149731262.jpg?_wi=1",
},
]}
title="Featured Products"
@@ -218,7 +218,7 @@ export default function LandingPage() {
tags: [
"Premium",
],
imageSrc: "http://img.b2bpic.net/free-photo/couple-walking-wooden-planks_1153-869.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-walking-wooden-planks_1153-869.jpg?_wi=2",
},
{
id: "f2",
@@ -228,7 +228,7 @@ export default function LandingPage() {
tags: [
"Comfort",
],
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-portrait-outdoor_624325-1810.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-portrait-outdoor_624325-1810.jpg?_wi=2",
},
{
id: "f3",
@@ -238,7 +238,7 @@ export default function LandingPage() {
tags: [
"Service",
],
imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneakers_1203-7527.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneakers_1203-7527.jpg?_wi=2",
},
{
id: "f4",
@@ -248,7 +248,7 @@ export default function LandingPage() {
tags: [
"Family",
],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-with-beauty-products_1157-31109.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-with-beauty-products_1157-31109.jpg?_wi=2",
},
{
id: "f5",
@@ -258,7 +258,7 @@ export default function LandingPage() {
tags: [
"Eco",
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-running-starting-line-side-view_23-2149731262.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-running-starting-line-side-view_23-2149731262.jpg?_wi=2",
},
]}
/>

View File

@@ -55,14 +55,14 @@ export default function LandingPage() {
name: "Sneaker",
price: "$80",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-walking-wooden-planks_1153-869.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-walking-wooden-planks_1153-869.jpg?_wi=3",
},
{
id: "2",
name: "Runner",
price: "$120",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-portrait-outdoor_624325-1810.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-portrait-outdoor_624325-1810.jpg?_wi=3",
},
]}
/>