Add ACF
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
*/
|
||||
|
||||
get_header();
|
||||
|
||||
$box_1_left = get_field('box-1-left');
|
||||
$box_1_right = get_field('box-1-right');
|
||||
?>
|
||||
<main id="primary" class="site-main">
|
||||
<section class="box-1">
|
||||
@@ -14,53 +17,51 @@ get_header();
|
||||
</div>
|
||||
</div>
|
||||
<div class="_row">
|
||||
<a href="https://jachty.pkmp.com.pl/" target="_blank" class="_col _col-1">
|
||||
<a href="<?= $box_1_left['btn']['url']; ?>" target="<?= $box_1_left['btn']['target']; ?>" class="_col _col-1">
|
||||
<div class="logo">
|
||||
<img src="/wp-content/uploads/2026/05/Image-Layer-copy.png" alt="">
|
||||
<img src="<?= $box_1_left['logo']; ?>" alt="">
|
||||
</div>
|
||||
<div class="bg-img">
|
||||
<img src="/wp-content/uploads/2026/05/yacht-hero-Bgos_p98.jpg" alt="">
|
||||
<img src="<?= $box_1_left['bg']; ?>" alt="">
|
||||
</div>
|
||||
<div class="_col-content">
|
||||
<h4 class="sub-title">
|
||||
Nowa era — Solina 2026
|
||||
<?= $box_1_left['sybtitle'] ?>
|
||||
</h4>
|
||||
<h2 class="title">
|
||||
Czarter <span>luksusowych</span> jachtów.
|
||||
<?= $box_1_left['title'] ?>
|
||||
</h2>
|
||||
<div class="text">
|
||||
<p>
|
||||
Najnowocześniejsza flota nad Soliną. Wypłyń z keji Dedal w Polańczyku, w samym sercu Bieszczad.
|
||||
</p>
|
||||
<?= $box_1_left['text'] ?>
|
||||
</div>
|
||||
<span class="btn">
|
||||
<span>Wejdź — PKMP Jachty</span>
|
||||
<span><?= $box_1_left['btn']['title']; ?></span>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right h-4 w-4" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg>
|
||||
</span>
|
||||
</div>
|
||||
<div></div>
|
||||
</a>
|
||||
<a href="https://projekt.pkmp.com.pl" target="_blank" class="_col _col-2">
|
||||
<a href="<?= $box_1_right['btn']['url']; ?>" target="<?= $box_1_right['btn']['target']; ?>" class="_col _col-2">
|
||||
<div class="logo">
|
||||
<img src="/wp-content/uploads/2026/05/logo-projekt-CGgHhqGK.png" alt="">
|
||||
<img src="<?= $box_1_right['logo']; ?>" alt="">
|
||||
</div>
|
||||
<div class="bg-img">
|
||||
<img src="/wp-content/uploads/2026/05/projekt-hero-BQaRmds1.jpg" alt="">
|
||||
<img src="<?= $box_1_right['bg']; ?>" alt="">
|
||||
</div>
|
||||
<div class="_col-content">
|
||||
<h4 class="sub-title">
|
||||
Branżowa pracownia projektowa
|
||||
<?= $box_1_right['sybtitle'] ?>
|
||||
</h4>
|
||||
<h2 class="title">
|
||||
<span>Projektowanie,</span> analiza, optymalizacja..
|
||||
<?= $box_1_right['title'] ?>
|
||||
</h2>
|
||||
<div class="text">
|
||||
<p>
|
||||
Projekty koncepcyjne, wykonawcze i warsztatowe ślusarki aluminiowej oraz elewacji wentylowanych.
|
||||
<?= $box_1_right['text'] ?>
|
||||
</p>
|
||||
</div>
|
||||
<span class="btn">
|
||||
<span>Wejdź — PKMP Projekt</span>
|
||||
<span><?= $box_1_right['btn']['title']; ?></span>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right h-4 w-4" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user