|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/tcrlle/ |
Upload File : |
<?php
$currentPage='giftShop';
include 'header.php';
?>
<div style="margin-top: 50px;">
<!-- About Start -->
<div class="container-fluid py-5 wow fadeInUp" data-wow-delay="0.1s">
<div class="container py-5">
<div class="row g-5">
<div class="col-lg-5">
<div class="section-title position-relative pb-3 mb-5">
<h3 class="fw-bold text-primary text-uppercase">FOR OUR RECORDS, HOW DID YOU HEAR ABOUT OUR PRODUCT?</h3>
<!-- <h5 class="fw-bold text-primary text-uppercase">& His Omnificent Orchestra</h5>
<h1 class="mb-0">Come Fly... With Me</h1> -->
</div>
<p class="mb-4">
<p align="left">T-shirts - $19.99, caps - $14.99 plus $3.00 shipping and handling within the U.S.A.<p>
<p>Choose your colors black with white logo or white with black logo. ONE SIZE Fits All. Allow 4-6 weeks for delivery.</p>
<p>
Total satisfaction guaranteed or your money back.
</p>
<br/>
<p class="mb-4">
Purchase from <a href="https://www.tteed.com">TTeed</a>
</p>
</p>
</div>
<div class="col-lg-7" style="min-height: 500px; max-width: 300px; margin-left: 10%;">
<div class="position-relative h-100">
<img class="position-absolute w-100 h-100 rounded wow zoomIn" data-wow-delay="0.9s" src="img/wood.gif" style="object-fit: cover;">
</div>
</div>
</div>
</div>
</div>
<?php include 'endPage.php'; ?>