Update src/app/page.tsx
This commit is contained in:
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-white-delicious-christmas-cake-with-nuts-mandarine_181624-17966.jpg", imageAlt: "fresh bread" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cook-accurately-breaks-egg-make-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-451.jpg", imageAlt: "baker hands" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-cinnamon-rolls-assortment_23-2148904686.jpg", imageAlt: "pastries" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-cinnamon-rolls-assortment_23-2148904686.jpg?_wi=1", imageAlt: "pastries" }
|
||||
]}
|
||||
buttons={[{ text: "Navštívte nás", href: "#contact" }]}
|
||||
/>
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{ id: "p1", name: "Ražný chlieb", price: "2,50 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-ingredients_23-2149395314.jpg" },
|
||||
{ id: "p2", name: "Croissant", price: "1,20 €", imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-honey-drips-splashes_23-2151705831.jpg" },
|
||||
{ id: "p3", name: "Bageta", price: "0,90 €", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg" },
|
||||
{ id: "p3", name: "Bageta", price: "0,90 €", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg?_wi=1" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -90,8 +90,8 @@ export default function LandingPage() {
|
||||
title="Prečo si vybrať našu pekáreň?"
|
||||
description="Kvalita, lokálne suroviny a tradičný postup."
|
||||
features={[
|
||||
{ id: "f1", title: "Lokálne suroviny", author: "Farmy", description: "Z okolia Košíc.", tags: ["fresh"], imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg" },
|
||||
{ id: "f2", title: "Tradičné postupy", author: "Pekári", description: "Staré recepty.", tags: ["tradícia"], imageSrc: "http://img.b2bpic.net/free-photo/delicious-cinnamon-rolls-assortment_23-2148904686.jpg" },
|
||||
{ id: "f1", title: "Lokálne suroviny", author: "Farmy", description: "Z okolia Košíc.", tags: ["fresh"], imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg?_wi=2" },
|
||||
{ id: "f2", title: "Tradičné postupy", author: "Pekári", description: "Staré recepty.", tags: ["tradícia"], imageSrc: "http://img.b2bpic.net/free-photo/delicious-cinnamon-rolls-assortment_23-2148904686.jpg?_wi=2" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user