diff --git a/src/app/page.tsx b/src/app/page.tsx
index 42fa2e3..caa8100 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -25,8 +25,7 @@ export default function HomePage() {
const footerColumns = [
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{ label: "Startseite", href: "/" },
{ label: "Leistungen", href: "/leistungen" },
{ label: "Über uns", href: "/ueber-uns" },
@@ -34,8 +33,7 @@ export default function HomePage() {
],
},
{
- title: "Kontakt",
- items: [
+ title: "Kontakt", items: [
{ label: "Tel: +49 421 1234567", href: "tel:+494211234567" },
{ label: "E-Mail: info@armin-galabau.de", href: "mailto:info@armin-galabau.de" },
{ label: "Kontaktformular", href: "/kontakt" },
@@ -43,8 +41,7 @@ export default function HomePage() {
],
},
{
- title: "Rechtliches",
- items: [
+ title: "Rechtliches", items: [
{ label: "Impressum", href: "#" },
{ label: "Datenschutz", href: "#" },
{ label: "AGB", href: "#" },
@@ -52,8 +49,7 @@ export default function HomePage() {
],
},
{
- title: "Servicegebiete",
- items: [
+ title: "Servicegebiete", items: [
{ label: "Bremen", href: "#" },
{ label: "Delmenhorst", href: "#" },
{ label: "Achim", href: "#" },
@@ -69,7 +65,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="compact"
sizing="mediumLargeSizeMediumTitles"
- background="noise"
+ background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
@@ -92,7 +88,7 @@ export default function HomePage() {