@extends('layouts.page')
@push('heads')
@endpush
@section('page')
@include('components.about-us-section', ['is_view_more_btn' => false])
@include('components.products-section', ['section_classes' => 'pt-3'])
@include('components.brands-section')
@endsection
@push('scripts')
@endpush