From 7cd5ec573b62d6288c79cdba11ce43839215d7aa Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:48:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 95 +++++++++++------------------------------------- 1 file changed, 21 insertions(+), 74 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d4d266e..535fff0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ const navItems = [ const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Projects", href: "/projects" }, @@ -32,8 +31,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: "#" }, @@ -41,8 +39,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Datenschutz", href: "#" }, { label: "Impressum", href: "#" }, { label: "AGB", href: "#" }, @@ -58,7 +55,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -77,7 +74,7 @@ export default function HomePage() { @@ -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() {