@extends('layouts.app')
@section('title', 'Services | CIVITEK - Integrated Engineering Consultant')
@section('meta')
@endsection
@section('content')
@include('components.services.hero')
@include('components.services.overview')
@include('components.services.service-list')
@include('components.services.cta')
@endsection