Merge version_1 into main #1
@@ -70,10 +70,10 @@ export default function SneakerLabLanding() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Urban Pro Running Shoe", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/man-sportswear-running-park_1301-6420.jpg", imageAlt: "Urban Pro Running Shoe", initialQuantity: 1,
|
||||
id: "1", name: "Urban Pro Running Shoe", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/man-sportswear-running-park_1301-6420.jpg?_wi=1", imageAlt: "Urban Pro Running Shoe", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2", name: "Classic Street Sneaker", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/denim-sneakers-street-style_53876-15369.jpg", imageAlt: "Classic Street Sneaker", initialQuantity: 1,
|
||||
id: "2", name: "Classic Street Sneaker", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/denim-sneakers-street-style_53876-15369.jpg?_wi=1", imageAlt: "Classic Street Sneaker", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3", name: "Premium Black Edition", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-guy-dressed-black-jacket-jeans-holds-smartphone-sitting-steps-against-old-building-europe_613910-18098.jpg", imageAlt: "Premium Black Edition", initialQuantity: 1,
|
||||
@@ -103,7 +103,7 @@ export default function SneakerLabLanding() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shoe-sole_1194-2248.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shoe-sole_1194-2248.jpg?_wi=1"
|
||||
imageAlt="Our commitment to quality"
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="opacity"
|
||||
@@ -128,16 +128,16 @@ export default function SneakerLabLanding() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Design & Innovation", description: "Our creative team designs each sneaker with both aesthetics and function in mind.", imageSrc: "http://img.b2bpic.net/free-photo/shoe-sole_1194-2248.jpg"},
|
||||
title: "Design & Innovation", description: "Our creative team designs each sneaker with both aesthetics and function in mind.", imageSrc: "http://img.b2bpic.net/free-photo/shoe-sole_1194-2248.jpg?_wi=2"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Quality Testing", description: "Every pair undergoes rigorous testing to ensure it meets our strict standards.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-manual-worker-typing-shoelace-construction-site_637285-8190.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Fast Shipping", description: "We ship worldwide with tracking. Most orders arrive within 5-7 business days.", imageSrc: "http://img.b2bpic.net/free-photo/man-sportswear-running-park_1301-6420.jpg"},
|
||||
title: "Fast Shipping", description: "We ship worldwide with tracking. Most orders arrive within 5-7 business days.", imageSrc: "http://img.b2bpic.net/free-photo/man-sportswear-running-park_1301-6420.jpg?_wi=2"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Easy Returns", description: "Not satisfied? Return within 30 days for a full refund. No questions asked.", imageSrc: "http://img.b2bpic.net/free-photo/denim-sneakers-street-style_53876-15369.jpg"},
|
||||
title: "Easy Returns", description: "Not satisfied? Return within 30 days for a full refund. No questions asked.", imageSrc: "http://img.b2bpic.net/free-photo/denim-sneakers-street-style_53876-15369.jpg?_wi=2"},
|
||||
]}
|
||||
title="How We Deliver Excellence"
|
||||
description="A seamless process from design to your doorstep."
|
||||
|
||||
Reference in New Issue
Block a user