Update src/app/page.tsx
This commit is contained in:
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
title="Taste the Tropics in Nairobi"
|
||||
description="Bahama Breeze Ke – where authentic reggae vibes meet world-class grilling. Join us at Woodvale Grove for an unforgettable culinary escape."
|
||||
buttons={[{ text: "Book Table", href: "#contact" }, { text: "View Menu", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-landscape-with-palm-trees-green-sky_1232-1272.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-landscape-with-palm-trees-green-sky_1232-1272.jpg?_wi=1"
|
||||
imageAlt="tropical restaurant terrace sunset view"
|
||||
/>
|
||||
</div>
|
||||
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
description="Experience Nairobi's most vibrant tropical oasis. From the soothing reggae rhythms to our legendary atmosphere, we offer a sanctuary where the music is soulful, the grill is hot, and the vibes are unmatched."
|
||||
subdescription="Affordable luxury for every grill enthusiast and music lover."
|
||||
icon={Music}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="cozy restaurant interior warm lighting"
|
||||
/>
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Grilled Red Snapper", price: "KES 1,800", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-shrimp-with-sauce-plate_141793-11283.jpg" },
|
||||
{ id: "1", name: "Grilled Red Snapper", price: "KES 1,800", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-shrimp-with-sauce-plate_141793-11283.jpg?_wi=1" },
|
||||
{ id: "2", name: "Jerk Marinated Ribeye", price: "KES 2,500", imageSrc: "http://img.b2bpic.net/free-photo/close-front-view-grilled-meat-with-vegetables-lettuce-with-grated-cheese-plate_141793-2811.jpg" },
|
||||
{ id: "3", name: "Tropical Sunset Cocktail", price: "KES 900", imageSrc: "http://img.b2bpic.net/free-photo/fruit-cocktail_74190-196.jpg" },
|
||||
{ id: "4", name: "Ice Cold Lager", price: "KES 400", imageSrc: "http://img.b2bpic.net/free-photo/beer-glass-front-blurred-background_23-2148098787.jpg" },
|
||||
@@ -91,9 +91,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "Rub A Dub Thursdays", description: "Uptown vibes with the best reggae selectors in town.", buttonIcon: Calendar, imageSrc: "http://img.b2bpic.net/free-photo/miami-bayside-marketplace_23-2151599561.jpg", imageAlt: "Miami bayside marketplace" },
|
||||
{ title: "Friday Island Sets", description: "Unwind with chilled tropical house and deep rhythms.", buttonIcon: Calendar, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-with-palm-trees-green-sky_1232-1272.jpg", imageAlt: "Miami bayside marketplace" },
|
||||
{ title: "Sunday Grill Sessions", description: "Family-friendly atmosphere with live acoustic sets.", buttonIcon: Calendar, imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg", imageAlt: "Miami bayside marketplace" },
|
||||
{ title: "Happy Hour Specials", description: "Daily 5pm - 7pm tropical cocktail specials.", buttonIcon: Calendar, imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-shrimp-with-sauce-plate_141793-11283.jpg", imageAlt: "Miami bayside marketplace" },
|
||||
{ title: "Friday Island Sets", description: "Unwind with chilled tropical house and deep rhythms.", buttonIcon: Calendar, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-with-palm-trees-green-sky_1232-1272.jpg?_wi=2", imageAlt: "Miami bayside marketplace" },
|
||||
{ title: "Sunday Grill Sessions", description: "Family-friendly atmosphere with live acoustic sets.", buttonIcon: Calendar, imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg?_wi=2", imageAlt: "Miami bayside marketplace" },
|
||||
{ title: "Happy Hour Specials", description: "Daily 5pm - 7pm tropical cocktail specials.", buttonIcon: Calendar, imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-shrimp-with-sauce-plate_141793-11283.jpg?_wi=2", imageAlt: "Miami bayside marketplace" },
|
||||
]}
|
||||
title="Join the Vibe"
|
||||
description="Don't miss our weekly highlights and special community gatherings."
|
||||
|
||||
Reference in New Issue
Block a user