MiinaMagdy

Untitled

Dec 28th, 2022 (edited)
579
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.32 KB | None | 0 0
  1. [
  2.     {
  3.         "id": "0",
  4.         "name": "Airpods (3rd gen)''",
  5.         "price": "$179.99",
  6.         "rating": "3.5",
  7.         "description": "With Adaptive EQ that tunes music to your ears, and longer battery life that charges up in a snap. It shrugs off sweat and sprinkles. Inward-facing microphones detect what you’re hearing. The force sensor gives you even more control over your entertainment. Press to play, pause, skip songs and answer and end calls.",
  8.         "image": "../assets/images/airpods/airpods_3.png",
  9.         "features": [
  10.             "Active Noise Cancellation ",
  11.             "Sweat and water resistant",
  12.             "Personalized Spatial Audio with dynamic head tracking",
  13.             "Inward-facing microphone",
  14.             "An instant connection with your iPhone",
  15.             "Up to 6 hours of listening time with one charge."
  16.         ],
  17.         "cards": [
  18.             {
  19.                 "name": "Mute the breeze",
  20.                 "image": "../assets/images/airpods/mic.jpg",
  21.                 "description": "Inset microphone in each earbud minimizes wind noise"
  22.             },
  23.             {
  24.                 "name": "Pinch-perfect control",
  25.                 "image": "../assets/images/airpods/force_sensor.jpg",
  26.                 "description": "The force sensor gives you even more control over your entertainment"
  27.             },
  28.             {
  29.                 "name": "A case full of energy",
  30.                 "image": "../assets/images/airpods/case.jpeg",
  31.                 "description": "Up to 30 hours of total listening time with the case"
  32.             },
  33.             {
  34.                 "name": "Taking Sounds in totally new directions",
  35.                 "image": "../assets/images/airpods/surround_sound.png",
  36.                 "description": "Personalized Spatial Audio with dynamic head tracking"
  37.             }
  38.         ]
  39.     },
  40.     {
  41.         "id": "1",
  42.         "name": "Xiaomi Mi basic 2",
  43.         "price": "$29.99",
  44.         "rating": "4.2",
  45.         "description": "Bluetooth 5.0 Headphones Anti-Sweat IPX4 True Stereo Bluetooth Headphones, the data transmission speed is twice that of the previous generation, and the connection is faster and more stable",
  46.         "image": "../assets/images/airpods/xiaomi.png",
  47.         "features": [
  48.             "low-latency gaming mode",
  49.             "Multi-purpose physical button and voice assistant",
  50.             "7.2mm dynamic driver",
  51.             "intelligent noise reduction system",
  52.             "4.1 grams of lightweight design"
  53.         ]
  54.     },
  55.     {
  56.         "id": "2",
  57.         "name": "Sony WF-1000XM4",
  58.         "price": "$279.99",
  59.         "rating": "4.0",
  60.         "description": "Industry-leading noise canceling bluetooth earbuds with the new Integrated Processor V1, Exceptional sound quality with LDAC codec, Multipoint connection lets you connect two devices at once",
  61.         "image": "../assets/images/airpods/sony.jpg",
  62.         "features": [
  63.             "IPX4 water resistance rating",
  64.             "wireless charging",
  65.             "Ergonomic surface design",
  66.             "Multipoint connection",
  67.             "Built-in Alexa"
  68.         ]
  69.     },
  70.     {
  71.         "id": "3",
  72.         "name": "JBL Tune 125TWS",
  73.         "price": "$99.99",
  74.         "rating": "4.5",
  75.         "description": "Smartly designed 10mm drivers enhanced by the Dot form factor deliver JBL's Pure Bass Sound so you'll feel every pulsing beat, Enjoy hassle-free, hands-free calls in stereo.",
  76.         "image": "../assets/images/airpods/jbl.jpg",
  77.         "features": [
  78.             "Pure Bass Sound",
  79.             "4 mics for perfect calls",
  80.             "40 hours of playback",
  81.             "Wireless charging",
  82.             "Touch & voice control"
  83.         ]
  84.     },
  85.     {
  86.         "id": "4",
  87.         "name": "Samsung Galaxy Book",
  88.         "price": "$149.99",
  89.         "rating": "3.3",
  90.         "description": "Custom acoustic platform delivers powerful, balanced sound. Three soft eartip sizes for a stable and comfortable fit while ensuring an optimal acoustic seal. Industry-leading Class 1 Bluetooth.",
  91.         "image": "../assets/images/airpods/beats.jpg",
  92.         "features": [
  93.             "Easily fits in your pocket",
  94.             "8 hours of listening time",
  95.             "Simple one touch pairing",
  96.             "On-device controls",
  97.             "IPX4-water resistant"
  98.         ]
  99.     }
  100. ]
Add Comment
Please, Sign In to add comment