diff --git a/src/app/page.tsx b/src/app/page.tsx
index 320b2ad..3b36c9d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
-import { Leaf, Users } from "lucide-react";
+import { Leaf, Users, MapPin, CalendarDays } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,25 +33,25 @@ export default function LandingPage() {
@@ -75,12 +75,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- { id: "f1", title: "Organic Certified", author: "Soil Health", description: "No synthetic pesticides or GMOs ever.", tags: ["Organic", "Clean"], imageSrc: "http://img.b2bpic.net/free-vector/collection-pure-veggie-certified-green-product-label-tag-design_1017-50501.jpg", imageAlt: "organic logo" },
- { 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" },
+ { id: "f1", title: "Rooted in Westönnen", author: "Traditional Roots", description: "Cultivating the rich soil of Werl Westönnen for over 60 years.", tags: ["Local", "Heritage"], imageSrc: "http://img.b2bpic.net/free-photo/ripe-carrots-blue_23-2147761583.jpg?_wi=1", imageAlt: "fresh carrots" },
+ { id: "f2", title: "Generational Quality", author: "Family Farm", description: "Hand-harvested produce reflecting decades of agricultural mastery.", tags: ["Quality", "Farm-fresh"], imageSrc: "http://img.b2bpic.net/free-photo/green-pods-peas-saucepans-with-asparagus-tomato-sorrel-spinach-lettuce-green-onion-top-view-wooden-wall_176474-5737.jpg", imageAlt: "fresh vegetables" },
+ { id: "f3", title: "Sustainable Care", author: "Eco-Conscious", description: "Passing on a healthy planet through responsible farming practices.", tags: ["Sustainable", "Nature"], imageSrc: "http://img.b2bpic.net/free-photo/arrangement-colorful-fresh-assorted-bell-pepperson-concrete-surface_114579-5421.jpg", imageAlt: "bell peppers" },
]}
- title="Why Choose gemüsehof nieder?"
- description="We believe in sustainable agriculture that respects the land and delivers nutrient-dense food for your family."
+ title="The Nieder Way"
+ description="Our 60-year journey is defined by dedication, local pride, and the pursuit of the perfect harvest."
/>
@@ -91,15 +91,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- { id: "p1", name: "Organic Carrots", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/ripe-carrots-blue_23-2147761583.jpg?_wi=2" },
- { id: "p2", name: "Vine Tomatoes", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-tomatoes-plate-with-copy-space_23-2148253274.jpg" },
- { id: "p3", name: "Crisp Lettuce", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-lettuce_1203-1874.jpg" },
- { id: "p4", name: "Garden Broccoli", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/green-pods-peas-saucepans-with-asparagus-tomato-sorrel-spinach-lettuce-green-onion-top-view-wooden-wall_176474-5737.jpg" },
- { id: "p5", name: "Bell Peppers", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-colorful-fresh-assorted-bell-pepperson-concrete-surface_114579-5421.jpg" },
- { 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" },
+ { id: "p1", name: "Seasonal Greens", price: "Varied", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-lettuce_1203-1874.jpg" },
+ { id: "p2", name: "Farm-Fresh Tomatoes", price: "Varied", imageSrc: "http://img.b2bpic.net/free-photo/closeup-tomatoes-plate-with-copy-space_23-2148253274.jpg" },
+ { id: "p3", name: "Organic Root Vegetables", price: "Varied", imageSrc: "http://img.b2bpic.net/free-photo/ripe-carrots-blue_23-2147761583.jpg?_wi=2" },
]}
- title="Seasonal Harvest"
- description="Browse our latest selection of seasonal vegetables grown at gemüsehof nieder with love and care."
+ title="Our Produce Selection"
+ description="Discover the flavors of the season directly from our fields in Westönnen."
/>
@@ -108,14 +105,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- { id: "t1", title: "So Fresh!", quote: "The vegetables are so flavorful and fresh.", name: "Sarah Miller", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-taking-care-her-garden_329181-16490.jpg" },
- { id: "t2", title: "Reliable", quote: "Consistent quality week after week.", name: "John Doe", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-family-choosing-groceries-showing-ok-gesture_171337-2355.jpg" },
- { id: "t3", title: "Amazing", quote: "Best tomatoes I've ever tasted.", name: "Chef Marco", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-head-chef-hands-cutting-fresh-organic-red-bell-pepper-while-cooking-gourmet-dish-dinner-service-gastronomy-expert-cutting-vegetables-greens-delicious-meal_482257-40143.jpg" },
- { id: "t4", title: "Great Quality", quote: "Everything is always perfect.", name: "Elena Ross", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg" },
- { 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" },
+ { id: "t1", title: "A family staple", quote: "We've been shopping at Nieder for three generations. Always excellent!", name: "Helmut K.", role: "Local Resident" },
+ { id: "t2", title: "True quality", quote: "The difference in taste is real. You can tell they've been doing this for 60 years.", name: "Marie S.", role: "Regular Customer" },
]}
- title="What Our Families Say"
- description="See why local families trust gemüsehof nieder for their daily vegetables."
+ title="Stories from Our Neighbors"
+ description="Proudly serving the families of Werl and beyond for six decades."
/>
@@ -123,9 +117,9 @@ export default function LandingPage() {