@include('frontend.includes.header') @include('frontend.includes.vip-drawer')
{{ \App\Models\Setting::get('hero_eyebrow', 'BEVERLY HILLS • GLOBAL DELIVERY') }}

{{ \App\Models\Setting::get('hero_heading', 'REDISCOVER DRIVING PERFECTION.') }}

{{ \App\Models\Setting::get('hero_subtitle', 'Curated gallery of certified pre-owned supercars, luxury SUVs, and bespoke electric performance vehicles. Experience white-glove global delivery & tailored financing.') }}

300-Point Master Inspection
Enclosed Air-Ride Transport
24-Hour Direct Wire Funding
{{ \App\Models\Setting::get('about_eyebrow', 'UNMATCHED STANDARDS') }}

{{ \App\Models\Setting::get('about_title', 'WHY DRIVERS CHOOSE TNG MOTORS') }}

{{ \App\Models\Setting::get('about_body', 'We redefine automotive acquisition through precision testing, total transaction transparency, and personalized concierge care.') }}

{{ \App\Models\Setting::get('stat_vehicles', '4,500+') }}
Vehicles Delivered
{{ \App\Models\Setting::get('stat_satisfaction', '99.8%') }}
Client Satisfaction
{{ \App\Models\Setting::get('stat_years', '15+ Years') }}
Supercar Heritage
{{ \App\Models\Setting::get('stat_techs', '12 Certified') }}
Master Technicians
COMPLETE LIFECYCLE CARE

TAILORED AUTOMOTIVE SERVICES

From acquiring rare hypercars to bespoke ceramic protection and white-glove sales, we manage every facet of automotive ownership.

@forelse($services as $service)

{{ $service->title }}

{{ $service->subtitle ?: $service->description }}

Explore Package →
@empty
No services published right now.
@endforelse
CURATED SHOWROOM SELECTION

FEATURED SUPERCARS & LUXURY SUVS

Hand-picked certified vehicles undergoing rigorous 300-point physical inspection and history verification.

@forelse($featuredVehicles as $vehicle)
{{ $vehicle->name }} {{ strtoupper($vehicle->status) }}

{{ $vehicle->year }} {{ $vehicle->name }}

${{ number_format($vehicle->price) }}
Mileage{{ $vehicle->mileage ?? 'N/A' }}
Engine{{ $vehicle->engine ?? 'N/A' }}
Power{{ $vehicle->power ?? 'N/A' }}
View Spec Sheet
@empty
No featured vehicles listed. Manage inventory in Admin Dashboard.
@endforelse
@if(session('review_success'))
{{ session('review_success') }}
@endif
CLIENT VERDICTS

WHAT COLLECTORS SAY

@if(isset($testimonials) && count($testimonials) > 0)
@foreach($testimonials as $t)
@for($i=0; $i<$t->rating; $i++) ★ @endfor

"{{ $t->comment }}"

{{ $t->name }}
{{ $t->name }}
{{ $t->role }} @if($t->car_model) • {{ $t->car_model }} @endif
@endforeach
@else

No published reviews yet. Purchased a vehicle from TNG Motors? Share your experience with our community!

@endif

READY TO EXPERIENCE UNRIVALED PERFORMANCE?

Contact our luxury vehicle specialists today or schedule a private showroom appointment in Beverly Hills.

@include('frontend.includes.footer')