Merge version_2 into main #5
@@ -125,17 +125,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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"},
|
||||
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: "2", name: "Pralka Bosch", price: "1899 PLN", imageSrc: "http://img.b2bpic.net/free-photo/blender-juice-machine_1203-7837.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: "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: "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: "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: "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: "5", name: "Odkurzacz Roomba", price: "1499 PLN", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150829970.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: "6", name: "Laptop Lenovo", price: "3199 PLN", imageSrc: "http://img.b2bpic.net/free-photo/desk-with-ssd-laptop-flat-lay_23-2149328275.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" }},
|
||||
]}
|
||||
title="Bestsellery"
|
||||
description="Najchętniej wybierane produkty w naszej ofercie."
|
||||
@@ -249,4 +249,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user