Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -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", 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"
|
||||
description="Najchętniej wybierane produkty w naszej ofercie."
|
||||
@@ -193,7 +193,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "Czy dostarczacie sprzęt w weekendy?", content: "Realizujemy dostawy w soboty w godzinach 9:00–14:00. W niedziele nie realizujemy dostaw. Jeśli potrzebujesz pomocy poza tymi godzinami, prosimy o kontakt przez nasz dział wsparcia: #contact"},
|
||||
id: "q1", title: "Czy dostarczacie sprzęt w weekendy?", content: "W święta godziny mogą się różnić, zapraszamy do kontaktu telefonicznego."},
|
||||
{
|
||||
id: "q2", title: "Czy montaż jest w cenie dostawy?", content: "Montaż to usługa dodatkowa, wyceniana indywidualnie."},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user