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" /> 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" /> 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" /> 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", }, ]} />