From a8b83cd3d7441feea626f476d79bc88343a39cc9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:23:01 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }, ]} />