Merge version_1 into main #3
@@ -54,19 +54,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria G.", handle: "Zadowolona gość", testimonial: "Najlepszy risotto, jaki kiedykolwiek jadłam! Atmosfera idealna, obsługa miła i profesjonalna.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Paweł K.", handle: "Zwracający gość", testimonial: "Tagliatelle były niewiarygodne. Polecam każdy weekend! Pizza też doskonała.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
name: "Anna M.", handle: "Kraków", testimonial: "Fondant czekoladowy? Czysty czar! Wrócę na pewno. Ceny fair, porcje hojne.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
name: "Tomasz W.", handle: "Stamtąd stąd", testimonial: "Autentyczne włoskie smaki w Świnoujściu. Tiramisu domowe, wino wspaniałe. Top!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg?_wi=4"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
||||
id: "4", name: "Fondant Czekoladowy", price: "24 zł", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-dusting-sugar-delicious-chocolate-pastry_23-2148161562.jpg", imageAlt: "Fondant", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "5", name: "Tiramisu", price: "22 zł", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg", imageAlt: "Tiramisu", initialQuantity: 1
|
||||
id: "5", name: "Tiramisu", price: "22 zł", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg?_wi=5", imageAlt: "Tiramisu", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user