[
  {
    "id": "tile_001",
    "title": "Ceramic Blue Tile",
    "description": "Premium ceramic tile with blue glaze finish, perfect for modern bathrooms.",
    "image": "/assets/oceanblue.jpg",
    "category": "ceramic",
    "price": 45.99,
    "currency": "USD",
    "dimensions": "60x60 cm",
    "material": "Ceramic",
    "inStock": true,
    "tags": [
      "Minimalist",
      "Blue",
      "Modern"
    ]
  },
  {
    "id": "tile_002",
    "title": "Marble White Classic",
    "description": "Elegant white marble tile with grey veining for a luxury feel.",
    "image": "/assets/Carrara-White-Marble-Texture.jpg",
    "category": "marble",
    "price": 89.5,
    "currency": "USD",
    "dimensions": "80x80 cm",
    "material": "Natural Stone",
    "inStock": true,
    "tags": [
      "Luxury",
      "White",
      "Classic"
    ]
  },
  {
    "id": "tile_003",
    "title": "Terrazzo Grey Mix",
    "description": "Modern terrazzo pattern with multi-colored chips.",
    "image": "/assets/greymix.jpg",
    "category": "terrazzo",
    "price": 55,
    "currency": "USD",
    "dimensions": "30x30 cm",
    "material": "Cement",
    "inStock": true,
    "tags": [
      "Modern",
      "Grey",
      "Textured"
    ]
  },
  {
    "id": "tile_004",
    "title": "Wood-Look Porcelain",
    "description": "The warmth of wood with the durability of porcelain.",
    "image": "/assets/wood.jpg",
    "category": "porcelain",
    "price": 38.25,
    "currency": "USD",
    "dimensions": "20x120 cm",
    "material": "Porcelain",
    "inStock": true,
    "tags": [
      "Warm",
      "Brown",
      "Natural"
    ]
  },
  {
    "id": "tile_005",
    "title": "Slate Stone Charcoal",
    "description": "Natural slate stone with a rugged, slip-resistant surface.",
    "image": "/assets/charcoal.jpg",
    "category": "stone",
    "price": 62.99,
    "currency": "USD",
    "dimensions": "45x45 cm",
    "material": "Slate",
    "inStock": false,
    "tags": [
      "Dark",
      "Industrial",
      "Rugged"
    ]
  },
  {
    "id": "tile_006",
    "title": "Moroccan Zellige Green",
    "description": "Hand-crafted emerald green tiles with high variation in tone.",
    "image": "/assets/green.webp",
    "category": "ceramic",
    "price": 120,
    "currency": "USD",
    "dimensions": "10x10 cm",
    "material": "Clay",
    "inStock": true,
    "tags": [
      "Handmade",
      "Green",
      "Vibrant"
    ]
  },
  {
    "id": "tile_008",
    "title": "Subway Glossy White",
    "description": "Classic subway tile that fits any kitchen backsplash.",
    "image": "/assets/subway.jpeg",
    "category": "ceramic",
    "price": 25,
    "currency": "USD",
    "dimensions": "7.5x15 cm",
    "material": "Ceramic",
    "inStock": true,
    "tags": [
      "Classic",
      "Kitchen",
      "Clean"
    ]
  },
  {
    "id": "tile_011",
    "title": "Glass Mosaic Sky",
    "description": "Shimmering glass mosaic tiles for pool or shower areas.",
    "image": "/assets/mosaic.webp",
    "category": "glass",
    "price": 95,
    "currency": "USD",
    "dimensions": "2.5x2.5 cm",
    "material": "Glass",
    "inStock": true,
    "tags": [
      "Blue",
      "Waterproof",
      "Sparkling"
    ]
  }
]