@extends('layouts.app') @section('content') {{-- Hero --}}
{{ $pageTitle ?? 'Our Projects' }}
Projects

All Projects

Explore our diverse portfolio of premium residential and commercial developments across the region.

{{-- Filter Tabs --}}
@include('components.handover-projects') @include('components.on-going-projects') @include('components.upcoming-projects')
{{-- CTA --}} @include('components.call-to-action') @endsection