Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf9a3c828d | |||
| bcc3482f7e | |||
| 2aa674f005 | |||
| 701a69f684 |
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Zobacz ofertę", href: "#products"},
|
text: "Sprawdź aktualne promocje", href: "#products"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-looking-new-electric-oven-shopping-mall_93675-133482.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/young-woman-looking-new-electric-oven-shopping-mall_93675-133482.jpg?_wi=2"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -125,17 +125,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Lodówka Samsung", price: "2999 PLN", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-orange-refrigerator_23-2152012001.jpg", priceButtonProps: { text: "Dodaj do koszyka" }},
|
id: "1", name: "Lodówka Samsung", price: "2999 PLN", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-orange-refrigerator_23-2152012001.jpg"},
|
||||||
{
|
{
|
||||||
id: "2", name: "Pralka Bosch", price: "1899 PLN", imageSrc: "http://img.b2bpic.net/free-photo/blender-juice-machine_1203-7837.jpg", priceButtonProps: { text: "Dodaj do koszyka" }},
|
id: "2", name: "Pralka Bosch", price: "1899 PLN", imageSrc: "http://img.b2bpic.net/free-photo/blender-juice-machine_1203-7837.jpg"},
|
||||||
{
|
{
|
||||||
id: "3", name: "TV LG OLED", price: "4599 PLN", imageSrc: "http://img.b2bpic.net/free-photo/gamer-watching-online-tutorial-tv-made-by-content-creator-how-win-videogame_482257-82183.jpg", priceButtonProps: { text: "Dodaj do koszyka" }},
|
id: "3", name: "TV LG OLED", price: "4599 PLN", imageSrc: "http://img.b2bpic.net/free-photo/gamer-watching-online-tutorial-tv-made-by-content-creator-how-win-videogame_482257-82183.jpg"},
|
||||||
{
|
{
|
||||||
id: "4", name: "Ekspres DeLonghi", price: "1299 PLN", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-frothing-pouring-from-espresso-machine_23-2147834514.jpg", priceButtonProps: { text: "Dodaj do koszyka" }},
|
id: "4", name: "Ekspres DeLonghi", price: "1299 PLN", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-frothing-pouring-from-espresso-machine_23-2147834514.jpg"},
|
||||||
{
|
{
|
||||||
id: "5", name: "Odkurzacz Roomba", price: "1499 PLN", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150829970.jpg", priceButtonProps: { text: "Dodaj do koszyka" }},
|
id: "5", name: "Odkurzacz Roomba", price: "1499 PLN", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150829970.jpg"},
|
||||||
{
|
{
|
||||||
id: "6", name: "Laptop Lenovo", price: "3199 PLN", imageSrc: "http://img.b2bpic.net/free-photo/desk-with-ssd-laptop-flat-lay_23-2149328275.jpg", priceButtonProps: { text: "Dodaj do koszyka" }},
|
id: "6", name: "Laptop Lenovo", price: "3199 PLN", imageSrc: "http://img.b2bpic.net/free-photo/desk-with-ssd-laptop-flat-lay_23-2149328275.jpg"},
|
||||||
]}
|
]}
|
||||||
title="Bestsellery"
|
title="Bestsellery"
|
||||||
description="Najchętniej wybierane produkty w naszej ofercie."
|
description="Najchętniej wybierane produkty w naszej ofercie."
|
||||||
|
|||||||
Reference in New Issue
Block a user