Merge version_1 into main #2
328
src/app/page.tsx
328
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "#events",
|
||||
},
|
||||
name: "Events", id: "#events"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e8y6ej"
|
||||
logoAlt="MR YUMMY logo"
|
||||
@@ -67,145 +55,70 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
title="MR YUMMY"
|
||||
description="Luxury Dining Experience In Batna"
|
||||
leftCarouselItems={[
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-sauce-bottle_23-2148773532.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hand-putting-oregano-tomato-mozzarella-pizza_1150-4701.jpg?_wi=1",
|
||||
imageAlt: "Slow motion pizza cooking",
|
||||
videoAriaLabel: "Cinematic pizza preparation",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-sauce-bottle_23-2148773532.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hand-putting-oregano-tomato-mozzarella-pizza_1150-4701.jpg", imageAlt: "Slow motion pizza cooking", videoAriaLabel: "Cinematic pizza preparation"},
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/chef-puts-fried-meat-cutting-board_140725-8122.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steaks-with-spices-herbs-black-slate-black-background-ai-generative_123827-23820.jpg",
|
||||
imageAlt: "Fire grill effects",
|
||||
videoAriaLabel: "Cinematic grilling",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/chef-puts-fried-meat-cutting-board_140725-8122.jpg", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steaks-with-spices-herbs-black-slate-black-background-ai-generative_123827-23820.jpg", imageAlt: "Fire grill effects", videoAriaLabel: "Cinematic grilling"},
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/appetizer-with-shrimps-onion-rings-served-with-sauce-wine_140725-7765.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-with-red-onions-narsharab-plate_140725-11496.jpg",
|
||||
imageAlt: "Luxury dining atmosphere",
|
||||
videoAriaLabel: "Elegant dining room ambiance",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/appetizer-with-shrimps-onion-rings-served-with-sauce-wine_140725-7765.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-with-red-onions-narsharab-plate_140725-11496.jpg", imageAlt: "Luxury dining atmosphere", videoAriaLabel: "Elegant dining room ambiance"},
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/3d-background-with-cyber-modern-particle-design_1048-12503.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foam-texture_23-2147927733.jpg",
|
||||
imageAlt: "Floating particles and light reflections",
|
||||
videoAriaLabel: "Ethereal floating lights",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/3d-background-with-cyber-modern-particle-design_1048-12503.jpg", imageSrc: "http://img.b2bpic.net/free-photo/foam-texture_23-2147927733.jpg", imageAlt: "Floating particles and light reflections", videoAriaLabel: "Ethereal floating lights"},
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/front-view-man-proposing_23-2148060587.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-red-wine_23-2148261660.jpg",
|
||||
imageAlt: "Slow motion wine pouring",
|
||||
videoAriaLabel: "Luxury wine service",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/front-view-man-proposing_23-2148060587.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-red-wine_23-2148261660.jpg", imageAlt: "Slow motion wine pouring", videoAriaLabel: "Luxury wine service"},
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/chef-smelling-aroma-dish-kitchen_23-2147863792.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg",
|
||||
imageAlt: "Chef plating gourmet dish",
|
||||
videoAriaLabel: "Artistic food plating",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/chef-smelling-aroma-dish-kitchen_23-2147863792.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg", imageAlt: "Chef plating gourmet dish", videoAriaLabel: "Artistic food plating"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/bartender-preparing-cocktail-counter_107420-96318.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-decorated-cocktail-summer-drink_53876-41978.jpg",
|
||||
imageAlt: "Cocktail preparation",
|
||||
videoAriaLabel: "Bartender mixing luxury cocktail",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/bartender-preparing-cocktail-counter_107420-96318.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-decorated-cocktail-summer-drink_53876-41978.jpg", imageAlt: "Cocktail preparation", videoAriaLabel: "Bartender mixing luxury cocktail"},
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/professional-chef-works-with-melted-homemade-chocolate_346278-379.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background-sweet-biscuit-dessert-cookie-sugar_140725-141744.jpg",
|
||||
imageAlt: "Elegant dessert presentation",
|
||||
videoAriaLabel: "Pastry chef creating dessert",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/professional-chef-works-with-melted-homemade-chocolate_346278-379.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background-sweet-biscuit-dessert-cookie-sugar_140725-141744.jpg", imageAlt: "Elegant dessert presentation", videoAriaLabel: "Pastry chef creating dessert"},
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-night-with-flash_23-2150204419.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-night-with-architecture-vibrant-lights_23-2149836934.jpg",
|
||||
imageAlt: "Restaurant exterior at night",
|
||||
videoAriaLabel: "Impressive restaurant facade",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-night-with-flash_23-2150204419.jpg", imageSrc: "http://img.b2bpic.net/free-photo/city-night-with-architecture-vibrant-lights_23-2149836934.jpg", imageAlt: "Restaurant exterior at night", videoAriaLabel: "Impressive restaurant facade"},
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821254.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-brunette-woman-sits-floor-draws-her-planner-writes-diary-floor-kitchen_1258-200023.jpg",
|
||||
imageAlt: "Busy kitchen action",
|
||||
videoAriaLabel: "Professional kitchen workflow",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821254.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-brunette-woman-sits-floor-draws-her-planner-writes-diary-floor-kitchen_1258-200023.jpg", imageAlt: "Busy kitchen action", videoAriaLabel: "Professional kitchen workflow"},
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081853.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247759.jpg",
|
||||
imageAlt: "Guests enjoying dining",
|
||||
videoAriaLabel: "Happy customers fine dining",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081853.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247759.jpg", imageAlt: "Guests enjoying dining", videoAriaLabel: "Happy customers fine dining"},
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/high-angle-safari-party-with-dessert-table_23-2149707844.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-meals-table_23-2148914604.jpg",
|
||||
imageAlt: "Luxury table setting",
|
||||
videoAriaLabel: "Impeccable table presentation",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/high-angle-safari-party-with-dessert-table_23-2149707844.jpg", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-meals-table_23-2148914604.jpg", imageAlt: "Luxury table setting", videoAriaLabel: "Impeccable table presentation"},
|
||||
]}
|
||||
tag="Exceptional Taste. Premium Atmosphere. Memorable Moments."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve A Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve A Table", href: "#contact"},
|
||||
{
|
||||
text: "Book An Event",
|
||||
href: "#events",
|
||||
},
|
||||
text: "Book An Event", href: "#events"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-waitress_1098-15705.jpg",
|
||||
alt: "Satisfied customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-waitress_1098-15705.jpg", alt: "Satisfied customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-hair-salon-looking-sideways_23-2148242781.jpg",
|
||||
alt: "Satisfied customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-hair-salon-looking-sideways_23-2148242781.jpg", alt: "Satisfied customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg",
|
||||
alt: "Satisfied customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg", alt: "Satisfied customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-playing-poker-casino_23-2151831148.jpg",
|
||||
alt: "Satisfied customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-playing-poker-casino_23-2151831148.jpg", alt: "Satisfied customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg",
|
||||
alt: "Satisfied customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg", alt: "Satisfied customer 5"},
|
||||
]}
|
||||
avatarText="Join our 5-star diners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Exquisite Flavors",
|
||||
},
|
||||
type: "text", text: "Exquisite Flavors"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Unforgettable Evenings",
|
||||
},
|
||||
type: "text", text: "Unforgettable Evenings"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Culinary Artistry",
|
||||
},
|
||||
type: "text", text: "Culinary Artistry"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Ingredients",
|
||||
},
|
||||
type: "text", text: "Premium Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "World-Class Service",
|
||||
},
|
||||
type: "text", text: "World-Class Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -228,47 +141,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "pizza-margherita",
|
||||
name: "Pizza Margherita",
|
||||
price: "1200 DA",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg",
|
||||
},
|
||||
id: "pizza-margherita", name: "Pizza Margherita", price: "1200 DA", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg"},
|
||||
{
|
||||
id: "pizza-regina",
|
||||
name: "Pizza Regina",
|
||||
price: "1500 DA",
|
||||
variant: "Chicken & Mushroom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-table-light-blue-color_58702-761.jpg",
|
||||
},
|
||||
id: "pizza-regina", name: "Pizza Regina", price: "1500 DA", variant: "Chicken & Mushroom", imageSrc: "http://img.b2bpic.net/free-photo/pizza-table-light-blue-color_58702-761.jpg"},
|
||||
{
|
||||
id: "pizza-poulet",
|
||||
name: "Pizza Poulet",
|
||||
price: "1600 DA",
|
||||
variant: "Grilled Chicken",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-italian-pizza-with-cheese-basil-tomatoes-olives-wooden-table_23-2148090941.jpg",
|
||||
},
|
||||
id: "pizza-poulet", name: "Pizza Poulet", price: "1600 DA", variant: "Grilled Chicken", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-italian-pizza-with-cheese-basil-tomatoes-olives-wooden-table_23-2148090941.jpg"},
|
||||
{
|
||||
id: "grill-mixed",
|
||||
name: "Grill Mixed",
|
||||
price: "2800 DA",
|
||||
variant: "Beef & Lamb",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-bbq-steak-pieces-with-grilled-vegerables-sauce-rustic-style_140725-10541.jpg",
|
||||
},
|
||||
id: "grill-mixed", name: "Grill Mixed", price: "2800 DA", variant: "Beef & Lamb", imageSrc: "http://img.b2bpic.net/free-photo/grilled-bbq-steak-pieces-with-grilled-vegerables-sauce-rustic-style_140725-10541.jpg"},
|
||||
{
|
||||
id: "fajitas",
|
||||
name: "Chicken Fajitas",
|
||||
price: "2200 DA",
|
||||
variant: "Spicy Chicken",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-delicious-shaurma-salad-sandwich-grey-desk-meal-salad-burger-sandwich-food_140725-101520.jpg",
|
||||
},
|
||||
id: "fajitas", name: "Chicken Fajitas", price: "2200 DA", variant: "Spicy Chicken", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-delicious-shaurma-salad-sandwich-grey-desk-meal-salad-burger-sandwich-food_140725-101520.jpg"},
|
||||
{
|
||||
id: "chicken-wings",
|
||||
name: "Luxury Wings",
|
||||
price: "1800 DA",
|
||||
variant: "Signature Sauce",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-fastfood-herbs-french-fries-chicken-pie-board-spoons-spices-white-notebook-pencil-bottles-herbs_140725-118615.jpg",
|
||||
},
|
||||
id: "chicken-wings", name: "Luxury Wings", price: "1800 DA", variant: "Signature Sauce", imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-fastfood-herbs-french-fries-chicken-pie-board-spoons-spices-white-notebook-pencil-bottles-herbs_140725-118615.jpg"},
|
||||
]}
|
||||
title="Savor Our Exquisite Menu"
|
||||
description="Explore our culinary masterpieces, crafted with passion and presented with artistic flair. Each dish is a journey of exceptional taste and premium quality, available for you to discover."
|
||||
@@ -283,50 +166,20 @@ export default function LandingPage() {
|
||||
carouselMode="auto"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@SarahJ",
|
||||
testimonial: "An absolutely incredible dining experience! The ambiance, the service, and especially the food were beyond compare. MR YUMMY truly sets the standard for luxury restaurants in Batna.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-man-eating-sushi-restaurant_23-2148465242.jpg",
|
||||
imageAlt: "Sarah Johnson, a happy customer",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@SarahJ", testimonial: "An absolutely incredible dining experience! The ambiance, the service, and especially the food were beyond compare. MR YUMMY truly sets the standard for luxury restaurants in Batna.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-man-eating-sushi-restaurant_23-2148465242.jpg", imageAlt: "Sarah Johnson, a happy customer"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@MikeC",
|
||||
testimonial: "From the moment we stepped in, we were treated like royalty. The grill selection was exquisite, and the cocktails were masterfully crafted. A perfect place for a special occasion.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-flower-table_23-2148001715.jpg",
|
||||
imageAlt: "Michael Chen, a satisfied customer",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "@MikeC", testimonial: "From the moment we stepped in, we were treated like royalty. The grill selection was exquisite, and the cocktails were masterfully crafted. A perfect place for a special occasion.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-flower-table_23-2148001715.jpg", imageAlt: "Michael Chen, a satisfied customer"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@EmilyR",
|
||||
testimonial: "The cinematic feel of the restaurant is unique. Every dish was a work of art, and the flavors were simply divine. MR YUMMY is a must-visit for anyone seeking a premium culinary journey.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081881.jpg",
|
||||
imageAlt: "Emily Rodriguez, a happy diner",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "@EmilyR", testimonial: "The cinematic feel of the restaurant is unique. Every dish was a work of art, and the flavors were simply divine. MR YUMMY is a must-visit for anyone seeking a premium culinary journey.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081881.jpg", imageAlt: "Emily Rodriguez, a happy diner"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@DavidK",
|
||||
testimonial: "I've traveled the world and dined in many luxury establishments, and MR YUMMY rivals the best of them. The pizza was surprisingly sophisticated, and the service was impeccable. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-smiling-lady-with-long-wavy-dark-hair-is-touching-hair-looking-camera-home_291650-2384.jpg",
|
||||
imageAlt: "David Kim, a global traveler",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@DavidK", testimonial: "I've traveled the world and dined in many luxury establishments, and MR YUMMY rivals the best of them. The pizza was surprisingly sophisticated, and the service was impeccable. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-smiling-lady-with-long-wavy-dark-hair-is-touching-hair-looking-camera-home_291650-2384.jpg", imageAlt: "David Kim, a global traveler"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fatima Zahra",
|
||||
handle: "@FatimaZ",
|
||||
testimonial: "A true gem in Batna! The elegant atmosphere and the attention to detail in every aspect of our visit made it truly memorable. The desserts are a dream!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-young-woman-coat-sitting-sofa_171337-16904.jpg",
|
||||
imageAlt: "Fatima Zahra, local patron",
|
||||
},
|
||||
id: "5", name: "Fatima Zahra", handle: "@FatimaZ", testimonial: "A true gem in Batna! The elegant atmosphere and the attention to detail in every aspect of our visit made it truly memorable. The desserts are a dream!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-young-woman-coat-sitting-sofa_171337-16904.jpg", imageAlt: "Fatima Zahra, local patron"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Our Guests' Voices"
|
||||
@@ -341,46 +194,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Elegant Birthdays",
|
||||
description: "Celebrate with personalized menus, bespoke decor, and a luxurious ambiance tailored for your special day.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-high-angle_23-2149298558.jpg",
|
||||
imageAlt: "Luxury birthday celebration table",
|
||||
},
|
||||
title: "Elegant Birthdays", description: "Celebrate with personalized menus, bespoke decor, and a luxurious ambiance tailored for your special day.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-high-angle_23-2149298558.jpg", imageAlt: "Luxury birthday celebration table"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-candy-buffet-restaurant-table-full-delicious-desserts-cakes-cheesecakes-creamy-sweets-party-festive-gathering-cafe-confectionery-celebration_7502-5848.jpg",
|
||||
imageAlt: "Birthday cake at luxury restaurant",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e8y6ej",
|
||||
imageAlt: "luxury birthday celebration table",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-candy-buffet-restaurant-table-full-delicious-desserts-cakes-cheesecakes-creamy-sweets-party-festive-gathering-cafe-confectionery-celebration_7502-5848.jpg", imageAlt: "Birthday cake at luxury restaurant"}
|
||||
},
|
||||
{
|
||||
title: "Grand Celebrations",
|
||||
description: "Perfect for weddings, engagements, and major milestones. Our team ensures every detail reflects your vision of grandeur.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-decoration-children-s-baptism_58702-1505.jpg",
|
||||
imageAlt: "Luxury wedding reception table",
|
||||
},
|
||||
title: "Grand Celebrations", description: "Perfect for weddings, engagements, and major milestones. Our team ensures every detail reflects your vision of grandeur.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-decoration-children-s-baptism_58702-1505.jpg", imageAlt: "Luxury wedding reception table"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/newlyweds-with-wineglasses-kissing_1153-2834.jpg",
|
||||
imageAlt: "Bride and groom at luxury event",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-sauce-bottle_23-2148773532.jpg?_wi=2",
|
||||
imageAlt: "luxury birthday celebration table",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/newlyweds-with-wineglasses-kissing_1153-2834.jpg", imageAlt: "Bride and groom at luxury event"}
|
||||
},
|
||||
{
|
||||
title: "Business & Private Events",
|
||||
description: "Exclusive settings for corporate meetings, product launches, or intimate private dining experiences with unparalleled service.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg",
|
||||
imageAlt: "Luxury business meeting dining table",
|
||||
},
|
||||
title: "Business & Private Events", description: "Exclusive settings for corporate meetings, product launches, or intimate private dining experiences with unparalleled service.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg", imageAlt: "Luxury business meeting dining table"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018850.jpg",
|
||||
imageAlt: "Private dining room luxury restaurant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hand-putting-oregano-tomato-mozzarella-pizza_1150-4701.jpg?_wi=2",
|
||||
imageAlt: "luxury birthday celebration table",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018850.jpg", imageAlt: "Private dining room luxury restaurant"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -395,20 +224,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I make a reservation?",
|
||||
content: "You can reserve a table directly through our online system on the contact section, or by calling us during opening hours for immediate assistance.",
|
||||
},
|
||||
id: "q1", title: "How do I make a reservation?", content: "You can reserve a table directly through our online system on the contact section, or by calling us during opening hours for immediate assistance."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you cater for special dietary requirements?",
|
||||
content: "Yes, our chefs are delighted to accommodate various dietary restrictions and allergies. Please inform us when making your reservation.",
|
||||
},
|
||||
id: "q2", title: "Do you cater for special dietary requirements?", content: "Yes, our chefs are delighted to accommodate various dietary restrictions and allergies. Please inform us when making your reservation."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I host a private event at MR YUMMY?",
|
||||
content: "Absolutely. We offer tailored packages for birthdays, business meetings, and other private events. Please contact our events team for a personalized consultation.",
|
||||
},
|
||||
id: "q3", title: "Can I host a private event at MR YUMMY?", content: "Absolutely. We offer tailored packages for birthdays, business meetings, and other private events. Please contact our events team for a personalized consultation."},
|
||||
]}
|
||||
title="Your Questions, Answered"
|
||||
description="Find quick answers to common questions about reservations, events, and our luxury dining experience at MR YUMMY Batna."
|
||||
@@ -421,14 +241,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Google Reviews",
|
||||
"Instagram Mentions",
|
||||
"Customer Stories",
|
||||
"Chef's Specials",
|
||||
"Event Highlights",
|
||||
"Luxury Experience",
|
||||
"Premium Dining",
|
||||
]}
|
||||
"Google Reviews", "Instagram Mentions", "Customer Stories", "Chef's Specials", "Event Highlights", "Luxury Experience", "Premium Dining"]}
|
||||
title="Join Our Community"
|
||||
description="Stay connected with MR YUMMY Batna. Follow us on Instagram for our latest culinary creations, event highlights, and a glimpse into our luxurious world. Share your moments with #MRYUMMYBATNA."
|
||||
/>
|
||||
@@ -438,18 +251,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
text="Connect With Us\nMR YUMMY Batna\n\nPhone: +213 5 XX XX XX XX\nEmail: contact@mryummybatna.com\nAddress: [Exact Restaurant Address, Batna, Algeria]\nInstagram: @mr_yummy_batna\nFacebook: MrYummyBatnaOfficial\nWhatsApp: +213 5 XX XX XX XX\nOpening Hours: Every day from 12:00 PM - 11:00 PM"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=MR+YUMMY+Batna",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=MR+YUMMY+Batna"},
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+2135XXXXXX",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+2135XXXXXX"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -458,13 +266,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="MR YUMMY"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user