@extends('layouts.app-host')
@section('title', 'Social Change Hub')
@section('css')
@endsection
@section('content')
@include('partials.join-us')
@include('partials.parteners')
@include('partials.project')
@include('partials.challenges')
@include('partials.events')
@include('partials.communauties')
@endsection