{{-- resources/views/pages/about.blade.php --}} @extends('layouts.page') @section('title', 'About Us - PangoQ') @section('page-title', 'About Us') @section('page-subtitle', 'Learn more about PangoQ and our mission') @section('content')

This is the about page

Here you'll learn about our company, our mission, and the team behind PangoQ.

@endsection