From cb310c354952e6ee9ac88f0b3b93fade25a46d48 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:51:54 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 37a7ede..dbe31a1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { description="Decades of tradition refined for the modern world." subdescription="We believe luxury is a sensory experience." icon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/girly-items-arrangement-table_23-2148229223.jpg" + imageSrc="http://img.b2bpic.net/free-photo/girly-items-arrangement-table_23-2148229223.jpg?_wi=2" mediaAnimation="blur-reveal" /> -- 2.49.1 From b1fbaf1af3489af94f167861c728961b570754f9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:51:54 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4ef49c9..31e1bce 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { placeholder: "How can we help?", rows: 4, }} - imageSrc="http://img.b2bpic.net/free-photo/girly-items-arrangement-table_23-2148229223.jpg" + imageSrc="http://img.b2bpic.net/free-photo/girly-items-arrangement-table_23-2148229223.jpg?_wi=3" /> -- 2.49.1 From 4497fdd791ccabd204fa4b9dce471210a9316c92 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:51:55 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf2237d..8a8f7ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,13 +122,13 @@ export default function LandingPage() { id: "p1", name: "Royal Gold", price: "$290", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192218.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192218.jpg?_wi=1", }, { id: "p2", name: "Midnight Oud", price: "$350", - imageSrc: "http://img.b2bpic.net/free-photo/orange-faded-flower-vase_23-2148073849.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/orange-faded-flower-vase_23-2148073849.jpg?_wi=1", }, { id: "p3", @@ -168,7 +168,7 @@ export default function LandingPage() { description="At Luxx Perfumes, we believe in the alchemy of scent. Every blend is curated using the finest ingredients from across the globe." subdescription="Dedicated to excellence, our masters combine timeless tradition with modern luxury." icon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/girly-items-arrangement-table_23-2148229223.jpg" + imageSrc="http://img.b2bpic.net/free-photo/girly-items-arrangement-table_23-2148229223.jpg?_wi=1" mediaAnimation="blur-reveal" /> -- 2.49.1 From 89389635f52ece5cc6973f0040e57c63f5353a63 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:51:56 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 3c5cc46..f490fdc 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -59,13 +59,13 @@ export default function LandingPage() { id: "s1", name: "Rose Gold", price: "$220", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192218.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192218.jpg?_wi=2", }, { id: "s2", name: "Silver Musk", price: "$280", - imageSrc: "http://img.b2bpic.net/free-photo/orange-faded-flower-vase_23-2148073849.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/orange-faded-flower-vase_23-2148073849.jpg?_wi=2", }, ]} /> -- 2.49.1