Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-16 15:45:30 +00:00

View File

@@ -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" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="gemüsehof nieder"
logoText="Gemüsehof Nieder"
description="60 years of dedicated tradition in Werl Westönnen. Providing farm-fresh, high-quality vegetables from our family farm to your table since 1964."
buttons={[
{ text: "Our Harvest", href: "#products" },
{ text: "Our Story", href: "#about" },
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-landscape-haystacks-field_176420-55119.jpg?_wi=1"
imageAlt="The rolling fields of gemüsehof nieder"
imageAlt="The rolling fields of Gemüsehof Nieder"
showDimOverlay={true}
/>
</div>
@@ -139,7 +139,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
text="Visit us at gemüsehof nieder in Werl Westönnen or reach out for seasonal inquiries."
text="Visit us at Gemüsehof Nieder in Werl Westönnen or reach out for seasonal inquiries."
buttons={[{ text: "Contact Our Farm", href: "mailto:info@gemuesehof-nieder.de" }]}
/>
</div>
@@ -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"
/>
</div>
</ReactLenis>