Spazio Solazzo

A space in the heart of Palermo where people meet to work, share ideas and spend time together.

Explore Spaces <.icon name="hero-chevron-down" class="size-5" />
<.live_component module={SpazioSolazzoWeb.CarouselLiveComponent} id="home-carousel" images={@carousel_images} height="800px" />

Our Natural Habitats

Sophisticated environments tailored for your creative flow.

<%= if @coworking_space do %> <.space_card id="coworking" title={@coworking_space.name} description={@coworking_space.description} price="15" time_unit="4 hours" image_url={~p"/images/coworking_room/01.jpg"} primary_label="Coworking" primary_label_variant={:secondary} image_position={:left} booking_url={"/#{@coworking_space.slug}"} /> <% end %> <%= if @meeting_space do %> <.space_card id="meeting" title={@meeting_space.name} description={@meeting_space.description} price="40" time_unit="hour" image_url={~p"/images/meeting_room/01.jpg"} primary_label="Meeting" primary_label_variant={:secondary} secondary_label="Up to 8 people" secondary_label_icon="hero-user-group" image_position={:right} booking_url={"/#{@meeting_space.slug}"} /> <% end %> <%= if @music_space do %> <.space_card id="music" title={@music_space.name} description={@music_space.description} price="25" time_unit="hour" image_url={~p"/images/music_room/01.jpg"} primary_label="Music" primary_label_variant={:primary} secondary_label="Not Soundproof" secondary_label_icon="hero-speaker-x-mark" note="Note: This is not a professional studio and is not soundproofed." image_position={:left} booking_url={"/#{@music_space.slug}"} /> <% end %>