diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 56bbdb3..3f9739a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -87,7 +87,7 @@ export default function AboutPage() { tag="About SHOEMOB" tagIcon={Shield} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg?_wi=2" imageAlt="SHOEMOB luxury store" useInvertedBackground={false} buttons={[{ text: "Explore Collection", href: "/shop" }]} diff --git a/src/app/page.tsx b/src/app/page.tsx index fcab90c..498b9bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,28 +128,28 @@ export default function HomePage() { id: "1", name: "Elite Streetwear Sneaker", price: "₹15,999", - imageSrc: "http://img.b2bpic.net/free-photo/white-canvas-sneakers-unisex-footwear-fashion_53876-106038.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-canvas-sneakers-unisex-footwear-fashion_53876-106038.jpg?_wi=1", imageAlt: "Elite Streetwear Sneaker", }, { id: "2", name: "Premium Leather Oxford", price: "₹22,499", - imageSrc: "http://img.b2bpic.net/free-photo/groom-s-shoes-isolated_1303-12947.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/groom-s-shoes-isolated_1303-12947.jpg?_wi=1", imageAlt: "Premium Leather Oxford", }, { id: "3", name: "Luxury Phone Case Pro", price: "₹4,999", - imageSrc: "http://img.b2bpic.net/free-photo/black-brown-holster-with-tail-smartphone_140725-7199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-brown-holster-with-tail-smartphone_140725-7199.jpg?_wi=1", imageAlt: "Luxury Phone Case Pro", }, { id: "4", name: "Elite Wireless Earbuds", price: "₹8,999", - imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074267.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074267.jpg?_wi=1", imageAlt: "Elite Wireless Earbuds", }, ]} @@ -164,7 +164,7 @@ export default function HomePage() { tag="About SHOEMOB" tagIcon={Shield} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg?_wi=1" imageAlt="SHOEMOB luxury store" useInvertedBackground={false} buttons={[{ text: "Explore Collection", href: "/shop" }]} @@ -184,25 +184,25 @@ export default function HomePage() { { id: "1", name: "Arjun Kumar", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Arjun Kumar", }, { id: "2", name: "Priya Sharma", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Priya Sharma", }, { id: "3", name: "Rajesh Patel", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Rajesh Patel", }, { id: "4", name: "Ananya Desai", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Ananya Desai", }, ]} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 55a2057..1f30257 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -96,28 +96,28 @@ export default function ShopPage() { id: "1", name: "Elite Streetwear Sneaker", price: "₹15,999", - imageSrc: "http://img.b2bpic.net/free-photo/white-canvas-sneakers-unisex-footwear-fashion_53876-106038.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-canvas-sneakers-unisex-footwear-fashion_53876-106038.jpg?_wi=2", imageAlt: "Elite Streetwear Sneaker", }, { id: "2", name: "Premium Leather Oxford", price: "₹22,499", - imageSrc: "http://img.b2bpic.net/free-photo/groom-s-shoes-isolated_1303-12947.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/groom-s-shoes-isolated_1303-12947.jpg?_wi=2", imageAlt: "Premium Leather Oxford", }, { id: "3", name: "Luxury Phone Case Pro", price: "₹4,999", - imageSrc: "http://img.b2bpic.net/free-photo/black-brown-holster-with-tail-smartphone_140725-7199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-brown-holster-with-tail-smartphone_140725-7199.jpg?_wi=2", imageAlt: "Luxury Phone Case Pro", }, { id: "4", name: "Elite Wireless Earbuds", price: "₹8,999", - imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074267.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074267.jpg?_wi=2", imageAlt: "Elite Wireless Earbuds", }, ]}