From 88c4844626487c3a9c6e2b2bed61d05737930551 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 07:01:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dd24799..663bc3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { reverse: true }, { - 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", imageAlt: "led lighting diffuser atmosphere" }, + 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?_wi=1", imageAlt: "led lighting diffuser atmosphere" }, items: [ { icon: Lightbulb, text: "Nastrojowe światło" }, { icon: Star, text: "Elegancki design" }, @@ -92,7 +92,7 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} products={[ - { 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" }, + { 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?_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" }, { id: "p3", name: "Hydrolat z Kadzidłowca", price: "174,00 zł", imageSrc: "http://img.b2bpic.net/free-photo/essential-oil-aroma-diffuser-humidifier-diffusing-water-articles-air_169016-13376.jpg" }, { id: "p4", name: "Yoyo Gold Dyfuzor", price: "280,00 zł", imageSrc: "http://img.b2bpic.net/free-photo/aroma-oil-diffuser-lamp-flowers-knitted-element-blurred-background_169016-38779.jpg" },