From 3cd443c9040a51d2a62af32bfdfcf059b838ddb1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 19:07:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6039d02..4a518a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,17 +125,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Lodówka Samsung", price: "2999 PLN", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-orange-refrigerator_23-2152012001.jpg"}, + id: "1", name: "Lodówka Samsung", price: "2999 PLN", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-orange-refrigerator_23-2152012001.jpg", priceButtonProps: { text: "Dodaj do koszyka" }}, { - id: "2", name: "Pralka Bosch", price: "1899 PLN", imageSrc: "http://img.b2bpic.net/free-photo/blender-juice-machine_1203-7837.jpg"}, + id: "2", name: "Pralka Bosch", price: "1899 PLN", imageSrc: "http://img.b2bpic.net/free-photo/blender-juice-machine_1203-7837.jpg", priceButtonProps: { text: "Dodaj do koszyka" }}, { - id: "3", name: "TV LG OLED", price: "4599 PLN", imageSrc: "http://img.b2bpic.net/free-photo/gamer-watching-online-tutorial-tv-made-by-content-creator-how-win-videogame_482257-82183.jpg"}, + id: "3", name: "TV LG OLED", price: "4599 PLN", imageSrc: "http://img.b2bpic.net/free-photo/gamer-watching-online-tutorial-tv-made-by-content-creator-how-win-videogame_482257-82183.jpg", priceButtonProps: { text: "Dodaj do koszyka" }}, { - id: "4", name: "Ekspres DeLonghi", price: "1299 PLN", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-frothing-pouring-from-espresso-machine_23-2147834514.jpg"}, + id: "4", name: "Ekspres DeLonghi", price: "1299 PLN", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-frothing-pouring-from-espresso-machine_23-2147834514.jpg", priceButtonProps: { text: "Dodaj do koszyka" }}, { - id: "5", name: "Odkurzacz Roomba", price: "1499 PLN", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150829970.jpg"}, + id: "5", name: "Odkurzacz Roomba", price: "1499 PLN", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150829970.jpg", priceButtonProps: { text: "Dodaj do koszyka" }}, { - id: "6", name: "Laptop Lenovo", price: "3199 PLN", imageSrc: "http://img.b2bpic.net/free-photo/desk-with-ssd-laptop-flat-lay_23-2149328275.jpg"}, + id: "6", name: "Laptop Lenovo", price: "3199 PLN", imageSrc: "http://img.b2bpic.net/free-photo/desk-with-ssd-laptop-flat-lay_23-2149328275.jpg", priceButtonProps: { text: "Dodaj do koszyka" }}, ]} title="Bestsellery" description="Najchętniej wybierane produkty w naszej ofercie." @@ -249,4 +249,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1