Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5efc4c1df2 | |||
| baa1300795 |
@@ -37,21 +37,21 @@ export default function LandingPage() {
|
|||||||
{ name: "Harvest", id: "products" },
|
{ name: "Harvest", id: "products" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="gemüsehof nieder"
|
brandName="Gemüsehof Nieder"
|
||||||
button={{ text: "Get in Touch", href: "#contact" }}
|
button={{ text: "Get in Touch", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<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."
|
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={[
|
buttons={[
|
||||||
{ text: "Our Harvest", href: "#products" },
|
{ text: "Our Harvest", href: "#products" },
|
||||||
{ text: "Our Story", href: "#about" },
|
{ text: "Our Story", href: "#about" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-landscape-haystacks-field_176420-55119.jpg?_wi=1"
|
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}
|
showDimOverlay={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -139,7 +139,7 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "gradient-bars" }}
|
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" }]}
|
buttons={[{ text: "Contact Our Farm", href: "mailto:info@gemuesehof-nieder.de" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
|||||||
{ items: [{ label: "Home", href: "#hero" }, { label: "Our Legacy", href: "#about" }] },
|
{ items: [{ label: "Home", href: "#hero" }, { label: "Our Legacy", href: "#about" }] },
|
||||||
{ items: [{ label: "Harvest", href: "#products" }, { label: "Contact", href: "#contact" }] },
|
{ items: [{ label: "Harvest", href: "#products" }, { label: "Contact", href: "#contact" }] },
|
||||||
]}
|
]}
|
||||||
logoText="gemüsehof nieder"
|
logoText="Gemüsehof Nieder"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user