Open Events
'Cosmic Meadow Festival',
'date' => '2025-12-15',
'location' => 'Miami, FL',
'image' => 'https://images.pexels.com/photos/2263436/pexels-photo-2263436.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2'
],
[
'title' => 'Neon Garden Rave',
'date' => '2025-11-28',
'location' => 'Las Vegas, NV',
'image' => 'https://images.pexels.com/photos/1684151/pexels-photo-1684151.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2'
],
[
'title' => 'Bass Canyon Showcase',
'date' => '2026-01-20',
'location' => 'Denver, CO',
'image' => 'https://images.pexels.com/photos/2118046/pexels-photo-2118046.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2'
],
[
'title' => 'Quantum Valley Experience',
'date' => '2026-02-10',
'location' => 'New York, NY',
'image' => 'https://images.pexels.com/photos/2099023/pexels-photo-2099023.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2'
],
[
'title' => 'Circuit Grounds Tour',
'date' => '2026-03-05',
'location' => 'Chicago, IL',
'image' => 'https://images.pexels.com/photos/2526127/pexels-photo-2526127.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2'
],
[
'title' => 'Wasteland Arena',
'date' => '2026-04-18',
'location' => 'Los Angeles, CA',
'image' => 'https://images.pexels.com/photos/2339031/pexels-photo-2339031.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2'
]
];
foreach ($events as $event):
?>