@extends('layouts.public') @section('title', 'NEAMEE Auto-Tech Solutions | Professional Car Garage in Bowling Green, KY') @section('content') {{-- Hero Section --}}
Professional auto repair garage
Bowling Green's Trusted Auto Experts

Expert Car Care
You Can Trust

Certified mechanics, genuine spare parts, and fast service. From engine repair to detailing — we keep your vehicle running at its best.

{{-- Promotions --}} @if($promotions->count())
@foreach($promotions as $promo)
@if($promo->discount_percent) {{ $promo->discount_percent }}% OFF @else SPECIAL OFFER @endif

{{ $promo->title }}

{{ $promo->description }}

@endforeach
@endif {{-- Services Section --}}
What We Offer

Our Services

Complete automotive care under one roof. Professional service for every make and model.

@php $serviceImages = [ 'engine-repair' => 'https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?w=400&q=80', 'oil-change' => 'https://images.unsplash.com/photo-1625047509248-ec889cbff17f?w=400&q=80', 'brake-service' => 'https://images.unsplash.com/photo-1619642751034-765dfdf7c58e?w=400&q=80', 'transmission-repair' => 'https://images.unsplash.com/photo-1615909128947-aa1c4e5e8c2b?w=400&q=80', 'electrical-diagnosis' => 'https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=400&q=80', 'wheel-alignment' => 'https://images.unsplash.com/photo-1597764696110-5592b12a0b0a?w=400&q=80', 'tire-services' => 'https://images.unsplash.com/photo-1578844251758-2f71da645270?w=400&q=80', 'car-wash-detailing' => 'https://images.unsplash.com/photo-1607860108855-64acf2078ed9?w=400&q=80', 'ac-service' => 'https://images.unsplash.com/photo-1625047509168-8307362b2271?w=400&q=80', 'battery-replacement' => 'https://images.unsplash.com/photo-1599305445671-ac291c95aaa9?w=400&q=80', ]; @endphp @foreach($services as $service)
{{ $service->name }}

{{ $service->name }}

@if($service->price_from)

From ${{ number_format($service->price_from, 2) }}

@endif
@endforeach
{{-- Why Choose Us --}}
Why NEAMEE

Why Choose Us

We combine decades of expertise with modern technology to deliver exceptional automotive service every time.

@foreach([ ['Certified Mechanics', 'ASE-certified technicians with years of experience', 'M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z'], ['Genuine Spare Parts', 'OEM and premium aftermarket parts only', 'M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4'], ['Fast Service', 'Efficient turnaround without compromising quality', 'M13 10V3L4 14h7v7l9-11h-7z'], ['Affordable Pricing', 'Transparent quotes with no hidden fees', 'M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z'], ['Warranty on Repairs', 'Peace of mind with our service guarantee', 'M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z'], ['24/7 Support', 'Always here when you need roadside assistance', 'M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z'], ] as [$title, $desc, $path])

{{ $title }}

{{ $desc }}

@endforeach
Mechanic at work
15+
Years Experience
{{-- Gallery --}}
Our Work

Before & After Gallery

@foreach($gallery as $image)
{{ $image->title }}
{{ $image->type }}

{{ $image->title }}

@endforeach
{{-- Testimonials --}}
Testimonials

What Our Customers Say

@foreach($testimonials as $testimonial)
@for($i = 0; $i < $testimonial->rating; $i++) @endfor

"{{ $testimonial->review }}"

{{ $testimonial->customer_name }}

@if($testimonial->vehicle_info)

{{ $testimonial->vehicle_info }}

@endif
@endforeach
{{-- Online Booking CTA --}}

Book Your Service Online

Select your service, pick a date and time, and we'll take care of the rest. Fast, easy, and convenient.

  • Select service & preferred date/time
  • Choose your vehicle or add a new one
  • Track repair progress in real-time
Schedule Appointment

Emergency Assistance

Stranded on the road? Our team is available 24/7 for roadside assistance.

{{-- Blog --}} @if($blogPosts->count())
Blog & Tips

Car Care Advice

View All Articles →
@foreach($blogPosts as $post)
{{ $post->title }}
{{ $post->category }}

{{ $post->title }}

{{ $post->excerpt }}

@endforeach
@endif @endsection