@extends('public.layout.app') @section('title','Services | PACHA PAINTS') @section('body')
Services

Everything you need for perfect finishing

From product selection to application guidance — we support your project.

@foreach([ ['t'=>'Color Consultation','d'=>'Choose best colors for lighting & room size.','i'=>'fa-palette'], ['t'=>'Product Recommendation','d'=>'Best paint type for interior/exterior surfaces.','i'=>'fa-handshake'], ['t'=>'Surface Preparation Guide','d'=>'Primer/putty selection with steps.','i'=>'fa-layer-group'], ['t'=>'Site Support','d'=>'Guidance for painters and contractors.','i'=>'fa-helmet-safety'], ['t'=>'Bulk Supply','d'=>'For projects, shops and contractors.','i'=>'fa-truck-fast'], ['t'=>'After-Sales Care','d'=>'Maintenance tips for long durability.','i'=>'fa-shield-heart'], ] as $s)
{{ $s['t'] }}
{{ $s['d'] }}
@endforeach
@endsection