����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.17.157.68 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/./cbt.gltechlimited.com/resources/views/components/ |
Upload File : |
<section class="border-b border-gray-100"> <div class="max-w-7xl mx-auto py-12 px-4 sm:py-28 sm:px-6 lg:px-8"> <div class="lg:text-center"> <h2 class="text-base text-secondary font-semibold tracking-wide uppercase">{{ __('Testimonials') }}</h2> <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-primary sm:text-4xl"> {{ $title }} </p> <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> {{ $subtitle }} </p> </div> <div class="w-full lg:flex items-center gap-6 mt-10"> @foreach([1,2] as $i) <div class="lg:w-1/2 mt-10 lg:mt-0"> <div class="bg-white border rounded-md border-gray-200 relative sm:p-10 p-6"> <div class="text-primary"> <svg class="rtl:flip" width="25" height="27" viewBox="0 0 25 27" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0)"> <path d="M24.5767 14.331H18.6157C18.7176 9.55831 19.9498 9.01654 21.4974 8.86191L22.0942 8.78063V3.53254L21.4063 3.57304C19.3854 3.69795 17.1512 4.09818 15.6605 6.11977C14.3539 7.89195 13.7778 10.7872 13.7778 15.2317V23.4674H24.5767V14.331Z" fill="currentColor" /> <path d="M10.7988 23.4674V14.331H4.91744C5.01934 9.55831 6.21168 9.01654 7.75927 8.86191L8.31634 8.78063V3.53254L7.66816 3.57304C5.64729 3.69795 3.39306 4.09818 1.90245 6.11977C0.595916 7.89195 -5.72205e-06 10.7872 -5.72205e-06 15.2317V23.4674H10.7988Z" fill="currentColor" /> </g> <defs> <clipPath id="clip0"> <rect width="24.5767" height="27" fill="white" transform="translate(24.5767 27) rotate(-180)" /> </clipPath> </defs> </svg> </div> <p class="text-base leading-6 text-gray-600 mt-4">{{ ${"testimonial".$i}[2] }}</p> <div class="absolute bottom-0 -mb-4 ml-10"> <svg width="23" height="22" viewBox="0 0 23 22" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="1" width="20" height="21" fill="white" /> <path d="M21.5 6L11.5 21L1 6" stroke="#E5E7EB" stroke-linecap="square" stroke-linejoin="round" /> </svg> </div> </div> <div class="flex items-center mt-7"> <div class="w-12 h-12 border border-primary rounded-full flex items-center justify-center"> <img src="{{ ${"testimonial".$i}[3] }}" class="w-10 h-10 rounded-full" alt="{{ ${"testimonial".$i}[0] }}"/> </div> <div class="flex flex-col items-start ltr:ml-4 rtl:mr-4"> <p class="text-base font-semibold leading-4 text-gray-800">{{ ${"testimonial".$i}[0] }}</p> <p class="text-base leading-4 mt-2 text-center text-gray-600">{{ ${"testimonial".$i}[1] }}</p> </div> </div> </div> @endforeach </div> </div> </section>