From 1bf57e63487f4e4f2053666b5b2ce78db87e2c27 Mon Sep 17 00:00:00 2001
From: miki549 <szucs549@gmail.com>
Date: Mon, 5 May 2025 21:23:40 +0200
Subject: [PATCH] =?UTF-8?q?Cursor=20licensz=20felv=C3=A9ve=20xD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 sample_products.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sample_products.sql b/sample_products.sql
index 64bd482..8447b3d 100644
--- a/sample_products.sql
+++ b/sample_products.sql
@@ -2,7 +2,7 @@ delete
 from products;
 INSERT INTO PRODUCTS (id, category, image_url, name, price, stock)
 VALUES (1, 'Laptops', 'https://cdn.aqua.hu/1836/tn_1-1673983.jpg', 'HP 250 G8 laptop', 194690.00, 5),
-       (2, 'Laptops', 'https://cdn.aqua.hu/1948/1-1741758.jpg', 'Lenovo IdeaPad 3 notebook', 245250.00, 8),
+       (2, 'Software', 'https://miro.medium.com/v2/resize:fit:1085/1*Q7bOeukT7Ll3egoTVqk8Tg.jpeg', 'Cursor AI Pro Licence', 10000.00, 120),
        (3, 'Laptops', 'https://cdn.aqua.hu/1816/1-1661484.jpg', 'Asus VivoBook 15 laptop', 167890.00, 6),
        (4, 'Main Components',
         'https://cdn.aqua.hu/1107/tn_32gb-3200mhz-ddr4-ram-kingston-fury-beast-black-cl16-2x16gb-kf432c16bb1k232-1210861.jpg',
-- 
GitLab