@include('frontend.includes.header') @include('frontend.includes.vip-drawer')
{{ \App\Models\Setting::get('about_eyebrow', 'HERITAGE & PRECISION') }}

ABOUT TNG MOTORS

{{ \App\Models\Setting::get('about_title', 'A DECADE OF AUTOMOTIVE PERFECTION') }}

OUR PHILOSOPHY

Pioneering the Future of Luxury Automotive Sales

{{ \App\Models\Setting::get('about_body', 'Founded in 2011, TNG Motors has established itself as a premier boutique automotive dealership.') }}

TNG Motors Showroom
{{ \App\Models\Setting::get('stat_vehicles', '4,500+') }}
Supercars Sold
{{ \App\Models\Setting::get('stat_satisfaction', '99.8%') }}
Client Satisfaction
{{ \App\Models\Setting::get('stat_years', '15+ Years') }}
Heritage & History
{{ \App\Models\Setting::get('stat_techs', '12 Certified') }}
Master Technicians
@if(isset($galleries) && count($galleries) > 0)
SHOWROOM PORTFOLIO

BEVERLY HILLS GALLERY

@foreach($galleries as $g)
{{ $g->title }}
{{ $g->category }}

{{ $g->title }}

@endforeach
@endif
@include('frontend.includes.footer')