diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index aac4308..6ea69df 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -84,7 +84,7 @@ export default function AboutPage() { { value: "10K+", title: "Happy Customers Worldwide" }, { value: "4", title: "Stunning Color Options" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fabric-textured-background_53876-65594.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fabric-textured-background_53876-65594.jpg?_wi=2" imageAlt="RJ Jeans brand showcase" mediaAnimation="slide-up" useInvertedBackground={false} @@ -102,25 +102,25 @@ export default function AboutPage() { { title: "Premium Cotton Blend", description: "Soft, durable, and breathable fabric that moves with you throughout the day.", - imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1225.jpg?_wi=3", imageAlt: "Premium cotton fabric detail", }, { title: "Perfect Fit Technology", description: "Available in 5 sizes (28-40) for both men and women. Find your perfect fit.", - imageSrc: "http://img.b2bpic.net/free-psd/view-tape-measure_23-2151517728.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/view-tape-measure_23-2151517728.jpg?_wi=3", imageAlt: "Size range display", }, { title: "Timeless Styles", description: "Four stunning colors that never go out of style. Classic and contemporary designs.", - imageSrc: "http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-38.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-38.jpg?_wi=3", imageAlt: "Color collection showcase", }, { title: "Sustainable Fashion", description: "Eco-friendly production methods supporting a better future for fashion.", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-beige-tone-colored-pants_23-2150773402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/assortment-beige-tone-colored-pants_23-2150773402.jpg?_wi=2", imageAlt: "Sustainable production", }, ]} @@ -144,7 +144,7 @@ export default function AboutPage() { name: "Priya Sharma", handle: "@priya_style", testimonial: "Best jeans I've ever owned! The fit is perfect and they're so comfortable. The ice blue color is stunning!", - imageSrc: "http://img.b2bpic.net/free-photo/young-cute-woman-outdoor_624325-842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-cute-woman-outdoor_624325-842.jpg?_wi=2", imageAlt: "Priya Sharma", }, { @@ -152,7 +152,7 @@ export default function AboutPage() { name: "Rajesh Kumar", handle: "@rajesh.fits", testimonial: "RJ Jeans quality is unmatched. I've tried many brands but nothing compares. Definitely buying more!", - imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg?_wi=2", imageAlt: "Rajesh Kumar", }, { @@ -160,7 +160,7 @@ export default function AboutPage() { name: "Anusha Patel", handle: "@anusha_fashion", testimonial: "The customer service is excellent and the delivery was super fast. Love every pair I own!", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-dressed-formally-office_273609-4634.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-dressed-formally-office_273609-4634.jpg?_wi=2", imageAlt: "Anusha Patel", }, { @@ -168,7 +168,7 @@ export default function AboutPage() { name: "Vikram Singh", handle: "@vikram_denim", testimonial: "Worth every rupee. These jeans are durable, stylish, and feel premium. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg?_wi=2", imageAlt: "Vikram Singh", }, { @@ -176,7 +176,7 @@ export default function AboutPage() { name: "Deepa Mehta", handle: "@deepa_style", testimonial: "Finally found jeans that fit perfectly and look amazing. RJ Jeans is my go-to brand now!", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=2", imageAlt: "Deepa Mehta", }, { @@ -184,7 +184,7 @@ export default function AboutPage() { name: "Arjun Nair", handle: "@arjun.casual", testimonial: "The dark blue jeans are incredible. Comfortable, stylish, and perfect for everyday wear. Highly impressed!", - imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg?_wi=2", imageAlt: "Arjun Nair", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d84b26e..af78d1b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -103,7 +103,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/man-woman-looking-each-other_23-2148476525.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-woman-looking-each-other_23-2148476525.jpg?_wi=2" imageAlt="RJ Jeans lifestyle image" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/page.tsx b/src/app/page.tsx index d27dec6..30ef850 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,7 +123,7 @@ export default function HomePage() { name: "Ice Blue Premium Jeans", price: "₹499 - ₹1199", variant: "Ice Blue Premium Cotton", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-sitting-wooden-boards-against-veneer-wall_627829-10643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-sitting-wooden-boards-against-veneer-wall_627829-10643.jpg?_wi=1", imageAlt: "Ice blue premium jeans", }, { @@ -131,7 +131,7 @@ export default function HomePage() { name: "Classic Black Jeans", price: "₹499 - ₹1199", variant: "Black Pure Denim", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-jacket-walking-out-city_1303-25132.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-jacket-walking-out-city_1303-25132.jpg?_wi=1", imageAlt: "Classic black jeans", }, { @@ -139,7 +139,7 @@ export default function HomePage() { name: "Dark Blue Denim", price: "₹499 - ₹1199", variant: "Dark Blue Rich Finish", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-total-denim-outfit_23-2150105189.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-total-denim-outfit_23-2150105189.jpg?_wi=1", imageAlt: "Dark blue premium denim", }, { @@ -147,7 +147,7 @@ export default function HomePage() { name: "Z Black Exclusive", price: "₹499 - ₹1199", variant: "Z Black Limited Edition", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-hipster-male-model-posing-outdoor_158595-809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-hipster-male-model-posing-outdoor_158595-809.jpg?_wi=1", imageAlt: "Z black exclusive jeans", }, ]} @@ -168,25 +168,25 @@ export default function HomePage() { { title: "Premium Cotton Blend", description: "Soft, durable, and breathable fabric that moves with you throughout the day.", - imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1225.jpg?_wi=1", imageAlt: "Premium cotton fabric detail", }, { title: "Perfect Fit Technology", description: "Available in 5 sizes (28-40) for both men and women. Find your perfect fit.", - imageSrc: "http://img.b2bpic.net/free-psd/view-tape-measure_23-2151517728.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/view-tape-measure_23-2151517728.jpg?_wi=1", imageAlt: "Size range display", }, { title: "Timeless Styles", description: "Four stunning colors that never go out of style. Classic and contemporary designs.", - imageSrc: "http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-38.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-38.jpg?_wi=1", imageAlt: "Color collection showcase", }, { title: "Sustainable Fashion", description: "Eco-friendly production methods supporting a better future for fashion.", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-beige-tone-colored-pants_23-2150773402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/assortment-beige-tone-colored-pants_23-2150773402.jpg?_wi=1", imageAlt: "Sustainable production", }, ]} @@ -206,7 +206,7 @@ export default function HomePage() { { value: "10K+", title: "Happy Customers Worldwide" }, { value: "4", title: "Stunning Color Options" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fabric-textured-background_53876-65594.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fabric-textured-background_53876-65594.jpg?_wi=1" imageAlt="RJ Jeans brand showcase" mediaAnimation="slide-up" useInvertedBackground={false} @@ -225,7 +225,7 @@ export default function HomePage() { name: "Priya Sharma", handle: "@priya_style", testimonial: "Best jeans I've ever owned! The fit is perfect and they're so comfortable. The ice blue color is stunning!", - imageSrc: "http://img.b2bpic.net/free-photo/young-cute-woman-outdoor_624325-842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-cute-woman-outdoor_624325-842.jpg?_wi=1", imageAlt: "Priya Sharma", }, { @@ -233,7 +233,7 @@ export default function HomePage() { name: "Rajesh Kumar", handle: "@rajesh.fits", testimonial: "RJ Jeans quality is unmatched. I've tried many brands but nothing compares. Definitely buying more!", - imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg?_wi=1", imageAlt: "Rajesh Kumar", }, { @@ -241,7 +241,7 @@ export default function HomePage() { name: "Anusha Patel", handle: "@anusha_fashion", testimonial: "The customer service is excellent and the delivery was super fast. Love every pair I own!", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-dressed-formally-office_273609-4634.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-dressed-formally-office_273609-4634.jpg?_wi=1", imageAlt: "Anusha Patel", }, { @@ -249,7 +249,7 @@ export default function HomePage() { name: "Vikram Singh", handle: "@vikram_denim", testimonial: "Worth every rupee. These jeans are durable, stylish, and feel premium. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg?_wi=1", imageAlt: "Vikram Singh", }, { @@ -257,7 +257,7 @@ export default function HomePage() { name: "Deepa Mehta", handle: "@deepa_style", testimonial: "Finally found jeans that fit perfectly and look amazing. RJ Jeans is my go-to brand now!", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=1", imageAlt: "Deepa Mehta", }, { @@ -265,7 +265,7 @@ export default function HomePage() { name: "Arjun Nair", handle: "@arjun.casual", testimonial: "The dark blue jeans are incredible. Comfortable, stylish, and perfect for everyday wear. Highly impressed!", - imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg?_wi=1", imageAlt: "Arjun Nair", }, ]} @@ -334,7 +334,7 @@ export default function HomePage() { ]} textarea={{ name: "message", placeholder: "Tell us how we can help...", rows: 5, required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/man-woman-looking-each-other_23-2148476525.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-woman-looking-each-other_23-2148476525.jpg?_wi=1" imageAlt="RJ Jeans lifestyle image" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx index 1fd6dda..498bca5 100644 --- a/src/app/product/[id]/page.tsx +++ b/src/app/product/[id]/page.tsx @@ -30,7 +30,7 @@ const productData: Record< price: "₹499 - ₹1199", variant: "Ice Blue Premium Cotton", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-sitting-wooden-boards-against-veneer-wall_627829-10643.jpg", + "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-sitting-wooden-boards-against-veneer-wall_627829-10643.jpg?_wi=3", imageAlt: "male model wearing light blue jeans", description: "Experience ultimate comfort with our Ice Blue Premium Jeans. Crafted from premium cotton blend, these jeans offer a fresh, modern aesthetic perfect for any season.", @@ -43,7 +43,7 @@ const productData: Record< price: "₹499 - ₹1199", variant: "Black Pure Denim", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-jacket-walking-out-city_1303-25132.jpg", + "http://img.b2bpic.net/free-photo/young-woman-jacket-walking-out-city_1303-25132.jpg?_wi=3", imageAlt: "model wearing classic black denim jeans", description: "The timeless essential. Our Classic Black Jeans are versatile, durable, and perfect for any occasion. A staple that never goes out of style.", @@ -56,7 +56,7 @@ const productData: Record< price: "₹499 - ₹1199", variant: "Dark Blue Rich Finish", imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-total-denim-outfit_23-2150105189.jpg", + "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-total-denim-outfit_23-2150105189.jpg?_wi=3", imageAlt: "model wearing dark blue premium jeans", description: "Rich, sophisticated style. Dark Blue Denim combines classic appeal with modern sensibility. Perfect for those who appreciate depth and character.", @@ -69,7 +69,7 @@ const productData: Record< price: "₹499 - ₹1199", variant: "Z Black Limited Edition", imageSrc: - "http://img.b2bpic.net/free-photo/fashion-hipster-male-model-posing-outdoor_158595-809.jpg", + "http://img.b2bpic.net/free-photo/fashion-hipster-male-model-posing-outdoor_158595-809.jpg?_wi=3", imageAlt: "model wearing exclusive black denim", description: "Limited edition exclusivity. Z Black represents the pinnacle of our collection. Bold, striking, and uncompromisingly stylish.", @@ -98,7 +98,7 @@ export default function ProductDetailPage() { price: "₹499 - ₹1199", variant: "Ice Blue Premium Cotton", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-sitting-wooden-boards-against-veneer-wall_627829-10643.jpg", + "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-sitting-wooden-boards-against-veneer-wall_627829-10643.jpg?_wi=4", imageAlt: "male model wearing light blue jeans", }, { @@ -107,7 +107,7 @@ export default function ProductDetailPage() { price: "₹499 - ₹1199", variant: "Black Pure Denim", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-jacket-walking-out-city_1303-25132.jpg", + "http://img.b2bpic.net/free-photo/young-woman-jacket-walking-out-city_1303-25132.jpg?_wi=4", imageAlt: "model wearing classic black denim jeans", }, { @@ -116,7 +116,7 @@ export default function ProductDetailPage() { price: "₹499 - ₹1199", variant: "Dark Blue Rich Finish", imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-total-denim-outfit_23-2150105189.jpg", + "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-total-denim-outfit_23-2150105189.jpg?_wi=4", imageAlt: "model wearing dark blue premium jeans", }, { @@ -125,7 +125,7 @@ export default function ProductDetailPage() { price: "₹499 - ₹1199", variant: "Z Black Limited Edition", imageSrc: - "http://img.b2bpic.net/free-photo/fashion-hipster-male-model-posing-outdoor_158595-809.jpg", + "http://img.b2bpic.net/free-photo/fashion-hipster-male-model-posing-outdoor_158595-809.jpg?_wi=4", imageAlt: "model wearing exclusive black denim", }, ]; @@ -138,7 +138,7 @@ export default function ProductDetailPage() { testimonial: "Best jeans I've ever owned! The fit is perfect and they're so comfortable. The ice blue color is stunning!", imageSrc: - "http://img.b2bpic.net/free-photo/young-cute-woman-outdoor_624325-842.jpg", + "http://img.b2bpic.net/free-photo/young-cute-woman-outdoor_624325-842.jpg?_wi=3", imageAlt: "Priya Sharma", }, { @@ -148,7 +148,7 @@ export default function ProductDetailPage() { testimonial: "RJ Jeans quality is unmatched. I've tried many brands but nothing compares. Definitely buying more!", imageSrc: - "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg", + "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg?_wi=3", imageAlt: "Rajesh Kumar", }, { @@ -158,7 +158,7 @@ export default function ProductDetailPage() { testimonial: "The customer service is excellent and the delivery was super fast. Love every pair I own!", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-woman-dressed-formally-office_273609-4634.jpg", + "http://img.b2bpic.net/free-photo/beautiful-woman-dressed-formally-office_273609-4634.jpg?_wi=3", imageAlt: "Anusha Patel", }, { @@ -168,7 +168,7 @@ export default function ProductDetailPage() { testimonial: "Worth every rupee. These jeans are durable, stylish, and feel premium. Highly recommend!", imageSrc: - "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg", + "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg?_wi=3", imageAlt: "Vikram Singh", }, { @@ -178,7 +178,7 @@ export default function ProductDetailPage() { testimonial: "Finally found jeans that fit perfectly and look amazing. RJ Jeans is my go-to brand now!", imageSrc: - "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", + "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=3", imageAlt: "Deepa Mehta", }, { @@ -188,7 +188,7 @@ export default function ProductDetailPage() { testimonial: "The dark blue jeans are incredible. Comfortable, stylish, and perfect for everyday wear. Highly impressed!", imageSrc: - "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", + "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg?_wi=3", imageAlt: "Arjun Nair", }, ]; @@ -337,7 +337,7 @@ export default function ProductDetailPage() { description: "Soft, durable, and breathable fabric that moves with you throughout the day.", imageSrc: - "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1225.jpg", + "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1225.jpg?_wi=4", imageAlt: "premium cotton fabric texture detail", }, { @@ -345,7 +345,7 @@ export default function ProductDetailPage() { description: "Available in 5 sizes (28-40) for both men and women. Find your perfect fit.", imageSrc: - "http://img.b2bpic.net/free-psd/view-tape-measure_23-2151517728.jpg", + "http://img.b2bpic.net/free-psd/view-tape-measure_23-2151517728.jpg?_wi=4", imageAlt: "size chart measuring tape jeans", }, { @@ -353,7 +353,7 @@ export default function ProductDetailPage() { description: "Four stunning colors that never go out of style. Classic and contemporary designs.", imageSrc: - "http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-38.jpg", + "http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-38.jpg?_wi=4", imageAlt: "denim color palette blue black showcase", }, { @@ -361,7 +361,7 @@ export default function ProductDetailPage() { description: "Eco-friendly production methods supporting a better future for fashion.", imageSrc: - "http://img.b2bpic.net/free-photo/assortment-beige-tone-colored-pants_23-2150773402.jpg", + "http://img.b2bpic.net/free-photo/assortment-beige-tone-colored-pants_23-2150773402.jpg?_wi=3", imageAlt: "sustainable fashion eco-friendly production", }, ]} @@ -442,7 +442,7 @@ export default function ProductDetailPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/man-woman-looking-each-other_23-2148476525.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-woman-looking-each-other_23-2148476525.jpg?_wi=3" imageAlt="customer service team helping support" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index fd9063c..403c323 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -81,7 +81,7 @@ export default function ShopPage() { name: "Ice Blue Premium Jeans", price: "₹499 - ₹1199", variant: "Ice Blue Premium Cotton", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-sitting-wooden-boards-against-veneer-wall_627829-10643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-sitting-wooden-boards-against-veneer-wall_627829-10643.jpg?_wi=2", imageAlt: "Ice blue premium jeans", }, { @@ -89,7 +89,7 @@ export default function ShopPage() { name: "Classic Black Jeans", price: "₹499 - ₹1199", variant: "Black Pure Denim", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-jacket-walking-out-city_1303-25132.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-jacket-walking-out-city_1303-25132.jpg?_wi=2", imageAlt: "Classic black jeans", }, { @@ -97,7 +97,7 @@ export default function ShopPage() { name: "Dark Blue Denim", price: "₹499 - ₹1199", variant: "Dark Blue Rich Finish", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-total-denim-outfit_23-2150105189.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-total-denim-outfit_23-2150105189.jpg?_wi=2", imageAlt: "Dark blue premium denim", }, { @@ -105,7 +105,7 @@ export default function ShopPage() { name: "Z Black Exclusive", price: "₹499 - ₹1199", variant: "Z Black Limited Edition", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-hipster-male-model-posing-outdoor_158595-809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-hipster-male-model-posing-outdoor_158595-809.jpg?_wi=2", imageAlt: "Z black exclusive jeans", }, ]} @@ -126,19 +126,19 @@ export default function ShopPage() { { title: "Premium Materials", description: "Crafted from the finest cotton blends for durability and comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1225.jpg?_wi=2", imageAlt: "Premium cotton fabric detail", }, { title: "Wide Size Range", description: "Sizes 28-40 available for both men and women. Find your perfect fit.", - imageSrc: "http://img.b2bpic.net/free-psd/view-tape-measure_23-2151517728.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/view-tape-measure_23-2151517728.jpg?_wi=2", imageAlt: "Size range display", }, { title: "Fast Delivery", description: "Free shipping on orders above ₹999. Standard delivery in 5-7 business days.", - imageSrc: "http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-38.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-38.jpg?_wi=2", imageAlt: "Color collection showcase", }, ]}