Update src/app/page.tsx
This commit is contained in:
407
src/app/page.tsx
407
src/app/page.tsx
@@ -11,7 +11,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Diamond, Fish, Heart, Home, Smile, Star, Tag, Wallet } from "lucide-react";
|
||||
import { Diamond, Fish, Heart, Home, Smile, Star, Tag, Wallet, ChefHat, Family, ParkingSquare, Truck, Soup, PartyPopper, HeartHandshake, Utensils, ShoppingBag, Bike, ShieldCheck, Car, CalendarCheck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,41 +32,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Why Choose Us", id: "#features"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Gallery", id: "#gallery"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#restaurant-features",
|
||||
},
|
||||
name: "Features", id: "#restaurant-features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Ritaj Dar El Hout"
|
||||
/>
|
||||
@@ -75,71 +57,44 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "rotated-rays-static-grid",
|
||||
}}
|
||||
variant: "rotated-rays-static-grid"}}
|
||||
title="Fresh Seafood, Exceptional Taste"
|
||||
description="Enjoy the finest fresh fish and seafood in Meknes with quality service and a welcoming atmosphere."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-cafe_1098-14388.jpg",
|
||||
alt: "Chef Ahmed",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-cafe_1098-14388.jpg", alt: "Chef Ahmed"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-muslim-woman-wearing-hijab_23-2149123042.jpg",
|
||||
alt: "Manager Fatima",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-muslim-woman-wearing-hijab_23-2149123042.jpg", alt: "Manager Fatima"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203570.jpg",
|
||||
alt: "Happy Customers",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203570.jpg", alt: "Happy Customers"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-chef-kitchen_23-2148006649.jpg",
|
||||
alt: "Head Chef",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-chef-kitchen_23-2148006649.jpg", alt: "Head Chef"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-female-entrepreneur-asian-business-owner-manager-sitting-confident-smiling_1258-199004.jpg",
|
||||
alt: "Portrait of young female entrepreneur asian business owner or manager sitting confident smiling at",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-female-entrepreneur-asian-business-owner-manager-sitting-confident-smiling_1258-199004.jpg", alt: "Portrait of young female entrepreneur asian business owner or manager sitting confident smiling at"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "https://wa.me/212661484172",
|
||||
},
|
||||
text: "Reserve a Table", href: "https://wa.me/212661484172"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+212661484172",
|
||||
},
|
||||
text: "Call Now", href: "tel:+212661484172"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
avatarText="Over 500+ Happy Guests & Culinary Experts"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Finest Moroccan Flavors",
|
||||
icon: Tag,
|
||||
type: "text-icon", text: "Finest Moroccan Flavors", icon: Tag,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Fresh Catch",
|
||||
type: "text", text: "Daily Fresh Catch"},
|
||||
{
|
||||
type: "text-icon", text: "Exceptional Service", icon: Diamond,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exceptional Service",
|
||||
icon: Diamond,
|
||||
},
|
||||
type: "text", text: "Family-Friendly Dining"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family-Friendly Dining",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Halal Certified",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Halal Certified", icon: Heart,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
@@ -155,29 +110,19 @@ export default function LandingPage() {
|
||||
description="Ritaj Dar El Hout is Meknes' premier destination for an exquisite Moroccan seafood experience. We pride ourselves on serving the freshest catch daily, combined with friendly service and a truly family-friendly atmosphere."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fresh Daily Seafood",
|
||||
description: "Sourced from the freshest catches to ensure unparalleled taste and quality.",
|
||||
icon: Fish,
|
||||
title: "Fresh Daily Seafood", description: "Sourced from the freshest catches to ensure unparalleled taste and quality.", icon: Fish,
|
||||
},
|
||||
{
|
||||
title: "Friendly Service",
|
||||
description: "Our dedicated team provides warm and attentive service, making every visit special.",
|
||||
icon: Smile,
|
||||
title: "Friendly Service", description: "Our dedicated team provides warm and attentive service, making every visit special.", icon: Smile,
|
||||
},
|
||||
{
|
||||
title: "Family-Friendly Atmosphere",
|
||||
description: "A welcoming environment perfect for family gatherings and memorable meals.",
|
||||
icon: Home,
|
||||
title: "Family-Friendly Atmosphere", description: "A welcoming environment perfect for family gatherings and memorable meals.", icon: Home,
|
||||
},
|
||||
{
|
||||
title: "Great Value for Money",
|
||||
description: "Exceptional dining experiences at prices that offer true value.",
|
||||
icon: Wallet,
|
||||
title: "Great Value for Money", description: "Exceptional dining experiences at prices that offer true value.", icon: Wallet,
|
||||
},
|
||||
{
|
||||
title: "Comfortable Dining Experience",
|
||||
description: "Relax in our inviting ambiance designed for your utmost comfort and enjoyment.",
|
||||
icon: Home,
|
||||
title: "Comfortable Dining Experience", description: "Relax in our inviting ambiance designed for your utmost comfort and enjoyment.", icon: Home,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pancakes-colored-coffee_1321-881.jpg"
|
||||
@@ -192,60 +137,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Daily Fish",
|
||||
description: "We guarantee the freshest catch, delivered daily from the sea to your table.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-persimmon-wooden-plate-blue-table_114579-89487.jpg",
|
||||
imageAlt: "Display of fresh fish on ice",
|
||||
buttonIcon: "Fish",
|
||||
title: "Fresh Daily Fish", description: "We guarantee the freshest catch, delivered daily from the sea to your table.", imageSrc: "http://img.b2bpic.net/free-photo/dried-persimmon-wooden-plate-blue-table_114579-89487.jpg", imageAlt: "Display of fresh fish on ice", buttonIcon: Fish,
|
||||
},
|
||||
{
|
||||
title: "Professional Service",
|
||||
description: "Our attentive staff provides impeccable service, ensuring a delightful dining experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-serving-guests-restaurant-preparing-their-table-dining_637285-1914.jpg",
|
||||
imageAlt: "Professional waiter serving food",
|
||||
buttonIcon: "ChefHat",
|
||||
title: "Professional Service", description: "Our attentive staff provides impeccable service, ensuring a delightful dining experience.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-serving-guests-restaurant-preparing-their-table-dining_637285-1914.jpg", imageAlt: "Professional waiter serving food", buttonIcon: ChefHat,
|
||||
},
|
||||
{
|
||||
title: "Family Friendly",
|
||||
description: "A warm and inviting atmosphere, perfect for families to enjoy a meal together.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/toast-many-upcoming-family-dinners_637285-12559.jpg",
|
||||
imageAlt: "Family dining happily in a restaurant",
|
||||
buttonIcon: "Family",
|
||||
title: "Family Friendly", description: "A warm and inviting atmosphere, perfect for families to enjoy a meal together.", imageSrc: "http://img.b2bpic.net/free-photo/toast-many-upcoming-family-dinners_637285-12559.jpg", imageAlt: "Family dining happily in a restaurant", buttonIcon: Family,
|
||||
},
|
||||
{
|
||||
title: "Spacious Parking",
|
||||
description: "Enjoy hassle-free visits with our large and convenient parking area.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-colorful-wood-chair_1339-5512.jpg",
|
||||
imageAlt: "Restaurant with spacious parking lot",
|
||||
buttonIcon: "ParkingSquare",
|
||||
title: "Spacious Parking", description: "Enjoy hassle-free visits with our large and convenient parking area.", imageSrc: "http://img.b2bpic.net/free-photo/empty-colorful-wood-chair_1339-5512.jpg", imageAlt: "Restaurant with spacious parking lot", buttonIcon: ParkingSquare,
|
||||
},
|
||||
{
|
||||
title: "Delivery Available",
|
||||
description: "Savor our delicious seafood from the comfort of your home with our reliable delivery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/takeaway-box-with-chicken-barbecue-fried-potatoes-inside_114579-4469.jpg",
|
||||
imageAlt: "Food delivery person on a scooter",
|
||||
buttonIcon: "Truck",
|
||||
title: "Delivery Available", description: "Savor our delicious seafood from the comfort of your home with our reliable delivery.", imageSrc: "http://img.b2bpic.net/free-photo/takeaway-box-with-chicken-barbecue-fried-potatoes-inside_114579-4469.jpg", imageAlt: "Food delivery person on a scooter", buttonIcon: Truck,
|
||||
},
|
||||
{
|
||||
title: "Dine-In & Takeaway",
|
||||
description: "Whether you prefer dining in or taking your order to go, we cater to your preference.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-photo-seafood-dish-with-salmon_23-2150463276.jpg",
|
||||
imageAlt: "Dine-in table and takeaway bags",
|
||||
buttonIcon: "Soup",
|
||||
title: "Dine-In & Takeaway", description: "Whether you prefer dining in or taking your order to go, we cater to your preference.", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-photo-seafood-dish-with-salmon_23-2150463276.jpg", imageAlt: "Dine-in table and takeaway bags", buttonIcon: Soup,
|
||||
},
|
||||
{
|
||||
title: "Catering Services",
|
||||
description: "Elevate your events with our exquisite Moroccan seafood catering tailored to your needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-banquet-table-with-snacks-wedding_1303-19146.jpg",
|
||||
imageAlt: "Catering food display at an event",
|
||||
buttonIcon: "PartyPopper",
|
||||
title: "Catering Services", description: "Elevate your events with our exquisite Moroccan seafood catering tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-photo/decorated-banquet-table-with-snacks-wedding_1303-19146.jpg", imageAlt: "Catering food display at an event", buttonIcon: PartyPopper,
|
||||
},
|
||||
{
|
||||
title: "Halal Food",
|
||||
description: "All our dishes are prepared following strict Halal guidelines, ensuring peace of mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-girl-laughing-with-friends_23-2148421617.jpg",
|
||||
imageAlt: "Halal food certification symbol",
|
||||
buttonIcon: "HeartHandshake",
|
||||
title: "Halal Food", description: "All our dishes are prepared following strict Halal guidelines, ensuring peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-girl-laughing-with-friends_23-2148421617.jpg", imageAlt: "Halal food certification symbol", buttonIcon: HeartHandshake,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Ritaj Dar El Hout?"
|
||||
@@ -261,47 +174,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "menu-starter",
|
||||
name: "Appetizers & Salads",
|
||||
price: "View Page 1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-empty-menu-paper-plate-with-leaves-copy-space_23-2148496829.jpg",
|
||||
imageAlt: "Placeholder for Appetizers and Salads menu page",
|
||||
},
|
||||
id: "menu-starter", name: "Appetizers & Salads", price: "View Page 1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-empty-menu-paper-plate-with-leaves-copy-space_23-2148496829.jpg", imageAlt: "Placeholder for Appetizers and Salads menu page"},
|
||||
{
|
||||
id: "menu-main-fish",
|
||||
name: "Main Courses - Fish",
|
||||
price: "View Page 2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-seafood-table_23-2148290437.jpg",
|
||||
imageAlt: "Placeholder for Main Courses Fish menu page",
|
||||
},
|
||||
id: "menu-main-fish", name: "Main Courses - Fish", price: "View Page 2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-seafood-table_23-2148290437.jpg", imageAlt: "Placeholder for Main Courses Fish menu page"},
|
||||
{
|
||||
id: "menu-main-seafood",
|
||||
name: "Main Courses - Seafood",
|
||||
price: "View Page 3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-tea-ethnic-dishes-with-marmelades-wooden-platter_114579-11995.jpg",
|
||||
imageAlt: "Placeholder for Main Courses Seafood menu page",
|
||||
},
|
||||
id: "menu-main-seafood", name: "Main Courses - Seafood", price: "View Page 3", imageSrc: "http://img.b2bpic.net/free-photo/glass-tea-ethnic-dishes-with-marmelades-wooden-platter_114579-11995.jpg", imageAlt: "Placeholder for Main Courses Seafood menu page"},
|
||||
{
|
||||
id: "menu-specials",
|
||||
name: "Chef's Specials",
|
||||
price: "View Page 4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-with-winter-tomato-soup-notebook_23-2148706364.jpg",
|
||||
imageAlt: "Placeholder for Chef's Specials menu page",
|
||||
},
|
||||
id: "menu-specials", name: "Chef's Specials", price: "View Page 4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-with-winter-tomato-soup-notebook_23-2148706364.jpg", imageAlt: "Placeholder for Chef's Specials menu page"},
|
||||
{
|
||||
id: "menu-drinks",
|
||||
name: "Beverages & Desserts",
|
||||
price: "View Page 5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-frame-placed-cutlery_23-2148182091.jpg",
|
||||
imageAlt: "Placeholder for Beverages and Desserts menu page",
|
||||
},
|
||||
id: "menu-drinks", name: "Beverages & Desserts", price: "View Page 5", imageSrc: "http://img.b2bpic.net/free-photo/empty-frame-placed-cutlery_23-2148182091.jpg", imageAlt: "Placeholder for Beverages and Desserts menu page"},
|
||||
{
|
||||
id: "menu-kids",
|
||||
name: "Kids' Menu",
|
||||
price: "View Page 6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentine-s-day-arrangement-with-empty-clipboard_23-2148392038.jpg",
|
||||
imageAlt: "Placeholder for Kids' Menu page",
|
||||
},
|
||||
id: "menu-kids", name: "Kids' Menu", price: "View Page 6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentine-s-day-arrangement-with-empty-clipboard_23-2148392038.jpg", imageAlt: "Placeholder for Kids' Menu page"},
|
||||
]}
|
||||
title="Our Culinary Journey: The Menu"
|
||||
description="Explore our exquisite selection of fresh seafood dishes, prepared with authentic Moroccan flavors. Each image represents a page of our detailed menu, ready for your upload."
|
||||
@@ -310,59 +193,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardThree
|
||||
animationType="opacity"
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "gallery-interior",
|
||||
name: "Restaurant Interior",
|
||||
price: "See More",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3440.jpg",
|
||||
imageAlt: "Elegant interior of the restaurant",
|
||||
},
|
||||
id: "gallery-interior", name: "Restaurant Interior", price: "See More", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3440.jpg", imageAlt: "Elegant interior of the restaurant"},
|
||||
{
|
||||
id: "gallery-fish-display",
|
||||
name: "Fresh Fish Display",
|
||||
price: "See More",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-trout-ready-be-cooked_23-2150353386.jpg",
|
||||
imageAlt: "Display of fresh seafood on ice",
|
||||
},
|
||||
id: "gallery-fish-display", name: "Fresh Fish Display", price: "See More", imageSrc: "http://img.b2bpic.net/free-photo/raw-trout-ready-be-cooked_23-2150353386.jpg", imageAlt: "Display of fresh seafood on ice"},
|
||||
{
|
||||
id: "gallery-fried-dishes",
|
||||
name: "Fried Fish Dishes",
|
||||
price: "See More",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-fried-fishes-lemon-slices-brown-plate-spices-tomatoes-oil-bottle-mix-colors-table-with-free-space_179666-18159.jpg",
|
||||
imageAlt: "Delicious fried fish platter",
|
||||
},
|
||||
id: "gallery-fried-dishes", name: "Fried Fish Dishes", price: "See More", imageSrc: "http://img.b2bpic.net/free-photo/view-fried-fishes-lemon-slices-brown-plate-spices-tomatoes-oil-bottle-mix-colors-table-with-free-space_179666-18159.jpg", imageAlt: "Delicious fried fish platter"},
|
||||
{
|
||||
id: "gallery-platters",
|
||||
name: "Seafood Platters",
|
||||
price: "See More",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-fajitas-with-mayonnaise-sauces_140725-3225.jpg",
|
||||
imageAlt: "Assortment of grilled seafood platters",
|
||||
},
|
||||
id: "gallery-platters", name: "Seafood Platters", price: "See More", imageSrc: "http://img.b2bpic.net/free-photo/chicken-fajitas-with-mayonnaise-sauces_140725-3225.jpg", imageAlt: "Assortment of grilled seafood platters"},
|
||||
{
|
||||
id: "gallery-family",
|
||||
name: "Family Dining",
|
||||
price: "See More",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552629.jpg",
|
||||
imageAlt: "Family enjoying a meal together",
|
||||
},
|
||||
id: "gallery-family", name: "Family Dining", price: "See More", imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552629.jpg", imageAlt: "Family enjoying a meal together"},
|
||||
{
|
||||
id: "gallery-team",
|
||||
name: "Our Kitchen Team",
|
||||
price: "See More",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-chefs-working-together_23-2151232219.jpg",
|
||||
imageAlt: "Professional chefs in the kitchen",
|
||||
},
|
||||
id: "gallery-team", name: "Our Kitchen Team", price: "See More", imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-chefs-working-together_23-2151232219.jpg", imageAlt: "Professional chefs in the kitchen"},
|
||||
{
|
||||
id: "gallery-outdoor",
|
||||
name: "Outdoor View",
|
||||
price: "See More",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/terrace-restaurand-modern-style-summer_114579-2726.jpg",
|
||||
imageAlt: "Exterior view of the restaurant",
|
||||
},
|
||||
id: "gallery-outdoor", name: "Outdoor View", price: "See More", imageSrc: "http://img.b2bpic.net/free-photo/terrace-restaurand-modern-style-summer_114579-2726.jpg", imageAlt: "Exterior view of the restaurant"},
|
||||
]}
|
||||
title="Discover Our Ambiance & Delights"
|
||||
description="A visual journey through Ritaj Dar El Hout – from our inviting interiors to the vibrant dishes and the dedicated team behind the scenes. Click to enlarge photos."
|
||||
@@ -376,58 +225,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Local Diner",
|
||||
testimonial: "Excellent service and delicious fried fish. I highly recommend this restaurant for its authentic Moroccan seafood.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-cute-africanamerican-girl-smiling-pleased-showing-thumbsup-approval-lik_1258-149049.jpg",
|
||||
imageAlt: "Portrait of Sarah J.",
|
||||
icon: Star,
|
||||
id: "1", name: "Sarah J.", role: "Local Diner", testimonial: "Excellent service and delicious fried fish. I highly recommend this restaurant for its authentic Moroccan seafood.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-cute-africanamerican-girl-smiling-pleased-showing-thumbsup-approval-lik_1258-149049.jpg", imageAlt: "Portrait of Sarah J.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Omar K.",
|
||||
role: "First-time Visitor",
|
||||
testimonial: "It was our first visit and we were very satisfied. Great food and excellent service, truly a gem in Meknes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-white-shirt-open-having-breakfast-cafe-with-vegetarian-burger-drinking-coffee-lifestyle-tropical-island-life-bali_1321-3941.jpg",
|
||||
imageAlt: "Portrait of Omar K.",
|
||||
icon: Star,
|
||||
id: "2", name: "Omar K.", role: "First-time Visitor", testimonial: "It was our first visit and we were very satisfied. Great food and excellent service, truly a gem in Meknes.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-white-shirt-open-having-breakfast-cafe-with-vegetarian-burger-drinking-coffee-lifestyle-tropical-island-life-bali_1321-3941.jpg", imageAlt: "Portrait of Omar K.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amina B.",
|
||||
role: "Regular Customer",
|
||||
testimonial: "Fresh products, impeccable service, and excellent value for money. Ritaj Dar El Hout never disappoints!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-together-coffee-terrace_23-2148263235.jpg",
|
||||
imageAlt: "Portrait of Amina B.",
|
||||
icon: Star,
|
||||
id: "3", name: "Amina B.", role: "Regular Customer", testimonial: "Fresh products, impeccable service, and excellent value for money. Ritaj Dar El Hout never disappoints!", imageSrc: "http://img.b2bpic.net/free-photo/friends-together-coffee-terrace_23-2148263235.jpg", imageAlt: "Portrait of Amina B.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Youssef M.",
|
||||
role: "Food Enthusiast",
|
||||
testimonial: "Fresh fish at reasonable prices. A restaurant worth discovering for its quality and inviting atmosphere.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carefree-couple-enjoying-lunch-time-restaurant_637285-9035.jpg",
|
||||
imageAlt: "Portrait of Youssef M.",
|
||||
icon: Star,
|
||||
id: "4", name: "Youssef M.", role: "Food Enthusiast", testimonial: "Fresh fish at reasonable prices. A restaurant worth discovering for its quality and inviting atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/carefree-couple-enjoying-lunch-time-restaurant_637285-9035.jpg", imageAlt: "Portrait of Youssef M.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fatima Z.",
|
||||
role: "Family Guest",
|
||||
testimonial: "Delicious food, friendly staff, and excellent service. A wonderful place for family gatherings and seafood lovers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-woman-posing-restaurant_23-2148214616.jpg",
|
||||
imageAlt: "Portrait of Fatima Z.",
|
||||
icon: Star,
|
||||
id: "5", name: "Fatima Z.", role: "Family Guest", testimonial: "Delicious food, friendly staff, and excellent service. A wonderful place for family gatherings and seafood lovers.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-woman-posing-restaurant_23-2148214616.jpg", imageAlt: "Portrait of Fatima Z.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Ahmed R.",
|
||||
role: "Frequent Patron",
|
||||
testimonial: "Always a great experience! The seafood is consistently fresh and the Moroccan spices are perfect.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-cheerful-africanamerican-girl-showing-thumbsup-support-like-agree-with-y_1258-138554.jpg",
|
||||
imageAlt: "Positive customer approving new offer",
|
||||
icon: Star,
|
||||
id: "6", name: "Ahmed R.", role: "Frequent Patron", testimonial: "Always a great experience! The seafood is consistently fresh and the Moroccan spices are perfect.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-cheerful-africanamerican-girl-showing-thumbsup-support-like-agree-with-y_1258-138554.jpg", imageAlt: "Positive customer approving new offer", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
@@ -441,53 +254,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Dine-In",
|
||||
description: "Enjoy our inviting ambiance and full-service dining experience in our elegant restaurant.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg",
|
||||
imageAlt: "Restaurant dining table",
|
||||
buttonIcon: "Utensils",
|
||||
title: "Dine-In", description: "Enjoy our inviting ambiance and full-service dining experience in our elegant restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg", imageAlt: "Restaurant dining table", buttonIcon: Utensils,
|
||||
},
|
||||
{
|
||||
title: "Takeaway",
|
||||
description: "Order your favorite dishes and pick them up fresh and hot to enjoy wherever you like.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-hand-black-glove-holding-paper-package-white_140725-19781.jpg",
|
||||
imageAlt: "Takeaway food box",
|
||||
buttonIcon: "ShoppingBag",
|
||||
title: "Takeaway", description: "Order your favorite dishes and pick them up fresh and hot to enjoy wherever you like.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-hand-black-glove-holding-paper-package-white_140725-19781.jpg", imageAlt: "Takeaway food box", buttonIcon: ShoppingBag,
|
||||
},
|
||||
{
|
||||
title: "Delivery",
|
||||
description: "Experience the taste of Ritaj Dar El Hout delivered right to your doorstep for ultimate convenience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-takeaway-food-delivery_23-2149025796.jpg",
|
||||
imageAlt: "Food delivery service",
|
||||
buttonIcon: "Bike",
|
||||
title: "Delivery", description: "Experience the taste of Ritaj Dar El Hout delivered right to your doorstep for ultimate convenience.", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-takeaway-food-delivery_23-2149025796.jpg", imageAlt: "Food delivery service", buttonIcon: Bike,
|
||||
},
|
||||
{
|
||||
title: "No-Contact Delivery",
|
||||
description: "For your safety and peace of mind, we offer contactless delivery right to your location.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-with-social-distance-concept_23-2148768480.jpg",
|
||||
imageAlt: "Contactless food delivery",
|
||||
buttonIcon: "ShieldCheck",
|
||||
title: "No-Contact Delivery", description: "For your safety and peace of mind, we offer contactless delivery right to your location.", imageSrc: "http://img.b2bpic.net/free-photo/friends-with-social-distance-concept_23-2148768480.jpg", imageAlt: "Contactless food delivery", buttonIcon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
title: "Drive-Through",
|
||||
description: "Quickly pick up your pre-ordered meals without leaving your car at our convenient drive-through.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039416.jpg",
|
||||
imageAlt: "Drive-through window",
|
||||
buttonIcon: "Car",
|
||||
title: "Drive-Through", description: "Quickly pick up your pre-ordered meals without leaving your car at our convenient drive-through.", imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039416.jpg", imageAlt: "Drive-through window", buttonIcon: Car,
|
||||
},
|
||||
{
|
||||
title: "Catering",
|
||||
description: "Let us bring the authentic flavors of Moroccan seafood to your next event or special occasion.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247764.jpg",
|
||||
imageAlt: "Catering setup for an event",
|
||||
buttonIcon: "ChefHat",
|
||||
title: "Catering", description: "Let us bring the authentic flavors of Moroccan seafood to your next event or special occasion.", imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247764.jpg", imageAlt: "Catering setup for an event", buttonIcon: ChefHat,
|
||||
},
|
||||
{
|
||||
title: "Table Reservations",
|
||||
description: "Ensure your spot and skip the wait by reserving your table in advance online or by phone.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/planning-day-morning_1098-19926.jpg",
|
||||
imageAlt: "Reserved table sign",
|
||||
buttonIcon: "CalendarCheck",
|
||||
title: "Table Reservations", description: "Ensure your spot and skip the wait by reserving your table in advance online or by phone.", imageSrc: "http://img.b2bpic.net/free-photo/planning-day-morning_1098-19926.jpg", imageAlt: "Reserved table sign", buttonIcon: CalendarCheck,
|
||||
},
|
||||
]}
|
||||
title="Our Services"
|
||||
@@ -500,17 +285,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Halal Food",
|
||||
"Good For Families",
|
||||
"Good For Kids",
|
||||
"Tourist Friendly",
|
||||
"Cozy Atmosphere",
|
||||
"Quiet Environment",
|
||||
"Trendy Dining",
|
||||
"Large Parking Area",
|
||||
"Wheelchair Accessible",
|
||||
"Free Wi-Fi",
|
||||
]}
|
||||
"Halal Food", "Good For Families", "Good For Kids", "Tourist Friendly", "Cozy Atmosphere", "Quiet Environment", "Trendy Dining", "Large Parking Area", "Wheelchair Accessible", "Free Wi-Fi"]}
|
||||
title="Restaurant Highlights"
|
||||
description="Our commitment to quality and guest satisfaction is reflected in every aspect of Ritaj Dar El Hout, making it the perfect choice for your dining."
|
||||
showCard={true}
|
||||
@@ -521,24 +296,17 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect With Us"
|
||||
title="Visit or Contact Ritaj Dar El Hout"
|
||||
description="We look forward to welcoming you to our restaurant or assisting you with any inquiries. Reach out to us today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/212661484172",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/212661484172"},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:Ritajdarelhout@gmail.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:Ritajdarelhout@gmail.com"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/search/Naim+3-4,+Number+318,+Route+Rabat-F%C3%A8s,+Meknes,+Morocco",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/search/Naim+3-4,+Number+318,+Route+Rabat-F%C3%A8s,+Meknes,+Morocco"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -547,45 +315,28 @@ export default function LandingPage() {
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/elegant-seamless-pattern-minimal-background_1055-8263.jpg"
|
||||
imageAlt="Moroccan pattern background"
|
||||
videoSrc="NO_VIDEO_PROVIDED"
|
||||
logoText="Ritaj Dar El Hout"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Information",
|
||||
items: [
|
||||
title: "Contact Information", items: [
|
||||
{
|
||||
label: "+212 661 484 172",
|
||||
href: "tel:+212661484172",
|
||||
},
|
||||
label: "+212 661 484 172", href: "tel:+212661484172"},
|
||||
{
|
||||
label: "Ritajdarelhout@gmail.com",
|
||||
href: "mailto:Ritajdarelhout@gmail.com",
|
||||
},
|
||||
label: "Ritajdarelhout@gmail.com", href: "mailto:Ritajdarelhout@gmail.com"},
|
||||
{
|
||||
label: "Naim 3-4, Number 318, Route Rabat-Fès, Meknes, Morocco",
|
||||
href: "https://www.google.com/maps/search/Naim+3-4,+Number+318,+Route+Rabat-F%C3%A8s,+Meknes,+Morocco",
|
||||
},
|
||||
label: "Naim 3-4, Number 318, Route Rabat-Fès, Meknes, Morocco", href: "https://www.google.com/maps/search/Naim+3-4,+Number+318,+Route+Rabat-F%C3%A8s,+Meknes,+Morocco"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user