Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-30 19:39:54 +00:00

View File

@@ -83,14 +83,14 @@ export default function LandingPage() {
handle: "@marcb",
testimonial: "Welcoming, warm atmosphere and very helpful staff.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-shopper-looking-accessories-shop-window-holding-shopping-bags-standing-store-outside-front-view-through-glass-window-shopping-concept_74855-11594.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-shopper-looking-accessories-shop-window-holding-shopping-bags-standing-store-outside-front-view-through-glass-window-shopping-concept_74855-11594.jpg?_wi=1",
},
{
name: "Clara T.",
handle: "@clarat",
testimonial: "Incredible variety of local honeys and fresh jams. A must-visit.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-shopper-looking-accessories-shop-window-holding-shopping-bags-standing-store-outside-front-view-through-glass-window-shopping-concept_74855-11594.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-shopper-looking-accessories-shop-window-holding-shopping-bags-standing-store-outside-front-view-through-glass-window-shopping-concept_74855-11594.jpg?_wi=2",
},
]}
buttons={[
@@ -242,28 +242,28 @@ export default function LandingPage() {
name: "Smoked Charcuterie Platter",
price: "18.00 CHF",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-assortment_23-2149617127.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-assortment_23-2149617127.jpg?_wi=1",
},
{
id: "3",
name: "Forest Wildflower Honey",
price: "9.50 CHF",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/honey-jar-with-wooden-honey-dipper_23-2149442341.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/honey-jar-with-wooden-honey-dipper_23-2149442341.jpg?_wi=1",
},
{
id: "4",
name: "Artisanal Dried Sausage",
price: "7.20 CHF",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-assortment_23-2149617127.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-assortment_23-2149617127.jpg?_wi=2",
},
{
id: "5",
name: "Farmhouse Berry Jam",
price: "6.00 CHF",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/honey-jar-with-wooden-honey-dipper_23-2149442341.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/honey-jar-with-wooden-honey-dipper_23-2149442341.jpg?_wi=2",
},
]}
/>