@extends('layouts.app')
@section('title', 'About Us | CIVITEK - Trusted Engineering Consultant')
@section('meta')
@endsection
@section('content')
@include('components.about.hero')
@include('components.about.introduction')
@include('components.about.background')
@include('components.about.vision-mission')
@include('components.about.values')
@include('components.about.team-overview')
@endsection