-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
46 lines (36 loc) · 2.32 KB
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php include "components/footer.php" ?>
<?php include "php/helper.php" ?>
<?php include "components/navbar.php" ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- custom css -->
<link rel="stylesheet" href="css/styles.css">
<title>BookBae | About us</title>
</head>
<body>
<!-- Navbar starts -->
<?php navbar('about'); ?>
<!-- Navbar ends -->
<!-- Page content starts -->
<section class="container mt-3 animate__animated animate__slideInLeft">
<h2><strong>About us</strong></h2>
<div class="hr mb-3"></div>
<p>
As an online store, leading in Books. The Book Bae has established itself as a reliable destination. Our range of books encompasses every aspect of a authenticity and quality, as we work towards bringing value to our customers and communities around the Island while our customers satisfaction is our top priority.<br><br>
At The Book Bae, through our books we try to improves lives and make everyone's lives more cool and even stylish. The books we are selling are suitable for any ages, making The Book Bae the best place to buy your every kind of books and our books go hand in hand with personal and caring 24/7 customer service.<br><br>
Every team member of our team is forward-thinking individuals who are motivated to give you a better and a lasting shopping experience. We are here to define and turn your shopping into a seamless and inspiring experience. We believe in equality for all. We believe in putting you first.<br><br>
The Book bae differentiate itself from its competitors as one of the most preferred online Book Store, within Sri Lanka and beyond by the service it provides.<br><br>
At The Book Bae, we believe you deserve the best product for the price you pay and that is why we are devoted to make it happen. Shop with us today and be part of our great family and learn the true value of CUSTOMER CARE
</p>
</section>
<!-- Page content ends -->
<!-- Footer starts -->
<?php footer(); ?>
<!-- Footer ends -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>