|
| 1 | +[ |
| 2 | + { |
| 3 | + "name": "Apple", |
| 4 | + "tagline": "Think Different", |
| 5 | + "industry": "Technology", |
| 6 | + "founded": 1976, |
| 7 | + "hq": "Cupertino, California", |
| 8 | + "colors": ["#000000", "#ffffff", "#a2aaad"], |
| 9 | + "description": "Apple Inc. is a global technology leader that designs, manufactures and sells smartphones, computers, tablets, wearables and services. Known for its iconic iPhone, Mac, iPad, and the App Store ecosystem.", |
| 10 | + "tags": ["tech", "innovation", "premium", "consumer electronics", "software"], |
| 11 | + "emoji": "🍎" |
| 12 | + }, |
| 13 | + { |
| 14 | + "name": "Nike", |
| 15 | + "tagline": "Just Do It", |
| 16 | + "industry": "Sportswear & Lifestyle", |
| 17 | + "founded": 1964, |
| 18 | + "hq": "Beaverton, Oregon", |
| 19 | + "colors": ["#111111", "#fa5400", "#ffffff"], |
| 20 | + "description": "Nike is the world's leading athletic footwear and apparel brand, inspiring athletes through innovative performance products and powerful storytelling.", |
| 21 | + "tags": ["fashion", "lifestyle", "sports", "footwear", "apparel"], |
| 22 | + "emoji": "✔️" |
| 23 | + }, |
| 24 | + { |
| 25 | + "name": "Coca-Cola", |
| 26 | + "tagline": "Open Happiness", |
| 27 | + "industry": "Beverages", |
| 28 | + "founded": 1892, |
| 29 | + "hq": "Atlanta, Georgia", |
| 30 | + "colors": ["#f40009", "#ffffff", "#000000"], |
| 31 | + "description": "The Coca-Cola Company is the world's largest beverage corporation, with over 500 brands sold in more than 200 countries.", |
| 32 | + "tags": ["food", "beverages", "fmcg", "global", "iconic"], |
| 33 | + "emoji": "🥤" |
| 34 | + }, |
| 35 | + { |
| 36 | + "name": "Tesla", |
| 37 | + "tagline": "Accelerating the World's Transition to Sustainable Energy", |
| 38 | + "industry": "Electric Vehicles & Energy", |
| 39 | + "founded": 2003, |
| 40 | + "hq": "Austin, Texas", |
| 41 | + "colors": ["#cc0000", "#000000", "#ffffff"], |
| 42 | + "description": "Tesla designs and manufactures electric vehicles, battery energy storage, solar panels and solar roof tiles.", |
| 43 | + "tags": ["auto", "tech", "ev", "innovation", "sustainability"], |
| 44 | + "emoji": "⚡" |
| 45 | + }, |
| 46 | + { |
| 47 | + "name": "Louis Vuitton", |
| 48 | + "tagline": "The Art of Travel", |
| 49 | + "industry": "Luxury Fashion", |
| 50 | + "founded": 1854, |
| 51 | + "hq": "Paris, France", |
| 52 | + "colors": ["#b08850", "#1a1a1a", "#f5f0e8"], |
| 53 | + "description": "Louis Vuitton is a French luxury fashion house and the flagship brand of LVMH. Famous for its LV monogram on luggage, handbags, and leather goods.", |
| 54 | + "tags": ["fashion", "luxury", "lifestyle", "premium", "heritage"], |
| 55 | + "emoji": "👜" |
| 56 | + }, |
| 57 | + { |
| 58 | + "name": "Spotify", |
| 59 | + "tagline": "Music for Everyone", |
| 60 | + "industry": "Music & Streaming", |
| 61 | + "founded": 2006, |
| 62 | + "hq": "Stockholm, Sweden", |
| 63 | + "colors": ["#1db954", "#191414", "#ffffff"], |
| 64 | + "description": "Spotify is the world's largest music streaming service with over 600 million users offering songs, podcasts, and audiobooks.", |
| 65 | + "tags": ["tech", "music", "streaming", "entertainment", "lifestyle"], |
| 66 | + "emoji": "🎵" |
| 67 | + } |
| 68 | +] |
0 commit comments