From 78a44b70e2c2ac9702c6086291d4416832492e8b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:06:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d28cd4e..5afd6e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function CoffeeLanding() { features={[ { id: "1", title: "Kawa premium", description: "Starannie wybraną kawę z najlepszych uprzenień świata, przyrządzaną przez doświadczonych barystów.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-having-cup-coffee_53876-40350.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-having-cup-coffee_53876-40350.jpg?_wi=1"}, items: [ { icon: Coffee, text: "Świeżo mielona kawa" }, { icon: Sparkles, text: "Espresso machine premium" }, @@ -113,9 +113,9 @@ export default function CoffeeLanding() { tag="Galeria" products={[ { - id: "1", name: "Wnętrze kawiarni", price: "Wyjątkowe", variant: "Przytulna, jasna, elegancka", imageSrc: "http://img.b2bpic.net/free-photo/two-leather-yellow-armchairs-coffee-table-restaurant_140725-8902.jpg", imageAlt: "Klimatyczne wnętrze kawiarni"}, + id: "1", name: "Wnętrze kawiarni", price: "Wyjątkowe", variant: "Przytulna, jasna, elegancka", imageSrc: "http://img.b2bpic.net/free-photo/two-leather-yellow-armchairs-coffee-table-restaurant_140725-8902.jpg?_wi=1", imageAlt: "Klimatyczne wnętrze kawiarni"}, { - id: "2", name: "Szczegóły premium", price: "Dbane", variant: "Porcelana, detale, tekstury", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-having-cup-coffee_53876-40350.jpg", imageAlt: "Premium detale i porcelana"}, + id: "2", name: "Szczegóły premium", price: "Dbane", variant: "Porcelana, detale, tekstury", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-having-cup-coffee_53876-40350.jpg?_wi=2", imageAlt: "Premium detale i porcelana"}, { id: "3", name: "Miejsce spotkań", price: "Zapraszające", variant: "Dla rodzin, par, znajomych", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-gathering-cafe-enjoying-their-coffee-time-while-talking-each-other_637285-3997.jpg", imageAlt: "Klienci cieszący się kawą"}, ]} @@ -219,7 +219,7 @@ export default function CoffeeLanding() { required: false, }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/two-leather-yellow-armchairs-coffee-table-restaurant_140725-8902.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-leather-yellow-armchairs-coffee-table-restaurant_140725-8902.jpg?_wi=2" imageAlt="Kawiarnia premium" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1