diff --git a/src/app/page.tsx b/src/app/page.tsx index 4769508..999baa6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -51,8 +51,8 @@ export default function LandingPage() { { text: "Termin anfragen", href: "#contact" }, ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-photo/checking-current-laptop-circuit-board_1098-13759.jpg?_wi=1" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/checking-current-laptop-circuit-board_1098-13759.jpg" imageAlt="IT-Werkstatt mit professionellem Arbeitsplatz" mediaAnimation="opacity" frameStyle="card" @@ -127,7 +127,7 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={true} containerClassName="py-20 px-4" - titleClassName="text-5xl font-light text-foreground" + itemClassName="" descriptionClassName="text-lg text-foreground opacity-90 mt-4" featureTitleClassName="text-3xl font-light text-foreground" featureDescriptionClassName="text-base text-foreground opacity-80 mt-3" @@ -142,7 +142,7 @@ export default function LandingPage() { buttons={[ { text: "Kontakt aufnehmen", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/checking-current-laptop-circuit-board_1098-13759.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/checking-current-laptop-circuit-board_1098-13759.jpg" imageAlt="Thomas Ullrich Computertechnik – Professionelle IT-Lösungen" useInvertedBackground={false} titleClassName="text-4xl font-light text-foreground" @@ -157,20 +157,19 @@ export default function LandingPage() {