‘architecture’,
‘title’ => ‘Architectural Wonders’,
‘icon’ => ‘ποΈ’,
‘color’ => ‘linear-gradient(135deg, #e74c3c, #c0392b)’,
‘description’ => ‘From GaudΓ\’s dreamlike creations to Gothic masterpieces and cutting-edge contemporary designs. Discover the architectural DNA that makes Barcelona unique in the world.’,
‘count’ => wp_count_posts(‘attraction’)->publish
),
array(
‘slug’ => ‘gastronomy’,
‘title’ => ‘Culinary Excellence’,
‘icon’ => ‘π½οΈ’,
‘color’ => ‘linear-gradient(135deg, #27ae60, #229954)’,
‘description’ => ‘From traditional tapas bars serving perfect jamΓ³n to Michelin-starred innovation. Taste Barcelona\’s evolution from fishing village to global gastronomic capital.’,
‘count’ => wp_count_posts(‘restaurant’)->publish
),
array(
‘slug’ => ‘culture’,
‘title’ => ‘Cultural Immersion’,
‘icon’ => ‘π’,
‘color’ => ‘linear-gradient(135deg, #3498db, #2980b9)’,
‘description’ => ‘Museums, galleries, theaters, and festivals that showcase Barcelona\’s rich cultural heritage. Experience the city\’s artistic soul through local eyes.’,
‘count’ => 85
),
array(
‘slug’ => ‘nightlife’,
‘title’ => ‘Night Ecosystems’,
‘icon’ => ‘π’,
‘color’ => ‘linear-gradient(135deg, #9b59b6, #8e44ad)’,
‘description’ => ‘Navigate Barcelona\’s legendary nightlife from intimate wine bars to world-famous clubs. Each neighborhood offers its own nocturnal personality.’,
‘count’ => 180
),
array(
‘slug’ => ‘hidden’,
‘title’ => ‘Hidden Treasures’,
‘icon’ => ‘π’,
‘color’ => ‘linear-gradient(135deg, #f39c12, #e67e22)’,
‘description’ => ‘Secret rooftops, hidden courtyards, local-only spots, and the kind of places you\’d never find without a Barcelona friend to show you.’,
‘count’ => 95
),
array(
‘slug’ => ‘neighborhoods’,
‘title’ => ‘Neighborhood Stories’,
‘icon’ => ‘ποΈ’,
‘color’ => ‘linear-gradient(135deg, #1abc9c, #16a085)’,
‘description’ => ‘Every one of Barcelona\’s neighborhoods has its own character, history, and secrets. Explore them all through our comprehensive local guides.’,
‘count’ => wp_count_posts(‘neighborhood’)->publish
)
);
$delay = 0.1;
foreach ($categories as $category) :
?>