Update src/app/about/page.tsx

This commit is contained in:
2026-04-03 17:14:31 +00:00
parent 3ae43b25b9
commit 577af87b60

View File

@@ -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" },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
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=9"
columns={[{ title: "Marke", items: [{ label: "Über uns", href: "/about" }, { label: "Kontakt", href: "/contact" }] }, { title: "Rechtliches", items: [{ label: "AGB", href: "/legal" }, { label: "Datenschutz", href: "/legal" }, { label: "Impressum", href: "/legal" }, { label: "Versand & Rückgabe", href: "/legal" }] }]}
/>
</div>