Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 16:41:02 +00:00

View File

@@ -75,10 +75,10 @@ export default function LandingPage() {
tagIcon={Trophy}
tagAnimation="slide-up"
products={[
{ id: "1", name: "Classic Court White", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/white-canvas-sneakers-women-s-shoes-apparel-shoot_53876-119751.jpg", imageAlt: "Classic white leather court sneaker" },
{ id: "1", name: "Classic Court White", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/white-canvas-sneakers-women-s-shoes-apparel-shoot_53876-119751.jpg?_wi=1", imageAlt: "Classic white leather court sneaker" },
{ id: "2", name: "Ultra Performance Black", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-training-outdoors_23-2150405504.jpg", imageAlt: "High-performance black athletic shoe" },
{ id: "3", name: "Vibrant City Runner", price: "$119.99", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-wearing-total-denim-outfit_23-2150105182.jpg", imageAlt: "Colorful contemporary lifestyle sneaker" },
{ id: "4", name: "Green Earth Step", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005658.jpg", imageAlt: "Sustainable eco-friendly green sneaker" },
{ id: "4", name: "Green Earth Step", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005658.jpg?_wi=1", imageAlt: "Sustainable eco-friendly green sneaker" },
{ id: "5", name: "Elite Basketball Pro", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-court-side-view_23-2148393883.jpg", imageAlt: "Professional basketball performance shoe" }
]}
gridVariant="three-columns-all-equal-width"
@@ -122,13 +122,13 @@ export default function LandingPage() {
id: "2", title: "Exclusive Collections", descriptions: [
"Access limited-edition releases and collaboration sneakers before anyone else.", "Member-only drops and early access to new brands.", "Curated collections updated seasonally."
],
imageSrc: "http://img.b2bpic.net/free-photo/white-canvas-sneakers-women-s-shoes-apparel-shoot_53876-119751.jpg", imageAlt: "Exclusive shoe collection showcase"
imageSrc: "http://img.b2bpic.net/free-photo/white-canvas-sneakers-women-s-shoes-apparel-shoot_53876-119751.jpg?_wi=2", imageAlt: "Exclusive shoe collection showcase"
},
{
id: "3", title: "Sustainability Commitment", descriptions: [
"We partner exclusively with brands committed to ethical manufacturing.", "Eco-friendly packaging and a shoe recycling program.", "Carbon-neutral shipping on all orders."
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005658.jpg", imageAlt: "Sustainable green footwear"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005658.jpg?_wi=2", imageAlt: "Sustainable green footwear"
}
]}
gridVariant="three-columns-all-equal-width"