From c44be9f29be510ed4cc70ecd9a4fd5bd39d2a36f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 07:00:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51d7659..22d5b7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-dried-flowers-table_23-2149591635.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-dried-flowers-table_23-2149591635.jpg?_wi=1" imageAlt="elegant glass essential oil diffuser" mediaAnimation="blur-reveal" /> @@ -89,7 +89,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dried-flowers-table_23-2149591635.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dried-flowers-table_23-2149591635.jpg?_wi=2", imageAlt: "ultrasonic diffuser technology steam", }, { @@ -117,7 +117,7 @@ export default function LandingPage() { title: "Nastrojowe oświetlenie LED", description: "Subtelne oświetlenie LED dodaje elegancji i tworzy wyjątkowy nastrój w każdym pomieszczeniu.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/ice-cubes-transparent-glass-with-shadow-white-background_23-2147948662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ice-cubes-transparent-glass-with-shadow-white-background_23-2147948662.jpg?_wi=1", imageAlt: "led lighting diffuser atmosphere", }, items: [ @@ -131,7 +131,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-bottle-with-rosemary_23-2148431482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-bottle-with-rosemary_23-2148431482.jpg?_wi=1", imageAlt: "ultrasonic diffuser technology steam", }, ]} @@ -150,13 +150,13 @@ export default function LandingPage() { id: "p1", name: "Comet Szklany Dyfuzor", price: "315,00 zł", - imageSrc: "http://img.b2bpic.net/free-photo/ice-cubes-transparent-glass-with-shadow-white-background_23-2147948662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ice-cubes-transparent-glass-with-shadow-white-background_23-2147948662.jpg?_wi=2", }, { id: "p2", name: "Hydrolat Lawendowy", price: "196,00 zł", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-bottle-with-rosemary_23-2148431482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-bottle-with-rosemary_23-2148431482.jpg?_wi=2", }, { id: "p3", -- 2.49.1