Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-07 22:16:36 +00:00
3 changed files with 12 additions and 12 deletions

View File

@@ -74,13 +74,13 @@ export default function LandingPage() {
id: "s1",
name: "Anna",
role: "Founder",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg?_wi=3",
},
{
id: "s2",
name: "Petr",
role: "Chef",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg?_wi=4",
},
]}
/>

View File

@@ -116,13 +116,13 @@ export default function LandingPage() {
id: "staff-1",
name: "Anna",
role: "Head Baker",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg?_wi=1",
},
{
id: "staff-2",
name: "Marek",
role: "Butcher",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg?_wi=2",
},
]}
/>
@@ -141,7 +141,7 @@ export default function LandingPage() {
category: "Tradition",
title: "The Art of Sernik",
excerpt: "Discover the secret behind our signature creamy cheesecake.",
imageSrc: "http://img.b2bpic.net/free-photo/cake-with-side-berries-chocolate-syrup_141793-628.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cake-with-side-berries-chocolate-syrup_141793-628.jpg?_wi=1",
authorName: "Anna",
authorAvatar: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg",
date: "2025-05-12",
@@ -151,7 +151,7 @@ export default function LandingPage() {
category: "Technique",
title: "Smoking Kielbasa",
excerpt: "A deep dive into our cold-smoking process.",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-ham-sausage-with-bread-basket_140725-6342.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-ham-sausage-with-bread-basket_140725-6342.jpg?_wi=1",
authorName: "Marek",
authorAvatar: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg",
date: "2025-05-15",

View File

@@ -62,21 +62,21 @@ export default function LandingPage() {
name: "Traditional Sernik",
price: "£4.50",
variant: "Bakery",
imageSrc: "http://img.b2bpic.net/free-photo/cake-with-side-berries-chocolate-syrup_141793-628.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cake-with-side-berries-chocolate-syrup_141793-628.jpg?_wi=2",
},
{
id: "2",
name: "Smoked Kielbasa",
price: "£8.90",
variant: "Fresh Meats",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-ham-sausage-with-bread-basket_140725-6342.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-ham-sausage-with-bread-basket_140725-6342.jpg?_wi=2",
},
{
id: "3",
name: "Handmade Pierogi",
price: "£6.20",
variant: "Polish Staples",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-table_140725-9277.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-table_140725-9277.jpg?_wi=1",
},
{
id: "4",
@@ -90,7 +90,7 @@ export default function LandingPage() {
name: "Melting Babka",
price: "£7.00",
variant: "Sweets",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-bread-with-coffee_23-2148695042.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-bread-with-coffee_23-2148695042.jpg?_wi=1",
},
{
id: "6",
@@ -121,7 +121,7 @@ export default function LandingPage() {
price: "£6.00",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-table_140725-9277.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-table_140725-9277.jpg?_wi=2",
},
{
id: "p2",
@@ -130,7 +130,7 @@ export default function LandingPage() {
price: "£7.50",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-bread-with-coffee_23-2148695042.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-bread-with-coffee_23-2148695042.jpg?_wi=2",
},
]}
/>