Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-07 13:56:50 +00:00

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
handle: "@SilviasTeeladen",
testimonial: "Kommen Sie vorbei und lassen Sie sich von unserem Sortiment inspirieren.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/herbal-tea-leaves-wooden-bowl_114579-84870.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/herbal-tea-leaves-wooden-bowl_114579-84870.jpg?_wi=1",
imageAlt: "tea shop interior warm lighting",
},
{
@@ -68,7 +68,7 @@ export default function LandingPage() {
handle: "@kunde",
testimonial: "Ein wunderbares Erlebnis für alle Teeliebhaber.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-salmon-dish-bowl-restaurant_23-2150461469.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-salmon-dish-bowl-restaurant_23-2150461469.jpg?_wi=1",
imageAlt: "friendly tea shop owner pouring tea",
},
{
@@ -76,7 +76,7 @@ export default function LandingPage() {
handle: "@gast",
testimonial: "Sehr kompetente Beratung und gemütliche Auswahl.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-kombucha-jar-still-life_23-2150252179.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-kombucha-jar-still-life_23-2150252179.jpg?_wi=1",
imageAlt: "high quality loose leaf green tea",
},
{
@@ -84,7 +84,7 @@ export default function LandingPage() {
handle: "@fan",
testimonial: "Mein Lieblingsladen für Tee und Schokolade.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cookies-tea-flat-lay_23-2148322188.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cookies-tea-flat-lay_23-2148322188.jpg?_wi=1",
imageAlt: "artisanal chocolate truffles gift box",
},
{
@@ -92,11 +92,11 @@ export default function LandingPage() {
handle: "@besucher",
testimonial: "Toller Kontakt und sehr zuvorkommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-dried-leaves-bowl-inside-white-floral-bowl_23-2147975326.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-dried-leaves-bowl-inside-white-floral-bowl_23-2147975326.jpg?_wi=1",
imageAlt: "delicate white tea leaves in tin",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/herbal-tea-leaves-wooden-bowl_114579-84870.jpg"
imageSrc="http://img.b2bpic.net/free-photo/herbal-tea-leaves-wooden-bowl_114579-84870.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/friends-chatting-restaurant-while-having-medical-masks-their-chin_23-2148693100.jpg",
@@ -142,7 +142,7 @@ export default function LandingPage() {
description: "Wir nehmen uns Zeit für Ihre individuelle Auswahl.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-eating-salmon-dish-bowl-restaurant_23-2150461469.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-eating-salmon-dish-bowl-restaurant_23-2150461469.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>
@@ -158,37 +158,37 @@ export default function LandingPage() {
id: "p1",
name: "Bio Grüntee",
price: "ab 5,90 €",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-kombucha-jar-still-life_23-2150252179.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-kombucha-jar-still-life_23-2150252179.jpg?_wi=2",
},
{
id: "p2",
name: "Pralinen Selection",
price: "ab 8,50 €",
imageSrc: "http://img.b2bpic.net/free-photo/cookies-tea-flat-lay_23-2148322188.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cookies-tea-flat-lay_23-2148322188.jpg?_wi=2",
},
{
id: "p3",
name: "Exklusiver Oolong",
price: "ab 6,50 €",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-dried-leaves-bowl-inside-white-floral-bowl_23-2147975326.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-dried-leaves-bowl-inside-white-floral-bowl_23-2147975326.jpg?_wi=2",
},
{
id: "p4",
name: "Dunkle Schokolade",
price: "ab 4,20 €",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-praline-chocolate-box_140725-11802.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-praline-chocolate-box_140725-11802.jpg?_wi=1",
},
{
id: "p5",
name: "Rooibos Variationen",
price: "ab 5,50 €",
imageSrc: "http://img.b2bpic.net/free-photo/glass-cold-lemonade-marble-background-high-quality-photo_114579-67391.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-cold-lemonade-marble-background-high-quality-photo_114579-67391.jpg?_wi=1",
},
{
id: "p6",
name: "Geschenk-Set Klein",
price: "15,00 €",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-nougats-tray_23-2149646320.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-nougats-tray_23-2149646320.jpg?_wi=1",
},
]}
title="Unser Sortiment"
@@ -209,7 +209,7 @@ export default function LandingPage() {
quote: "Sehr freundlicher Kontakt und ein tolles Sortiment.",
tag: "Top",
avatarSrc: "http://img.b2bpic.net/free-photo/friends-chatting-restaurant-while-having-medical-masks-their-chin_23-2148693100.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-praline-chocolate-box_140725-11802.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-praline-chocolate-box_140725-11802.jpg?_wi=2",
imageAlt: "finest dark chocolate praline set",
},
{
@@ -220,7 +220,7 @@ export default function LandingPage() {
quote: "Die Inhaberin ist sehr zuvorkommend und freundlich.",
tag: "Empfehlenswert",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-chilling-out-with-coffee-cafe_53876-26326.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-cold-lemonade-marble-background-high-quality-photo_114579-67391.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-cold-lemonade-marble-background-high-quality-photo_114579-67391.jpg?_wi=2",
imageAlt: "organic rooibos tea premium",
},
{
@@ -231,7 +231,7 @@ export default function LandingPage() {
quote: "Man fühlt sich direkt willkommen und gut beraten.",
tag: "Gut",
avatarSrc: "http://img.b2bpic.net/free-photo/person-reading-book-cafe_23-2150064763.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-nougats-tray_23-2149646320.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-nougats-tray_23-2149646320.jpg?_wi=2",
imageAlt: "gourmet chocolate bar assortment",
},
{