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() {