File "page-hero.php"
Full path: /home/fsibplc/public_html/sommilito-bank/page-hero.php
File
size: 501 B (501 B bytes)
MIME-type: text/html
Charset: utf-8
Download Open Edit Advanced Editor Back
<section class="bg-gradient-to-r from-teal-100 via-gray-200 to-green-100 py-24">
<div class="max-w-7xl mx-auto px-6">
<!-- Breadcrumb -->
<nav class="text-sm text-gray-500 mb-3 text-center">
<a href="#" class="hover:text-indigo-600"><?= $page ?></a> /
<span class="text-gray-700"><?= $title ?></span>
</nav>
<!-- Title -->
<h1 class="text-xl md:text-4xl font-semibold text-teal-800 text-center">
<?= $title ?>
</h1>
</div>
</section>