From 5efc4c1df23661bb958d578386027ce06b44a64b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:45:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" /> -- 2.49.1