From f7bf1d71f674a97be75214752726f8425517f1ad Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 06:35:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4791253..b114949 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,12 +49,12 @@ export default function LandingPage() { text: "Start Config", href: "#configurator"}, ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag-long-legs-shopping_285396-489.jpg", imageAlt: "futuristic sneaker design studio" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag-long-legs-shopping_285396-489.jpg", imageAlt: "futuristic sneaker design studio" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag-long-legs-shopping_285396-489.jpg", imageAlt: "futuristic sneaker design studio" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag-long-legs-shopping_285396-489.jpg", imageAlt: "futuristic sneaker design studio" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag-long-legs-shopping_285396-489.jpg", imageAlt: "futuristic sneaker design studio" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag-long-legs-shopping_285396-489.jpg", imageAlt: "futuristic sneaker design studio" } + { imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag-long-legs-shopping_285396-489.jpg?_wi=1", imageAlt: "futuristic sneaker design studio" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag-long-legs-shopping_285396-489.jpg?_wi=2", imageAlt: "futuristic sneaker design studio" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag-long-legs-shopping_285396-489.jpg?_wi=3", imageAlt: "futuristic sneaker design studio" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag-long-legs-shopping_285396-489.jpg?_wi=4", imageAlt: "futuristic sneaker design studio" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag-long-legs-shopping_285396-489.jpg?_wi=5", imageAlt: "futuristic sneaker design studio" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag-long-legs-shopping_285396-489.jpg?_wi=6", imageAlt: "futuristic sneaker design studio" } ]} /> -- 2.49.1