diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 29454cd..8f038e7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,28 +26,14 @@ export default function LandingPage() { @@ -60,21 +46,14 @@ export default function LandingPage() { description="Crafting scent, not just fragrance." 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?_wi=20", - }, + 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"}, items: [ { icon: Leaf, - text: "Organic", - }, + text: "Organic"}, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/young-arab-man-good-mood-dancing_482257-77889.jpg?_wi=2", - imageAlt: "man portrait studio shot", }, ]} /> @@ -89,18 +68,8 @@ 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?_wi=3", - }, - { - id: "t2", - name: "John Smith", - role: "Creative Director", - imageSrc: "http://img.b2bpic.net/free-photo/young-arab-man-good-mood-dancing_482257-77889.jpg?_wi=3", - }, + { 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: "t2", name: "John Smith", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/young-arab-man-good-mood-dancing_482257-77889.jpg" }, ]} /> @@ -108,58 +77,10 @@ export default function LandingPage() { @@ -77,58 +53,10 @@ export default function LandingPage() { @@ -77,58 +53,10 @@ export default function LandingPage() { @@ -77,58 +53,10 @@ export default function LandingPage() {