From 57a21b68639b3d4dfd762a098a99cee35f6026a6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:28:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 297c3b2..dfcc31e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -46,8 +46,8 @@ export default function LandingPage() { tag="Innovation & Inklusion" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-photo/asian-woman-wheelchair-group-people-laughing-job-break-having-fun-disability-friendly-office-worker-with-chronic-health-condition-chatting-with-cheerful-colleagues_482257-47247.jpg?_wi=1" + background={{ variant: "canvas-reveal" }} + imageSrc="http://img.b2bpic.net/free-photo/asian-woman-wheelchair-group-people-laughing-job-break-having-fun-disability-friendly-office-worker-with-chronic-health-condition-chatting-with-cheerful-colleagues_482257-47247.jpg" imageAlt="Diverse Menschen arbeiten zusammen an einer inklusiven Zukunft" buttons={[ { text: "Jetzt Zukunft gestalten", href: "contact" }, @@ -67,7 +67,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} mediaAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/asian-woman-wheelchair-group-people-laughing-job-break-having-fun-disability-friendly-office-worker-with-chronic-health-condition-chatting-with-cheerful-colleagues_482257-47247.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/asian-woman-wheelchair-group-people-laughing-job-break-having-fun-disability-friendly-office-worker-with-chronic-health-condition-chatting-with-cheerful-colleagues_482257-47247.jpg" imageAlt="Menschen verschiedener Herkunft arbeiten gemeinsam" imagePosition="right" bulletPoints={[ -- 2.49.1