From 83ea80b617c23bb05df8dacfcb98885a38e00ae2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:51:14 +0000 Subject: [PATCH 1/2] Update src/app/collections/page.tsx --- src/app/collections/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index fedfda4..18cd07c 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -72,7 +72,7 @@ export default function CollectionsPage() { price: "Upon Request", variant: "White Silk • Hand-Embroidered", imageSrc: - "http://img.b2bpic.net/free-photo/bride-looking-wedding-gown-preparing-ceremony_8353-12303.jpg", + "http://img.b2bpic.net/free-photo/bride-looking-wedding-gown-preparing-ceremony_8353-12303.jpg?_wi=2", imageAlt: "Wedding dress", }, { @@ -81,7 +81,7 @@ export default function CollectionsPage() { price: "Upon Request", variant: "Black Silk • Crystal Details", imageSrc: - "http://img.b2bpic.net/free-psd/elegant-young-woman-long-pink-satin-evening-gown_9975-132967.jpg", + "http://img.b2bpic.net/free-psd/elegant-young-woman-long-pink-satin-evening-gown_9975-132967.jpg?_wi=2", imageAlt: "Evening gown", }, { @@ -90,7 +90,7 @@ export default function CollectionsPage() { price: "Upon Request", variant: "Bespoke • Your Vision", imageSrc: - "http://img.b2bpic.net/free-photo/she-is-professional-fashion-designer_329181-14351.jpg", + "http://img.b2bpic.net/free-photo/she-is-professional-fashion-designer_329181-14351.jpg?_wi=2", imageAlt: "Custom dress", }, ]} -- 2.49.1 From 356bb70fe82de23972ad2d21637640b9548969aa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:51:15 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48c6bee..6baf111 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function HomePage() { price: "Upon Request", variant: "White Silk • Hand-Embroidered", imageSrc: - "http://img.b2bpic.net/free-photo/bride-looking-wedding-gown-preparing-ceremony_8353-12303.jpg", + "http://img.b2bpic.net/free-photo/bride-looking-wedding-gown-preparing-ceremony_8353-12303.jpg?_wi=1", imageAlt: "Wedding dress", }, { @@ -98,7 +98,7 @@ export default function HomePage() { price: "Upon Request", variant: "Black Silk • Crystal Details", imageSrc: - "http://img.b2bpic.net/free-psd/elegant-young-woman-long-pink-satin-evening-gown_9975-132967.jpg", + "http://img.b2bpic.net/free-psd/elegant-young-woman-long-pink-satin-evening-gown_9975-132967.jpg?_wi=1", imageAlt: "Evening gown", }, { @@ -107,7 +107,7 @@ export default function HomePage() { price: "Upon Request", variant: "Bespoke • Your Vision", imageSrc: - "http://img.b2bpic.net/free-photo/she-is-professional-fashion-designer_329181-14351.jpg", + "http://img.b2bpic.net/free-photo/she-is-professional-fashion-designer_329181-14351.jpg?_wi=1", imageAlt: "Custom dress", }, ]} @@ -130,7 +130,7 @@ export default function HomePage() { name: "Sarah Kaya", role: "Istanbul Bride", imageSrc: - "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7954.jpg", + "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7954.jpg?_wi=1", imageAlt: "Sarah Kaya", }, { @@ -152,7 +152,7 @@ export default function HomePage() { name: "Deniz Yılmaz", role: "Istanbul Elite", imageSrc: - "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7954.jpg", + "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7954.jpg?_wi=2", imageAlt: "Deniz Yılmaz", }, { -- 2.49.1