Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 08:46:58 +00:00
2 changed files with 1372 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -74,9 +74,9 @@ export default function LandingPage() {
tag="Premium Selection"
tagIcon={Grape}
products={[
{ id: "1", name: "Estate Riesling 2022", price: "€18.00", imageSrc: "http://img.b2bpic.net/free-photo/shelves-with-bottles-pub_1262-3621.jpg", imageAlt: "Estate Riesling bottle", initialQuantity: 1 },
{ id: "2", name: "Spätburgunder Red 2021", price: "€22.00", imageSrc: "http://img.b2bpic.net/free-photo/shelves-with-bottles-pub_1262-3621.jpg", imageAlt: "Spätburgunder Red bottle", initialQuantity: 1 },
{ id: "3", name: "Müller-Thurgau White 2023", price: "€16.00", imageSrc: "http://img.b2bpic.net/free-photo/shelves-with-bottles-pub_1262-3621.jpg", imageAlt: "Müller-Thurgau White bottle", initialQuantity: 1 }
{ id: "1", name: "Estate Riesling 2022", price: "€18.00", imageSrc: "http://img.b2bpic.net/free-photo/shelves-with-bottles-pub_1262-3621.jpg?_wi=1", imageAlt: "Estate Riesling bottle", initialQuantity: 1 },
{ id: "2", name: "Spätburgunder Red 2021", price: "€22.00", imageSrc: "http://img.b2bpic.net/free-photo/shelves-with-bottles-pub_1262-3621.jpg?_wi=2", imageAlt: "Spätburgunder Red bottle", initialQuantity: 1 },
{ id: "3", name: "Müller-Thurgau White 2023", price: "€16.00", imageSrc: "http://img.b2bpic.net/free-photo/shelves-with-bottles-pub_1262-3621.jpg?_wi=3", imageAlt: "Müller-Thurgau White bottle", initialQuantity: 1 }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -93,7 +93,7 @@ export default function LandingPage() {
description="Experience the perfect blend of nature and comfort in our tranquil garden sanctuary."
tag="Outdoor Experience"
tagIcon={TreePine}
imageSrc="http://img.b2bpic.net/free-photo/vase-plant-table-decoration-with-pillow-sofa-chair_74190-8659.jpg"
imageSrc="http://img.b2bpic.net/free-photo/vase-plant-table-decoration-with-pillow-sofa-chair_74190-8659.jpg?_wi=1"
imageAlt="Garden seating area with vineyard views"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -156,7 +156,7 @@ export default function LandingPage() {
description="Whether you're a passing hiker seeking refreshment or planning a wine tasting adventure, we're here to welcome you. Drop us a line and let's create your perfect countryside moment."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/vase-plant-table-decoration-with-pillow-sofa-chair_74190-8659.jpg"
imageSrc="http://img.b2bpic.net/free-photo/vase-plant-table-decoration-with-pillow-sofa-chair_74190-8659.jpg?_wi=2"
imageAlt="Welcoming garden at Weingut Geistermühle"
mediaAnimation="slide-up"
mediaPosition="right"