From ace33cdde3a5a8b28130147203001489a42a8b32 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 02:21:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7181297..60d69e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Bliss Idols", name: "Vitthal Idol 26\"", price: "$4,500", rating: 5, - reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-ram-navami-festival_23-2148457636.jpg", imageAlt: "Vitthal 26 inch marble idol on pedestal" + reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-ram-navami-festival_23-2148457636.jpg?_wi=1", imageAlt: "Vitthal 26 inch marble idol on pedestal" }, { id: "2", brand: "Bliss Idols", name: "Rukmini Statue 26\"", price: "$4,200", rating: 5, @@ -80,7 +80,7 @@ export default function LandingPage() { }, { id: "3", brand: "Bliss Idols", name: "Ganesha Idol 7\"", price: "$1,800", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-golden-statue-buddha-wat-pho-buddhist-temple-complex-thailand_181624-14364.jpg", imageAlt: "Premium 7 inch Ganesha marble idol" + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-golden-statue-buddha-wat-pho-buddhist-temple-complex-thailand_181624-14364.jpg?_wi=1", imageAlt: "Premium 7 inch Ganesha marble idol" }, { id: "4", brand: "Bliss Idols", name: "Ram Mandir Idol", price: "$3,200", rating: 5, @@ -106,7 +106,7 @@ export default function LandingPage() { description="Sacred devotional sculptures representing the divine union. Vitthal stands with arms on hips, symbolizing devotion in the Varkari tradition. Rukmini, the divine consort, embodies grace and spiritual partnership. Together, they create a powerful spiritual presence for your sacred space." tag="Devotional Masterpieces" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-ram-navami-festival_23-2148457636.jpg" + imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-ram-navami-festival_23-2148457636.jpg?_wi=2" imageAlt="Vitthal and Rukmini idols displayed together in temple setting" useInvertedBackground={false} buttons={[{ text: "Shop Vitthal & Rukmini", href: "#" }]} @@ -120,7 +120,7 @@ export default function LandingPage() { description="Lord Ganesha represents wisdom, prosperity, and new beginnings. Our collection offers multiple sizes and finishes to suit any sacred space. Each idol is meticulously sculpted and finished with premium materials including gold plating, silver plating, matte black, and PU gold finishes." tag="Wisdom & Prosperity" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-golden-statue-buddha-wat-pho-buddhist-temple-complex-thailand_181624-14364.jpg" + imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-golden-statue-buddha-wat-pho-buddhist-temple-complex-thailand_181624-14364.jpg?_wi=2" imageAlt="Ganesha collection displaying multiple sizes and finishes" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1