Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
{ text: "Reserve Now", href: "#reserve" },
|
||||
{ text: "See Menu", href: "#menu" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-refreshing-glass-with-beer-table_23-2148342242.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-refreshing-glass-with-beer-table_23-2148342242.jpg?_wi=1"
|
||||
imageAlt="Brew Bistro craft beer bar atmospheric lighting"
|
||||
className="min-h-screen bg-gradient-to-br from-amber-950/40 to-black"
|
||||
/>
|
||||
@@ -83,13 +83,13 @@ export default function LandingPage() {
|
||||
description="From house-brewed craft beers to wood-fired pizzas and gourmet bites—crafted for every moment."
|
||||
products={[
|
||||
{
|
||||
id: "beer-flight", name: "Nyatipa Draught & Beer Flight", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/side-view-refreshing-glass-with-beer-table_23-2148342242.jpg", imageAlt: "Beer sampler flight with Nyatipa Draught"
|
||||
id: "beer-flight", name: "Nyatipa Draught & Beer Flight", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/side-view-refreshing-glass-with-beer-table_23-2148342242.jpg?_wi=2", imageAlt: "Beer sampler flight with Nyatipa Draught"
|
||||
},
|
||||
{
|
||||
id: "texas-burger", name: "The Texas Burger with Fries", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-sandwich-fork-ketchup-fries-black-board-gray-isolated-surface_179666-42491.jpg", imageAlt: "Gourmet Texas burger with golden fries"
|
||||
id: "texas-burger", name: "The Texas Burger with Fries", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-sandwich-fork-ketchup-fries-black-board-gray-isolated-surface_179666-42491.jpg?_wi=1", imageAlt: "Gourmet Texas burger with golden fries"
|
||||
},
|
||||
{
|
||||
id: "big-five", name: "Big Five Classic Burger", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-sandwich-fork-ketchup-fries-black-board-gray-isolated-surface_179666-42491.jpg", imageAlt: "Big Five classic burger plated"
|
||||
id: "big-five", name: "Big Five Classic Burger", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-sandwich-fork-ketchup-fries-black-board-gray-isolated-surface_179666-42491.jpg?_wi=2", imageAlt: "Big Five classic burger plated"
|
||||
},
|
||||
{
|
||||
id: "wings", name: "Chicken Wings & Sampler", price: "Sharers", imageSrc: "http://img.b2bpic.net/free-photo/grilled-wings-decorated-with-rosemary-lemon_23-2147717015.jpg", imageAlt: "Crispy chicken wings and sampler platter"
|
||||
@@ -149,16 +149,16 @@ export default function LandingPage() {
|
||||
description="Hear from the craft beer lovers and night owls who call Brew Bistro home."
|
||||
testimonials={[
|
||||
{
|
||||
id: "review-1", title: "Nairobi's Best Kept Secret", quote: "The atmosphere is unreal—dim, moody, and exactly what I needed. The Nyatipa Draught is smooth, and the live DJ on weekends hits different. This is my new favourite spot.", name: "James M.", role: "Craft Beer Enthusiast", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "James M."
|
||||
id: "review-1", title: "Nairobi's Best Kept Secret", quote: "The atmosphere is unreal—dim, moody, and exactly what I needed. The Nyatipa Draught is smooth, and the live DJ on weekends hits different. This is my new favourite spot.", name: "James M.", role: "Craft Beer Enthusiast", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "James M."
|
||||
},
|
||||
{
|
||||
id: "review-2", title: "Happy Hour Heaven", quote: "2-for-1 beers and tapas from 4–7? Sign me up. The vibe is sophisticated but relaxed, and the staff really knows their craft. Worth every shilling.", name: "Sarah K.", role: "Regular Guest", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sarah K."
|
||||
id: "review-2", title: "Happy Hour Heaven", quote: "2-for-1 beers and tapas from 4–7? Sign me up. The vibe is sophisticated but relaxed, and the staff really knows their craft. Worth every shilling.", name: "Sarah K.", role: "Regular Guest", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Sarah K."
|
||||
},
|
||||
{
|
||||
id: "review-3", title: "The Place to Be on Ngong Road", quote: "Finally, a proper craft beer bar with live music and seating that feels like home. The sofas are comfy, the lighting is perfect, and the energy is infectious.", name: "David O.", role: "Music Lover", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "David O."
|
||||
id: "review-3", title: "The Place to Be on Ngong Road", quote: "Finally, a proper craft beer bar with live music and seating that feels like home. The sofas are comfy, the lighting is perfect, and the energy is infectious.", name: "David O.", role: "Music Lover", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "David O."
|
||||
},
|
||||
{
|
||||
id: "review-4", title: "Pure Civilised Club Vibes", quote: "You walk in, the music's playing, the amber lights glow, and you instantly relax. The burger is amazing, the beer is premium, and the whole experience feels curated.", name: "Amina P.", role: "Social Gatherings", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Amina P."
|
||||
id: "review-4", title: "Pure Civilised Club Vibes", quote: "You walk in, the music's playing, the amber lights glow, and you instantly relax. The burger is amazing, the beer is premium, and the whole experience feels curated.", name: "Amina P.", role: "Social Gatherings", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Amina P."
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
||||
description="Brew Bistro & Lounge is waiting. Reserve your table, stop by for happy hour, or just come for the vibe. We're open every day."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="/placeholders/placeholder1.webp"
|
||||
imageSrc="/placeholders/placeholder1.webp?_wi=5"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Your email"
|
||||
buttonText="Get Updates"
|
||||
|
||||
Reference in New Issue
Block a user