-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
294 lines (278 loc) · 12.1 KB
/
Copy pathindex.html
File metadata and controls
294 lines (278 loc) · 12.1 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Real Pot Café — Authentic Nigerian Cuisine</title>
<meta name="description" content="The Real Pot Café — Freshly made, home-style authentic Nigerian cuisine. Order online or via WhatsApp.">
<meta name="theme-color" content="#8B4513">
<!-- ===================== FAVICON & ICONS ===================== -->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon-96x96.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
<link rel="manifest" href="assets/site.webmanifest">
<!-- ===================== OPEN GRAPH ===================== -->
<meta property="og:title" content="The Real Pot Café">
<meta property="og:description" content="Authentic Nigerian cuisine — fresh daily. Order online or via WhatsApp.">
<meta property="og:image" content="images/logo.png">
<meta property="og:type" content="restaurant">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Nunito:wght@300;400;600&display=swap" rel="stylesheet">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- ===================== NAVIGATION ===================== -->
<nav>
<div class="nav-logo">
<a href="#" aria-label="The Real Pot Café — Home">
<img src="assets/logo.png" alt="The Real Pot Café" class="nav-logo-img">
</a>
</div>
<ul class="nav-links">
<li><a href="#menu">Menu</a></li>
<li><a href="#about">About</a></li>
<li><a href="#hours">Hours</a></li>
<li><a href="#contact">Find Us</a></li>
</ul>
<a href="#menu" class="order-btn">🍽 Order Now</a>
</nav>
<!-- ===================== HERO ===================== -->
<section class="hero">
<div class="hero-pattern"></div>
<div class="hero-glow"></div>
<div class="hero-content">
<div class="hero-badge">🍲 Now Taking Orders Online</div>
<h1>Taste the <em>real</em><br>Nigeria on<br>your plate</h1>
<p>Freshly made, home-style Nigerian meals — from smoky jollof rice to rich soups and grills. Hot, hearty, and straight from the pot to you.</p>
<div class="hero-actions">
<a href="#menu" class="btn-order">🍽 Order Now</a>
<a href="#" class="btn-whatsapp whatsapp-link">📲 WhatsApp Order</a>
</div>
<div class="hero-stats">
<div class="hero-stats-item"><h3>50+</h3><p>Menu Items</p></div>
<div class="hero-stats-item"><h3>Daily</h3><p>Fresh Cooked</p></div>
<div class="hero-stats-item"><h3>Fast</h3><p>Delivery</p></div>
</div>
</div>
<div class="hero-visual">
<img src="assets/favicon.svg" alt="The Real Pot Café" class="hero-logo-large" id="hero-logo-a">
<img src="assets/logo_v2.svg" alt="The Real Pot Café" class="hero-logo-large hero-logo-hidden" id="hero-logo-b">
</div>
</section>
<!-- ===================== MARQUEE ===================== -->
<div class="marquee-strip">
<div class="marquee-inner">
<span>Smoky Jollof Rice</span><span>Pounded Yam</span><span>Efo Riro</span>
<span>Asun</span><span>Native Jollof</span><span>Seafood Okro</span>
<span>Pepper Soup</span><span>Eba & Egusi</span><span>Ogbono</span>
<span>Smoky Jollof Rice</span><span>Pounded Yam</span><span>Efo Riro</span>
<span>Asun</span><span>Native Jollof</span><span>Seafood Okro</span>
<span>Pepper Soup</span><span>Eba & Egusi</span><span>Ogbono</span>
</div>
</div>
<!-- ===================== MENU ===================== -->
<section class="menu-section" id="menu">
<div class="section-header">
<div>
<div class="section-tag">What We Serve</div>
<h2>Our Menu</h2>
</div>
<!-- Download full menu — two image buttons -->
<div class="menu-downloads">
<a href="assets/menu_food.png" download="RealPotCafe_FoodMenu.png" class="menu-dl-btn">
🍽 Download Food Menu
</a>
<a href="assets/menu_drinks.png" download="RealPotCafe_DrinksMenu.png" class="menu-dl-btn menu-dl-btn--drinks">
🥤 Download Drinks Menu
</a>
</div>
</div>
<div class="menu-tabs"></div>
<div class="menu-grid" id="menu-grid"></div>
<!-- Food photo strip -->
<div class="menu-photo-strip">
<div class="menu-photo-card">
<img src="assets/food_1.png" alt="Fresh Nigerian meal at The Real Pot Café" loading="lazy">
<div class="menu-photo-label">Fresh & Hot Daily</div>
</div>
<div class="menu-photo-card">
<img src="assets/food_2.jpeg" alt="Jollof rice and chicken at The Real Pot Café" loading="lazy">
<div class="menu-photo-label">From Our Pot to Your Heart</div>
</div>
</div>
<div class="menu-view-all">
<a href="#" class="btn-whatsapp whatsapp-link" style="display:inline-flex">
📲 Send Full Order via WhatsApp
</a>
</div>
</section>
<!-- ===================== ABOUT ===================== -->
<section class="about-section" id="about">
<div>
<div class="section-tag">Our Story</div>
<h2>Cooking with heart,<br>serving with soul</h2>
<p>The Real Pot Café was born from a simple belief: Nigerian food, made properly, is world-class. We cook every dish fresh daily — no shortcuts, no compromises. Just real ingredients, real techniques, and real flavour.</p>
<p style="margin-top:1rem">
We are proudly a subsidiary of
<a href="https://www.opeyemiononugageneralenterprises.com">Opeyemi Ononuga General Enterprises</a>,
a Nigerian holding company committed to building businesses that serve communities.
</p>
<div style="margin-top:2rem">
<a href="https://www.opeyemiononugageneralenterprises.com"
style="color:var(--gold);font-size:0.8rem;letter-spacing:0.1em;text-transform:uppercase">
About the parent company →
</a>
</div>
</div>
<div class="features">
<div class="feature"><span>🔥</span><h4>Made Fresh Daily</h4><p>Every meal cooked fresh. No frozen shortcuts.</p></div>
<div class="feature"><span>🌿</span><h4>Real Ingredients</h4><p>Locally sourced, quality-checked produce.</p></div>
<div class="feature"><span>🚀</span><h4>Fast Service</h4><p>Hot food, quickly. Dine-in and takeaway.</p></div>
<div class="feature"><span>📲</span><h4>Easy Ordering</h4><p>Order online or via WhatsApp anytime.</p></div>
</div>
</section>
<!-- ===================== HOURS ===================== -->
<section class="hours-section" id="hours">
<div class="section-tag" style="justify-content:center;display:flex">Find Us</div>
<h2>Opening Hours</h2>
<div class="hours-grid">
<div class="hour-card">
<h3>Monday – Friday</h3>
<div class="time">7AM – 10PM</div>
<p>Full menu available</p>
</div>
<div class="hour-card">
<h3>Saturday</h3>
<div class="time">10AM – 11PM</div>
<p>Weekend specials available</p>
</div>
<div class="hour-card">
<h3>Sunday</h3>
<div class="time">10AM – 8PM</div>
<p>Sunday specials available</p>
</div>
</div>
</section>
<!-- ===================== FIND US — MAP SECTION ===================== -->
<section class="map-section" id="contact">
<div class="map-section-inner">
<div class="map-info">
<div class="section-tag">Visit Us</div>
<h2>Find The Real Pot Café</h2>
<div class="address-block">
<div class="address-icon">📍</div>
<div>
<p class="address-main">202 Folagbade Street</p>
<p class="address-sub">Ijebu Ode 120101, Ogun State, Nigeria</p>
<p class="address-code">Plus Code: RWG9+XW4</p>
</div>
</div>
<div class="address-block">
<div class="address-icon">📞</div>
<div>
<a href="tel:+2347039025475" class="address-link">+234 703 902 5475</a>
</div>
</div>
<div class="address-block">
<div class="address-icon">✉️</div>
<div>
<a href="mailto:hello@therealpotcafe.com" class="address-link">hello@therealpotcafe.com</a>
</div>
</div>
<a
href="https://maps.app.goo.gl/bXeUZjgXMCnmFxMg8"
target="_blank"
rel="noopener noreferrer"
class="directions-btn">
📍 Get Directions on Google Maps →
</a>
</div>
<div class="map-embed">
<iframe
title="The Real Pot Café — 202 Folagbade Street, Ijebu Ode"
src="https://www.google.com/maps/embed?pb=!4v1787048465285!6m8!1m7!1su8myYA1eUEScBdkaCmhXCQ!2m2!1d6.827264852807441!2d3.920036167631046!3f299.3151!4f0!5f0.7820865974627469"
width="100%"
height="100%"
style="border:0; display:block; min-height:380px;"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
allowfullscreen>
</iframe>
</div>
</div>
</section>
<!-- ===================== ORDER CTA ===================== -->
<section class="order-cta">
<h2>Hungry? Order right now.</h2>
<p>Fresh Nigerian food, hot and ready — delivered or picked up. Your choice.</p>
<div class="cta-actions">
<a href="#menu" class="btn-white">🍽 Order Online</a>
<a href="#" class="btn-whatsapp whatsapp-link">📲 WhatsApp Us</a>
</div>
</section>
<!-- ===================== FOOTER ===================== -->
<footer>
<div class="footer-grid">
<div>
<h3>The Real Pot Café</h3>
<p>Serving authentic, home-style Nigerian cuisine. Fresh daily. No shortcuts.</p>
<p style="margin-top:1rem">
<a href="https://www.opeyemiononugageneralenterprises.com" class="parent-link">
⬡ Opeyemi Ononuga General Enterprises →
</a>
</p>
</div>
<div>
<h3>Quick Links</h3>
<ul>
<li><a href="#menu">Our Menu</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#hours">Opening Hours</a></li>
<li><a href="#contact">Find Us</a></li>
</ul>
</div>
<div>
<h3>Contact</h3>
<ul>
<li><a href="tel:+2347039025475">+234 703 902 5475</a></li>
<li><a href="mailto:hello@therealpotcafe.com">hello@therealpotcafe.com</a></li>
<li><a href="#" class="whatsapp-link">WhatsApp Order Line</a></li>
<li>
<a href="https://maps.app.goo.gl/bXeUZjgXMCnmFxMg8" target="_blank" rel="noopener noreferrer">
202 Folagbade Street,<br>Ijebu Ode, Ogun State
</a>
</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 The Real Pot Café. All Rights Reserved.</p>
<p>
A subsidiary of
<a href="https://www.opeyemiononugageneralenterprises.com" class="parent-link">
Opeyemi Ononuga General Enterprises
</a>
</p>
</div>
</footer>
<!-- Cart Toast Notification -->
<div class="cart-toast" id="cart-toast"></div>
<!-- ===================== DEAL POPUP ===================== -->
<div class="deal-overlay" id="deal-overlay" role="dialog" aria-label="Special Deal" aria-modal="true">
<div class="deal-modal">
<button class="deal-close" id="deal-close" aria-label="Close deal">×</button>
<img src="assets/deal.png" alt="Special Deal — The Real Pot Café" class="deal-img">
<div class="deal-actions">
<a href="#menu" class="btn-order" id="deal-order-btn">🍽 Order This Deal</a>
<button class="deal-skip" id="deal-skip">Maybe later</button>
</div>
</div>
</div>
<!-- Main JavaScript -->
<script src="js/main.js"></script>
<!-- Vercel Web Analytics — activates on Vercel deployment only -->
<script defer src="/_vercel/insights/script.js"></script>
</body>
</html>