Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 12:13:23 +00:00
2 changed files with 1372 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,19 +53,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}
@@ -116,7 +116,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
}
]}
/>