FS
Frankie Stephens
3 days ago
They open at 5:30 got there at 5:40 waited for five minutes but no one took my order there was cars there one employee was outside working on his car this is the second time will not STOP AGAIN
When I went to use the bathroom after placing my order, I hurried up because the bathroom smelled terrible. After I washed my hands, I saw there was poop all over the floor by the door. It looked like it had been there for a while, and the bathroom was absolutely disgusting and extremely unsanitary. The rest of the place wasn't very clean either. After seeing the condition of the bathroom, I completely lost my appetite and couldn't even eat. Very disappointing experience.
RT
Rhenna Tinney
Jun 28, 2026
Ordered through the drive thru using the app. Got to the second window and she asked what did you have. We gave her the receipt and I’m not sure she was literate. We still had to tell her we had four drinks. She still gave us unsweet tea. Had to go back and exchange it. Had to go back again for ketchup. Used to you didn’t have to beg for condiments and napkins. McDonald’s isn’t worth it anymore. Just a waste of money. Had to pull up and wait. Everyone in the drive thru had to pull up and wait. I guess that helps their drive thru time but not their service. It’s not complicated to read what’s on the computer.
SS
Suryansh Singh
Jun 17, 2026
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Burger Hub</title>
<style>
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,sans-serif;
}
body{
background:#fff;
}
header{
background:#111;
color:white;
padding:20px 8%;
display:flex;
justify-content:space-between;
align-items:center;
}
.logo{
font-size:28px;
font-weight:bold;
color:#ffcc00;
}
nav a{
color:white;
text-decoration:none;
margin-left:20px;
}
.hero{
height:90vh;
background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),
url('https://images.unsplash.com/photo-1568901346375-23c9450c58cd');
background-size:cover;
background-position:center;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
color:white;
}
.hero h1{
font-size:60px;
margin-bottom:15px;
}
.hero p{
font-size:20px;
margin-bottom:20px;
}
.btn{
padding:14px 30px;
background:#ffcc00;
color:#111;
text-decoration:none;
border-radius:30px;
font-weight:bold;
}
.section{
padding:70px 8%;
}
.title{
text-align:center;
margin-bottom:40px;
font-size:36px;
}
.menu{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}
.card{
background:white;
border-radius:15px;
overflow:hidden;
box-shadow:0 5px 15px rgba(0,0,0,.1);
}
.card img{
width:100%;
height:220px;
object-fit:cover;
}
.card-content{
padding:20px;
text-align:center;
}
.price{
color:#ff6600;
font-size:22px;
margin:10px 0;
}
.offer{
background:#ffcc00;
text-align:center;
padding:60px 20px;
}
.offer h2{
font-size:40px;
margin-bottom:15px;
}
footer{
background:#111;
color:white;
text-align:center;
padding:20px;
}
</style>
</head>
<body>
<header>
<div class="logo">Burger Hub</div>
<nav>
<a href="#">Home</a>
<a href="#">Menu</a>
<a href="#">Offers</a>
<a href="#">Contact</a>
</nav>
</header>
<section class="hero">
<div>
<h1>Best Burgers In Town</h1>
<p>Fresh • Tasty • Fast Delivery</p>
<a href="#" class="btn">Order Now</a>
</div>
</section>
<section class="section">
<h2 class="title">Popular Menu</h2>
<div class="menu">
<div class="card">
<img src="https://images.unsplash.com/photo-1568901346375-23c9450c58cd">
<div class="card-content">
<h3>Classic Burger</h3>
<div class="price">₹149</div>
<a href="#" class="btn">Add to Cart</a>
</div>
</div>
<div class="card">
<img src="https://images.unsplash.com/photo-1571091718767-18b5b1457add">
<div class="card-content">
<h3>Double Cheese Burger</h3>
<div class="price">₹199</div>
<a href="#" class="btn">Add to Cart</a>
</div>
</div>
<div class="card">
<img src="https://images.unsplash.com/photo-1630384060421-cb20d0e0649d">
<div class="card-content">
<h3>French Fries</h3>
<div class="price">₹89</div>
<a href="#" class="btn">Add to Cart</a>
</div>
</div>
</div>
</section>
<section class="offer">
<h2>Special Offer</h2>
<p>Buy 2 Burgers & Get 1 Fries Free!</p>
</section>
<footer>
© 2026 Burger Hub | All Rights Reserved
</footer>
</body>
</html>
SB
saabirah bryant
Jun 9, 2026
I went inside and ordered my food from the kiosk. I then asked for my fish meal be freshly cooked. While I was watching them, a male worker asked me if I had a drink cup. He gave me the drink cup and immediately while I was getting my drink, they stated my order was ready, really fast. The fries were hot, but the fish sandwich was not. I had already driven off when I ate some of the meal and in a few minutes after eating it, I got really sick and threw it up! I believe that something was wrong with that food!