@extends('layouts.app') @php $isAr = app()->getLocale() === 'ar'; $metaTitle = $isAr ? 'غطاء مسبح متحرك وبرجولا ذكية في السعودية | Smart Pool & Pergola' : 'Smart Pool & Pergola | Smart Pool Covers & Pergolas in Saudi Arabia'; $altUrl = route($isAr ? 'home.en' : 'home.ar'); @endphp @push('schema') @endpush @section('content')

{{ $isAr ? 'حماية ذكية. فخامة لا تُضاهى.' : 'Intelligent Protection. Uncompromising Elegance.' }}

{{ $isAr ? 'أنظمة أغطية مسابح وبرجولا أمريكية المنشأ، مصممة لمنازل ومشاريع لا تقبل بأقل من الكمال.' : 'American-engineered pool cover and pergola systems, crafted for homes and projects that accept nothing less than perfection.' }}

{{ $isAr ? 'ثلاثة حلول. مستوى واحد من الجودة.' : 'Three Solutions. One Standard of Quality.' }}

@foreach ($products as $product) @endforeach
@if ($testimonials->isNotEmpty())

{{ $isAr ? 'ثقة موثقة، لا ادعاءات' : 'Documented Trust, Not Claims' }}

@foreach ($testimonials as $t)
"{{ $t->quote() }}"
{{ $t->avatar_initials }}
{{ $t->name }}
{{ $t->role() }}
@endforeach
@endif @endsection