prd version
This commit is contained in:
@@ -11,18 +11,6 @@ const Banner: React.FC = () => {
|
||||
<h2 className="white">
|
||||
Safe QR - Your Secure QR Code Scanner
|
||||
</h2>
|
||||
<h6 className="white">
|
||||
This awesome template designed by{" "}
|
||||
<a
|
||||
href="http://w3Template.com"
|
||||
target="_blank"
|
||||
rel="dofollow"
|
||||
className="weblink"
|
||||
>
|
||||
W3 Template
|
||||
</a>
|
||||
.
|
||||
</h6>
|
||||
<p className="banner-text white">
|
||||
Safe QR is a mobile app designed for
|
||||
scanning QR codes, offering a simple and
|
||||
@@ -30,15 +18,16 @@ const Banner: React.FC = () => {
|
||||
is easy to use and provides an interactive
|
||||
and intuitive experience for users. With
|
||||
Safe QR, you can quickly scan QR codes with
|
||||
high-quality results.
|
||||
a peace of mind.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">
|
||||
<a href="#" rel="noopener noreferrer">
|
||||
<img
|
||||
src="../marketing/images/appstore.png"
|
||||
className="wow fadeInUp"
|
||||
data-wow-delay="0.4s"
|
||||
alt=""
|
||||
/>
|
||||
</a>
|
||||
</li>
|
||||
@@ -48,6 +37,7 @@ const Banner: React.FC = () => {
|
||||
src="../marketing/images/playstore.png"
|
||||
className="wow fadeInUp"
|
||||
data-wow-delay="0.7s"
|
||||
alt=""
|
||||
/>
|
||||
</a>
|
||||
</li>
|
||||
@@ -59,6 +49,7 @@ const Banner: React.FC = () => {
|
||||
<img
|
||||
src="../marketing/images/iphone-screen.png"
|
||||
className="img-fluid wow fadeInUp"
|
||||
alt=""
|
||||
/>{" "}
|
||||
</div>
|
||||
</div>
|
||||
@@ -69,6 +60,7 @@ const Banner: React.FC = () => {
|
||||
<img
|
||||
className="svg-hero"
|
||||
src="../marketing/images/applight-wave.svg"
|
||||
alt=""
|
||||
/>{" "}
|
||||
</span>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user