From 735607b36eab0b1ee7cb898185da03e4ff375042 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:17:57 +0000 Subject: [PATCH 1/3] Update src/app/bollywood/page.tsx --- src/app/bollywood/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/bollywood/page.tsx b/src/app/bollywood/page.tsx index efabffa..48bbfaf 100644 --- a/src/app/bollywood/page.tsx +++ b/src/app/bollywood/page.tsx @@ -29,27 +29,27 @@ export default function BollywoodPage() { { id: "1", brand: "Dharma Productions", name: "Koi Mil Gaya - Alien Contact Figurine Deluxe", price: "$129.99", rating: 5, reviewCount: "3.2k", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-variety-hats-carnival-party_23-2148412868.jpg", imageAlt: "Koi Mil Gaya alien figurine"}, + "http://img.b2bpic.net/free-photo/close-up-variety-hats-carnival-party_23-2148412868.jpg?_wi=2", imageAlt: "Koi Mil Gaya alien figurine"}, { id: "2", brand: "Aamir Khan Productions", name: "Taare Zameen Par Art & Collectibles Premium Box", price: "$159.99", rating: 5, reviewCount: "2.7k", imageSrc: - "http://img.b2bpic.net/free-photo/friends-playing-beer-pong_23-2149407035.jpg", imageAlt: "Taare Zameen Par premium box"}, + "http://img.b2bpic.net/free-photo/friends-playing-beer-pong_23-2149407035.jpg?_wi=3", imageAlt: "Taare Zameen Par premium box"}, { id: "3", brand: "Yash Raj Films", name: "Shah Rukh Khan Iconic Pose Statue", price: "$179.99", rating: 5, reviewCount: "2.1k", imageSrc: - "http://img.b2bpic.net/free-photo/fashionable-young-man-shopping-clothes-store_23-2148175636.jpg", imageAlt: "SRK statue"}, + "http://img.b2bpic.net/free-photo/fashionable-young-man-shopping-clothes-store_23-2148175636.jpg?_wi=2", imageAlt: "SRK statue"}, { id: "4", brand: "Aditya Chopra Films", name: "Dilwale Dulhania Le Jayenge Memory Set", price: "$139.99", rating: 5, reviewCount: "2.4k", imageSrc: - "http://img.b2bpic.net/free-photo/side-view-decorated-chocolate-candy-black-gold-box_140725-13998.jpg", imageAlt: "DDLJ memory set"}, + "http://img.b2bpic.net/free-photo/side-view-decorated-chocolate-candy-black-gold-box_140725-13998.jpg?_wi=6", imageAlt: "DDLJ memory set"}, { id: "5", brand: "Sanjay Leela Bhansali", name: "Devdas Vintage Poster Collection - Framed", price: "$189.99", rating: 5, reviewCount: "1.9k", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-travel-items-wooden-table_23-2148666252.jpg", imageAlt: "Devdas poster collection"}, + "http://img.b2bpic.net/free-photo/top-view-travel-items-wooden-table_23-2148666252.jpg?_wi=5", imageAlt: "Devdas poster collection"}, { id: "6", brand: "Vikas Bahl Films", name: "Bollywood Blockbuster Bundle - 6 Films Set", price: "$249.99", rating: 5, reviewCount: "3.5k", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282481.jpg", imageAlt: "Bollywood blockbuster bundle"}, + "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282481.jpg?_wi=4", imageAlt: "Bollywood blockbuster bundle"}, ]; const footerColumns = [ @@ -110,7 +110,7 @@ export default function BollywoodPage() { background={{ variant: "radial-gradient" }} kpis={heroKpis} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/glasses-cinema-stuff_23-2147698874.jpg" + imageSrc="http://img.b2bpic.net/free-photo/glasses-cinema-stuff_23-2147698874.jpg?_wi=4" imageAlt="Bollywood merchandise showcase" mediaAnimation="blur-reveal" buttons={[ @@ -149,7 +149,7 @@ export default function BollywoodPage() { { value: "100%", label: "Satisfaction Guarantee" }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/glasses-cinema-stuff_23-2147698874.jpg" + imageSrc="http://img.b2bpic.net/free-photo/glasses-cinema-stuff_23-2147698874.jpg?_wi=5" imageAlt="Premium Bollywood collection" mediaAnimation="blur-reveal" buttons={[ @@ -163,7 +163,7 @@ export default function BollywoodPage() {