{
  "file_name": "urun_katalogu",
  "page_title": "Şirket Ürün Kataloğu",
  "company_logo": "https://via.placeholder.com/150x60/0066CC/FFFFFF?text=LOGO",
  "title_data": {
    "A": {
      "title": "Ürün Kodu",
      "field": "product_code",
      "width": 15,
      "type": "text"
    },
    "B": {
      "title": "Ürün Adı",
      "field": "product_name",
      "width": 30,
      "type": "text"
    },
    "C": {
      "title": "Kategori",
      "field": "category",
      "width": 20,
      "type": "text"
    },
    "D": {
      "title": "Fiyat (₺)",
      "field": "price",
      "width": 15,
      "type": "number"
    },
    "E": {
      "title": "Stok",
      "field": "stock",
      "width": 10,
      "type": "number"
    },
    "F": {
      "title": "Açıklama",
      "field": "description",
      "width": 40,
      "type": "text"
    }
  },
  "products_data": [
    {
      "product_code": "ELK001",
      "product_name": "Laptop Dell Inspiron 15",
      "category": "Elektronik",
      "price": 12500.50,
      "stock": 25,
      "description": "Yüksek performanslı iş bilgisayarı, 16GB RAM, 512GB SSD"
    },
    {
      "product_code": "ELK002",
      "product_name": "iPhone 15 Pro Max",
      "category": "Telefon",
      "price": 45999.99,
      "stock": 15,
      "description": "Apple'ın en yeni akıllı telefonu, 256GB depolama"
    },
    {
      "product_code": "GYS003",
      "product_name": "Erkek Gömlek",
      "category": "Giyim",
      "price": 299.90,
      "stock": 50,
      "description": "100% pamuk, klasik kesim erkek gömleği"
    },
    {
      "product_code": "EVD004",
      "product_name": "Kahve Makinesi",
      "category": "Ev & Yaşam",
      "price": 899.00,
      "stock": 12,
      "description": "Otomatik espresso makinesi, süt köpürtücülü"
    },
    {
      "product_code": "SPT005",
      "product_name": "Futbol Topu",
      "category": "Spor",
      "price": 149.50,
      "stock": 30,
      "description": "Profesyonel futbol topu, deri kaplama"
    },
    {
      "product_code": "KTG006",
      "product_name": "Çocuk Kitabı Seti",
      "category": "Kitap",
      "price": 89.90,
      "stock": 45,
      "description": "5 kitaptan oluşan eğitici çocuk kitap seti"
    },
    {
      "product_code": "KZM007",
      "product_name": "Güzellik Kremi",
      "category": "Kozmetik",
      "price": 189.00,
      "stock": 60,
      "description": "Anti-aging gecelik nemlendirici krem"
    },
    {
      "product_code": "BYA008",
      "product_name": "Bisiklet",
      "category": "Spor",
      "price": 2500.00,
      "stock": 8,
      "description": "Dağ bisikleti, 21 vites, amortisörlü"
    }
  ]
}
