diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 598d0b5..f782467 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -35,7 +35,7 @@ export default function AboutPage() { title="Über Lashvelin" description="Wir stehen für moderne Beauty-Pflege, die sich gut anfühlt. Unsere Mission ist es, Qualität und Femininität in den Alltag zu bringen." metrics={[{ value: "100%", title: "Premium" }, { value: "Vegan", title: "Sanft" }]} - imageSrc="http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307334.jpg" + imageSrc="http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307334.jpg?_wi=7" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -46,7 +46,7 @@ export default function AboutPage() { title="Unsere Philosophie" description="Wir setzen auf natürliche Schönheit." metrics={[{ value: "100%", title: "Premium" }]} - imageSrc="http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307334.jpg" + imageSrc="http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307334.jpg?_wi=8" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -58,14 +58,14 @@ export default function AboutPage() { title="Unsere Geschichte" description="Inspiriert von echter Pflege." features={[ - { title: "Ursprung", description: "Schweizer Entwicklung.", buttonIcon: Gem, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-chic-boho-dress-amongst-flowers_23-2150260822.jpg", imageAlt: "woman cleaning eyelash extensions gently" }, - { title: "Zukunft", description: "Nachhaltig.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/what-have-you-got-me_329181-15365.jpg", imageAlt: "portrait elegant woman natural makeup" }, + { title: "Ursprung", description: "Schweizer Entwicklung.", buttonIcon: Gem, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-chic-boho-dress-amongst-flowers_23-2150260822.jpg?_wi=3", imageAlt: "woman cleaning eyelash extensions gently" }, + { title: "Zukunft", description: "Nachhaltig.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/what-have-you-got-me_329181-15365.jpg?_wi=7", imageAlt: "portrait elegant woman natural makeup" }, ]} />