diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8f038e7..55b56b2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { features={[ { id: "p1", title: "Natural Ingredients", description: "Sourced sustainably.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=19"}, items: [ { icon: Leaf, @@ -68,7 +68,7 @@ export default function LandingPage() { title="Meet the Founders" description="The minds behind the fragrance." members={[ - { id: "t1", name: "Jane Doe", role: "Head Perfumer", imageSrc: "http://img.b2bpic.net/free-photo/blondie-woman-with-hair-fly-air_633478-1374.jpg" }, + { id: "t1", name: "Jane Doe", role: "Head Perfumer", imageSrc: "http://img.b2bpic.net/free-photo/blondie-woman-with-hair-fly-air_633478-1374.jpg?_wi=2" }, { id: "t2", name: "John Smith", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/young-arab-man-good-mood-dancing_482257-77889.jpg" }, ]} />