Merge version_1 into main #2
@@ -50,8 +50,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-meal-preparation_23-2149059127.jpg", imageAlt: "RayBell's Restaurant Main Dining" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-burger-with-french-fries_141793-4997.jpg?_wi=1", imageAlt: "Blue Lagoon Beef Burger" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-tomato-bell-peppers-cheese_140725-5020.jpg?_wi=1", imageAlt: "Fresh Pizza" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-burger-with-french-fries_141793-4997.jpg", imageAlt: "Blue Lagoon Beef Burger" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-tomato-bell-peppers-cheese_140725-5020.jpg", imageAlt: "Fresh Pizza" }
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -66,41 +66,40 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Blue Lagoon Beef Burger", description: "Juicy, perfectly seasoned burger with fresh toppings and our special sauce", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-burger-with-french-fries_141793-4997.jpg?_wi=2", imageAlt: "Blue Lagoon Beef Burger main view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-burger-with-french-fries_141793-4997.jpg?_wi=3", imageAlt: "Blue Lagoon Beef Burger close-up" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-burger-with-french-fries_141793-4997.jpg?_wi=4", imageAlt: "Blue Lagoon Beef Burger plated" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-burger-with-french-fries_141793-4997.jpg", imageAlt: "Blue Lagoon Beef Burger main view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-burger-with-french-fries_141793-4997.jpg", imageAlt: "Blue Lagoon Beef Burger close-up" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-burger-with-french-fries_141793-4997.jpg", imageAlt: "Blue Lagoon Beef Burger plated" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Chicken with BBQ Sauce", description: "Tender grilled chicken with rich, smoky barbecue sauce and sides", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grilles-chicken-steak-with-teriyaki-sauce_1339-5194.jpg?_wi=1", imageAlt: "Grilled Chicken BBQ main" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grilles-chicken-steak-with-teriyaki-sauce_1339-5194.jpg?_wi=2", imageAlt: "Chicken BBQ plated" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grilles-chicken-steak-with-teriyaki-sauce_1339-5194.jpg?_wi=3", imageAlt: "Chicken BBQ side view" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grilles-chicken-steak-with-teriyaki-sauce_1339-5194.jpg", imageAlt: "Grilled Chicken BBQ main" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grilles-chicken-steak-with-teriyaki-sauce_1339-5194.jpg", imageAlt: "Chicken BBQ plated" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grilles-chicken-steak-with-teriyaki-sauce_1339-5194.jpg", imageAlt: "Chicken BBQ side view" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Fresh Pizza", description: "Traditional pizza made fresh daily with premium ingredients and perfect crust", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-tomato-bell-peppers-cheese_140725-5020.jpg?_wi=2", imageAlt: "Fresh Pizza whole" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-tomato-bell-peppers-cheese_140725-5020.jpg?_wi=3", imageAlt: "Pizza slice detail" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-tomato-bell-peppers-cheese_140725-5020.jpg?_wi=4", imageAlt: "Pizza plated presentation" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-tomato-bell-peppers-cheese_140725-5020.jpg", imageAlt: "Fresh Pizza whole" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-tomato-bell-peppers-cheese_140725-5020.jpg", imageAlt: "Pizza slice detail" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-tomato-bell-peppers-cheese_140725-5020.jpg", imageAlt: "Pizza plated presentation" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Delicate Crepes", description: "Light, delicious crepes perfect for dessert or a sweet breakfast treat", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-close-up_23-2147681110.jpg?_wi=1", imageAlt: "Crepes plated" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-close-up_23-2147681110.jpg?_wi=2", imageAlt: "Crepes with toppings" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-close-up_23-2147681110.jpg?_wi=3", imageAlt: "Crepes close-up" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-close-up_23-2147681110.jpg", imageAlt: "Crepes plated" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-close-up_23-2147681110.jpg", imageAlt: "Crepes with toppings" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-close-up_23-2147681110.jpg", imageAlt: "Crepes close-up" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Refreshing Milkshakes", description: "Thick, creamy milkshakes in classic and creative flavors", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dark-cold-coffee-with-white-whipped-cream_140725-10528.jpg?_wi=1", imageAlt: "Creamy Milkshake" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dark-cold-coffee-with-white-whipped-cream_140725-10528.jpg?_wi=2", imageAlt: "Milkshake with whipped cream" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dark-cold-coffee-with-white-whipped-cream_140725-10528.jpg?_wi=3", imageAlt: "Colorful milkshake beverage" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dark-cold-coffee-with-white-whipped-cream_140725-10528.jpg", imageAlt: "Creamy Milkshake" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dark-cold-coffee-with-white-whipped-cream_140725-10528.jpg", imageAlt: "Milkshake with whipped cream" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dark-cold-coffee-with-white-whipped-cream_140725-10528.jpg", imageAlt: "Colorful milkshake beverage" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
@@ -112,7 +111,7 @@ export default function LandingPage() {
|
||||
title="Serving Nyeri for Over 20 Years"
|
||||
description="Since opening in May 2000, RayBell's Restaurant has become a trusted place for delicious food and friendly service. Whether you're stopping by for a quick meal, meeting friends, or enjoying family time, RayBell's offers great food at pocket-friendly prices. With spacious seating and a welcoming atmosphere, it's a restaurant many locals call their favorite."
|
||||
tag="Our Story"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/furniture-cofeee-shop_116348-48.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/furniture-cofeee-shop_116348-48.jpg"
|
||||
imageAlt="RayBell's Restaurant Interior - Spacious and Welcoming"
|
||||
buttons={[
|
||||
{ text: "View Gallery", href: "#gallery" }
|
||||
@@ -145,7 +144,6 @@ export default function LandingPage() {
|
||||
title: "Comfortable Seating", description: "Spacious, welcoming dining environment", bentoComponent: "reveal-icon", icon: Armchair
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -157,7 +155,7 @@ export default function LandingPage() {
|
||||
description="Visual moments from our restaurant that showcase quality, community, and great food"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "20+", title: "Years Serving Nyeri", description: "Building trust and relationships since 2000", imageSrc: "http://img.b2bpic.net/free-photo/furniture-cofeee-shop_116348-48.jpg?_wi=2", imageAlt: "RayBell's Restaurant over the years"
|
||||
id: "1", value: "20+", title: "Years Serving Nyeri", description: "Building trust and relationships since 2000", imageSrc: "http://img.b2bpic.net/free-photo/furniture-cofeee-shop_116348-48.jpg", imageAlt: "RayBell's Restaurant over the years"
|
||||
},
|
||||
{
|
||||
id: "2", value: "4.0★", title: "Guest Rating", description: "Trusted by 380+ satisfied customers", imageSrc: "http://img.b2bpic.net/free-photo/green-sala-with-herbs-glass-red-wine_114579-3161.jpg", imageAlt: "Diverse menu offerings"
|
||||
@@ -166,7 +164,6 @@ export default function LandingPage() {
|
||||
id: "3", value: "100%", title: "Local Favorite", description: "The place where Nyeri gathers", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-brining-food-table-communicating-while-having-lunch-together-home_637285-3138.jpg", imageAlt: "Happy customers enjoying meals"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -178,16 +175,15 @@ export default function LandingPage() {
|
||||
description="Planning an event, meeting, or celebration? Let RayBell's handle the food."
|
||||
products={[
|
||||
{
|
||||
id: "catering-basic", name: "Small Gatherings", price: "Starting at 5,000 KES", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-buffet-table-wedding-celebration_8353-638.jpg?_wi=1", imageAlt: "Catered small event setup"
|
||||
id: "catering-basic", name: "Small Gatherings", price: "Starting at 5,000 KES", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-buffet-table-wedding-celebration_8353-638.jpg", imageAlt: "Catered small event setup"
|
||||
},
|
||||
{
|
||||
id: "catering-medium", name: "Corporate Events", price: "Starting at 15,000 KES", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-buffet-table-wedding-celebration_8353-638.jpg?_wi=2", imageAlt: "Corporate catering spread"
|
||||
id: "catering-medium", name: "Corporate Events", price: "Starting at 15,000 KES", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-buffet-table-wedding-celebration_8353-638.jpg", imageAlt: "Corporate catering spread"
|
||||
},
|
||||
{
|
||||
id: "catering-large", name: "Large Celebrations", price: "Custom Quotes", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-buffet-table-wedding-celebration_8353-638.jpg?_wi=3", imageAlt: "Large celebration catering"
|
||||
id: "catering-large", name: "Large Celebrations", price: "Custom Quotes", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-buffet-table-wedding-celebration_8353-638.jpg", imageAlt: "Large celebration catering"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -218,7 +214,6 @@ export default function LandingPage() {
|
||||
id: "6", title: "Welcoming Atmosphere", quote: "Whether I'm dining alone or with a group, RayBell's always feels welcoming. Great food, great vibes. Love this place!", name: "Susan Muthoni", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg", imageAlt: "Susan Muthoni"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -227,7 +222,6 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to taste what 20 years of excellence feels like? Visit us today, call to order, or let us cater your next event."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Call: +254 113 834650", href: "tel:+254113834650" },
|
||||
{ text: "Get Directions", href: "https://maps.google.com/?q=RayBell's+Restaurant+Nyeri" }
|
||||
|
||||
Reference in New Issue
Block a user