Merge version_1 into main #3
@@ -54,8 +54,8 @@ export default function AboutPage() {
|
||||
title="Meet the Team"
|
||||
description="Our dedicated staff ensuring the best service."
|
||||
members={[
|
||||
{ id: "s1", name: "Anna", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg" },
|
||||
{ id: "s2", name: "Petr", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg" },
|
||||
{ id: "s1", name: "Anna", role: "Founder", 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?_wi=4" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,8 +75,8 @@ export default function LandingPage() {
|
||||
title="Our Artisan Team"
|
||||
description="Meet the passionate individuals keeping our heritage food traditions alive."
|
||||
members={[
|
||||
{ id: "staff-1", name: "Anna", role: "Head Baker", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg" },
|
||||
{ id: "staff-2", name: "Marek", role: "Butcher", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg" },
|
||||
{ id: "staff-1", name: "Anna", role: "Head Baker", 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?_wi=2" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -89,8 +89,8 @@ export default function LandingPage() {
|
||||
title="From Our Kitchen"
|
||||
description="Stories behind our ingredients and recipes."
|
||||
blogs={[
|
||||
{ id: "b1", 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", authorName: "Anna", authorAvatar: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg", date: "2025-05-12" },
|
||||
{ id: "b2", 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", authorName: "Marek", authorAvatar: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg", date: "2025-05-15" },
|
||||
{ id: "b1", 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?_wi=1", authorName: "Anna", authorAvatar: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg", date: "2025-05-12" },
|
||||
{ id: "b2", 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?_wi=1", authorName: "Marek", authorAvatar: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg", date: "2025-05-15" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -43,11 +43,11 @@ export default function ProductsPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Traditional Sernik", price: "£4.50", variant: "Bakery", imageSrc: "http://img.b2bpic.net/free-photo/cake-with-side-berries-chocolate-syrup_141793-628.jpg" },
|
||||
{ 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" },
|
||||
{ id: "3", name: "Handmade Pierogi", price: "£6.20", variant: "Polish Staples", imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-table_140725-9277.jpg" },
|
||||
{ id: "1", name: "Traditional Sernik", price: "£4.50", variant: "Bakery", 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?_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?_wi=1" },
|
||||
{ id: "4", name: "Forest Honey", price: "£5.50", variant: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/autumn-decoration-with-smoothies_23-2147676559.jpg" },
|
||||
{ id: "5", 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" },
|
||||
{ id: "5", 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?_wi=1" },
|
||||
{ id: "6", name: "Seasonal Preserves", price: "£4.00", variant: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/delicious-kombucha-arrangement-still-life_52683-127479.jpg" },
|
||||
]}
|
||||
title="Craft & Care"
|
||||
@@ -64,8 +64,8 @@ export default function ProductsPage() {
|
||||
title="Featured Delicacies"
|
||||
description="Top rated products by our community."
|
||||
products={[
|
||||
{ id: "p1", brand: "Wawelski", name: "Pierogi Selection", price: "£6.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-table_140725-9277.jpg" },
|
||||
{ id: "p2", brand: "Wawelski", name: "Babka Swirl", price: "£7.50", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-bread-with-coffee_23-2148695042.jpg" },
|
||||
{ id: "p1", brand: "Wawelski", name: "Pierogi Selection", price: "£6.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-table_140725-9277.jpg?_wi=2" },
|
||||
{ id: "p2", brand: "Wawelski", name: "Babka Swirl", price: "£7.50", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-bread-with-coffee_23-2148695042.jpg?_wi=2" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user