diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b36c9d..def607f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,21 +37,21 @@ export default function LandingPage() { { name: "Harvest", id: "products" }, { name: "Contact", id: "contact" }, ]} - brandName="gemüsehof nieder" + brandName="Gemüsehof Nieder" button={{ text: "Get in Touch", href: "#contact" }} />
@@ -139,7 +139,7 @@ export default function LandingPage() { @@ -150,7 +150,7 @@ export default function LandingPage() { { items: [{ label: "Home", href: "#hero" }, { label: "Our Legacy", href: "#about" }] }, { items: [{ label: "Harvest", href: "#products" }, { label: "Contact", href: "#contact" }] }, ]} - logoText="gemüsehof nieder" + logoText="Gemüsehof Nieder" />