From 4d20e5a27764c08af0d0da6a73007be64ec48187 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 12:43:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4962fdc..37df4d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/computer-keyboard-with-mouse-cassette-pink-background_185193-162172.jpg" + imageSrc="http://img.b2bpic.net/free-photo/computer-keyboard-with-mouse-cassette-pink-background_185193-162172.jpg?_wi=1" imageAlt="elegant fashion studio model" /> @@ -109,21 +109,21 @@ export default function LandingPage() { title: "Unique Designs", description: "Authentic patterns for every occasion.", buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/computer-keyboard-with-mouse-cassette-pink-background_185193-162172.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/computer-keyboard-with-mouse-cassette-pink-background_185193-162172.jpg?_wi=2", imageAlt: "A young woman in knitted stockings uses the phone in a cozy bed, among the autumn leaves.", }, { title: "Sustainable", description: "Consciously crafted fashion pieces.", buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-silk-concept-with-copy-space_23-2148623322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-silk-concept-with-copy-space_23-2148623322.jpg?_wi=1", imageAlt: "A young woman in knitted stockings uses the phone in a cozy bed, among the autumn leaves.", }, { title: "Worldwide Shipping", description: "Delivering elegance to your doorstep.", buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashionable-sisters-holding-hands-together_23-2147840666.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashionable-sisters-holding-hands-together_23-2147840666.jpg?_wi=1", imageAlt: "A young woman in knitted stockings uses the phone in a cozy bed, among the autumn leaves.", }, ]} @@ -143,14 +143,14 @@ export default function LandingPage() { id: "p1", name: "Silk Saree", price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-silk-concept-with-copy-space_23-2148623322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-silk-concept-with-copy-space_23-2148623322.jpg?_wi=2", imageAlt: "luxury silk garment detail", }, { id: "p2", name: "Kurta Set", price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashionable-sisters-holding-hands-together_23-2147840666.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashionable-sisters-holding-hands-together_23-2147840666.jpg?_wi=2", imageAlt: "bohemian chic fashion item", }, { -- 2.49.1