diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ddba462..ac2c01d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ const navItems = [ const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Projects", href: "/projects" }, @@ -28,8 +27,7 @@ const footerColumns = [ ], }, { - title: "Kontakt", - items: [ + title: "Kontakt", items: [ { label: "Tel: 04744 730045", href: "tel:04744730045" }, { label: "Schwegen 10, 27612 Loxstedt", href: "#" }, { label: "Germany", href: "#" }, @@ -37,8 +35,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Datenschutz", href: "#" }, { label: "Impressum", href: "#" }, { label: "AGB", href: "#" }, @@ -54,7 +51,7 @@ export default function AboutPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -79,10 +76,10 @@ export default function AboutPage() { { value: "25+", title: "Jahre Handwerkserfahrung" }, { value: "500+", title: "Zufriedene Kunden" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/carpenter-using-wood-make-sculptures-atelier_114579-11482.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/carpenter-using-wood-make-sculptures-atelier_114579-11482.jpg" imageAlt="Professionelle Werkstatt und Arbeitsbereich" mediaAnimation="slide-up" - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" useInvertedBackground={true} /> @@ -119,7 +116,7 @@ export default function AboutPage() { { src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", alt: "Kunde 5" }, { src: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", alt: "Kunde 6" }, ]} - ratingAnimation="entrance-slide" + ratingAnimation="slide-up" avatarsAnimation="slide-up" useInvertedBackground={true} /> @@ -127,7 +124,7 @@ export default function AboutPage() {
@@ -251,7 +198,7 @@ export default function HomePage() { { src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", alt: "Kunde 5" }, { src: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", alt: "Kunde 6" }, ]} - ratingAnimation="entrance-slide" + ratingAnimation="slide-up" avatarsAnimation="slide-up" useInvertedBackground={true} /> @@ -259,7 +206,7 @@ export default function HomePage() {