20 lines
717 B
PHP
20 lines
717 B
PHP
<section class="section-dark py-20 px-4 text-center">
|
|
<div class="max-w-4xl mx-auto">
|
|
<h2 class="text-5xl md:text-6xl font-light text-dark-text leading-tight mb-8">
|
|
Were committed to <br />
|
|
your <span class="text-secondary">comfort</span> and <br />
|
|
<span class="text-secondary">satisfaction</span> for <br />
|
|
unforgettable <br />
|
|
experiences
|
|
</h2>
|
|
|
|
<div class="flex justify-center mb-8">
|
|
<div class="w-16 h-px bg-secondary"></div>
|
|
</div>
|
|
|
|
<p class="text-dark-muted text-lg">
|
|
Robert Wilson <br />
|
|
<span class="text-sm">General Manager</span>
|
|
</p>
|
|
</div>
|
|
</section>
|