-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-us.php
37 lines (37 loc) · 1.69 KB
/
about-us.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
<?php
include("header.php");
?>
<div class="breadcrumb-area gray-bg">
<div class="container">
<div class="breadcrumb-content">
<ul>
<li><a href="<?php echo FRONT_SITE_PATH ?>shop">Home</a></li>
<li class="active">About us </li>
</ul>
</div>
</div>
</div>
<div class="about-us-area pt-25 pb-25">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-7 d-flex align-items-center">
<div class="overview-content-2">
<h2>Welcome To <span>Food Ordering</span> Store !</h2>
<p class="peragraph-blog">Welcome to Billy is a concept that is specifically aimed to provide you with fresh and healthy food every day. On our website, we prepare 2 fresh set curries 1 veg and 1 non-veg so that you enjoy different yummy food during lunch and dinner.</p>
<p>Online food ordering platforms have increased the convenience level of the customers as well
as boosted the restaurants’ sales by creating their strong online presence in the market.
They act as a common platform between customers and restaurants.
Online Food Ordering systems partner with restaurants that offer home delivery and
prepare a database of restaurants.
</p>
<p>Our online food ordering system contains ALL the features of our Restaurant websites
plus the ordering system functionality.
</p>
</div>
</div>
</div>
</div>
</div>
<?php
include("footer.php");
?>