From 0a4e010597c92a00ab6a1d4f0b6ad9203cea1da9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 12:44:46 +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 4a50514..75e5fea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { buttons={[ { text: "Explore Collection", 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" /> @@ -76,13 +76,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-knitted-stockings-uses-phone-cozy-bed-autumn-leaves_169016-14028.jpg", imageAlt: "A young woman in knitted stockings uses the phone in a cozy bed, among the autumn leaves."}, { 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", imageAlt: "A young woman in knitted stockings uses the phone in a cozy bed, among the autumn leaves."}, + 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", imageAlt: "A young woman in knitted stockings uses the phone in a cozy bed, among the autumn leaves."}, + 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", imageAlt: "A young woman in knitted stockings uses the phone in a cozy bed, among the autumn leaves."}, + 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."}, ]} title="Why Sanskar?" description="Experience fashion that blends heritage with modern aesthetics." @@ -97,9 +97,9 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", name: "Silk Saree", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/elegant-silk-concept-with-copy-space_23-2148623322.jpg", imageAlt: "luxury silk garment detail"}, + id: "p1", name: "Silk Saree", price: "$120", 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", imageAlt: "bohemian chic fashion item"}, + id: "p2", name: "Kurta Set", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashionable-sisters-holding-hands-together_23-2147840666.jpg?_wi=2", imageAlt: "bohemian chic fashion item"}, { id: "p3", name: "Designer Top", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-water-break_23-2148898075.jpg", imageAlt: "minimalist contemporary fashion outfit"}, { -- 2.49.1