diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bada30..9dfef7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,13 +49,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991547.jpg", imageAlt: "Premium leather shoes display elegant" + imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991547.jpg", imageAlt: "Premium leather shoes showcase" }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-say-no-fast-fashion_23-2149669601.jpg", imageAlt: "luxury shoes professional product photography" + imageSrc: "http://img.b2bpic.net/free-photo/still-life-say-no-fast-fashion_23-2149669601.jpg", imageAlt: "Luxury footwear display" }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-brown-leather-shoes-men-brown-background-photo-studio-style-ai-generative_123827-23444.jpg", imageAlt: "elegant shoes luxury fashion photography" + imageSrc: "http://img.b2bpic.net/free-photo/elegant-brown-leather-shoes-men-brown-background-photo-studio-style-ai-generative_123827-23444.jpg", imageAlt: "Elegant shoe collection" } ]} autoplayDelay={4000}