Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-16 15:43:29 +00:00

View File

@@ -37,15 +37,15 @@ export default function LandingPage() {
{ name: "Products", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="GreenHarvest Farm"
brandName="gemüsehof nieder"
button={{ text: "Contact Us", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="GreenHarvest Farm"
description="Bringing the freshest, organic produce from our fields straight to your kitchen table every single week."
logoText="gemüsehof nieder"
description="Authentic, farm-fresh vegetables grown with care at gemüsehof nieder. We bring nature's best harvest directly to your home every week."
buttons={[
{ text: "Shop Now", href: "#products" },
{ text: "Learn More", href: "#about" },
@@ -79,7 +79,7 @@ export default function LandingPage() {
{ id: "f2", title: "Freshness Guaranteed", author: "Direct Farm", description: "Harvested within 24 hours of delivery.", tags: ["Farm-to-Table"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-haystacks-field_176420-55119.jpg?_wi=2", imageAlt: "organic logo" },
{ id: "f3", title: "Community Focus", author: "Local Support", description: "Supporting local families and schools.", tags: ["Community"], imageSrc: "http://img.b2bpic.net/free-photo/ripe-carrots-blue_23-2147761583.jpg?_wi=1", imageAlt: "organic logo" },
]}
title="Why Choose GreenHarvest?"
title="Why Choose gemüsehof nieder?"
description="We believe in sustainable agriculture that respects the land and delivers nutrient-dense food for your family."
/>
</div>
@@ -99,7 +99,7 @@ export default function LandingPage() {
{ id: "p6", name: "Garden Cucumbers", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chopped-zucchinis-bowl-with-chopped-zucchinis-wooden-kitchen-board-with-knife-with-cauliflower-lettuce-bucket-with-cucumber-zucchinis-isolated-wooden-wall_141793-75698.jpg" },
]}
title="Seasonal Harvest"
description="Browse our latest selection of seasonal vegetables grown with love and care."
description="Browse our latest selection of seasonal vegetables grown at gemüsehof nieder with love and care."
/>
</div>
@@ -115,7 +115,7 @@ export default function LandingPage() {
{ id: "t5", title: "Highly Recommended", quote: "My kids love the carrots!", name: "Mark Wilson", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-healthy_1428-679.jpg" },
]}
title="What Our Families Say"
description="See why local families trust GreenHarvest Farm for their daily vegetables."
description="See why local families trust gemüsehof nieder for their daily vegetables."
/>
</div>
@@ -125,7 +125,7 @@ export default function LandingPage() {
useInvertedBackground={false}
names={["Certified Organic", "Local Farm Hub", "Sustainable Earth", "Fresh Produce Co", "Green Growers", "Community Supported", "Farmer Trusted"]}
title="Our Partnerships"
description="Proudly supporting sustainable farming initiatives across the country."
description="Proudly supporting sustainable farming initiatives across the region."
/>
</div>
@@ -146,8 +146,8 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
text="Ready to get fresh produce? Contact our team for subscription inquiries."
buttons={[{ text: "Contact Us", href: "mailto:hello@greenharvest.com" }]}
text="Ready to get fresh produce from gemüsehof nieder? Contact our team for subscription inquiries."
buttons={[{ text: "Contact Us", href: "mailto:hello@gemuesehof-nieder.com" }]}
/>
</div>
@@ -157,7 +157,7 @@ export default function LandingPage() {
{ items: [{ label: "About Us", href: "#about" }, { label: "Products", href: "#products" }] },
{ items: [{ label: "FAQs", href: "#faq" }, { label: "Contact", href: "#contact" }] },
]}
logoText="GreenHarvest Farm"
logoText="gemüsehof nieder"
/>
</div>
</ReactLenis>