Files
Fakel-Gym/template-parts/la-components/modals/modal-example.php
GP_DEV d2bec21994 Add 'template-parts/la-components/' from commit '54eb8e266ffe2f57afb812d18c8f78030562f62a'
git-subtree-dir: template-parts/la-components
git-subtree-mainline: 7c5a7f373a
git-subtree-split: 54eb8e266f
2025-06-01 12:42:07 +03:00

33 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
?>
<div class="bg-white max-w-lg w-full">
<div class="p-6">
<h2 class="text-xl font-bold text-gray-900 mb-4">О нашей компании 2</h2>
<div class="text-gray-600 space-y-4">
<p>
Мы работаем на рынке более 10 лет и знаем, как решать самые сложные задачи наших клиентов.
</p>
<p>
Наша команда состоит из опытных специалистов, которые постоянно совершенствуют свои навыки.
</p>
<div class="bg-blue-50 p-4 rounded-lg">
<h3 class="font-semibold text-blue-900 mb-2">Наши преимущества:</h3>
<ul class="text-blue-800 space-y-1">
<li>• Высокое качество работ</li>
<li>• Соблюдение сроков</li>
<li>• Индивидуальный подход</li>
<li>• Конкурентные цены</li>
</ul>
</div>
</div>
<div class="flex justify-end mt-6">
<button data-modal-close class="px-6 py-2 rounded-md">
Понятно
</button>
</div>
</div>
</div>