Merge version_1 into main #3

Merged
bender merged 4 commits from version_1 into main 2026-03-05 19:28:38 +00:00
4 changed files with 24 additions and 24 deletions

View File

@@ -90,11 +90,11 @@ export default function AboutPage() {
tag="Guest Experiences"
testimonials={[
{
id: "1", title: "A Culinary Treasure", quote: "This restaurant captures the essence of Morocco. Every visit feels like a journey through North Africa. The authenticity is unmatched.", name: "Marie Dupont", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Marie Dupont"},
id: "1", title: "A Culinary Treasure", quote: "This restaurant captures the essence of Morocco. Every visit feels like a journey through North Africa. The authenticity is unmatched.", name: "Marie Dupont", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=3", imageAlt: "Marie Dupont"},
{
id: "2", title: "Excellence in Every Plate", quote: "The dedication to traditional preparation methods is evident in the quality of every dish. This is not just a restaurant; it's a cultural experience.", name: "Philippe Martin", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Philippe Martin"},
id: "2", title: "Excellence in Every Plate", quote: "The dedication to traditional preparation methods is evident in the quality of every dish. This is not just a restaurant; it's a cultural experience.", name: "Philippe Martin", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4", imageAlt: "Philippe Martin"},
{
id: "3", title: "Beyond Expectations", quote: "We were amazed by the warmth of the staff and the quality of ingredients. Les Saveurs de l'Orient deserves all the recognition it receives.", name: "Sophie Leblanc", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Sophie Leblanc"},
id: "3", title: "Beyond Expectations", quote: "We were amazed by the warmth of the staff and the quality of ingredients. Les Saveurs de l'Orient deserves all the recognition it receives.", name: "Sophie Leblanc", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=2", imageAlt: "Sophie Leblanc"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -109,7 +109,7 @@ export default function AboutPage() {
tagIcon={Mail}
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/moroccan-serving-mint-tea-traditional-way_268835-3983.jpg"
imageSrc="http://img.b2bpic.net/free-photo/moroccan-serving-mint-tea-traditional-way_268835-3983.jpg?_wi=2"
imageAlt="Traditional Moroccan hospitality and tea service"
mediaPosition="right"
inputPlaceholder="your.email@example.com"

View File

@@ -72,16 +72,16 @@ export default function MenuPage() {
tagIcon={Star}
features={[
{
title: "Couscous Royal", description: "Fluffy semolina couscous topped with tender lamb, seasonal vegetables, and aromatic broth. A timeless Moroccan favorite.", imageSrc: "http://img.b2bpic.net/free-photo/turkish-side-dishes-platter-turkish-raki_140725-2592.jpg", imageAlt: "Moroccan couscous royal with lamb and vegetables", buttonIcon: ArrowRight,
title: "Couscous Royal", description: "Fluffy semolina couscous topped with tender lamb, seasonal vegetables, and aromatic broth. A timeless Moroccan favorite.", imageSrc: "http://img.b2bpic.net/free-photo/turkish-side-dishes-platter-turkish-raki_140725-2592.jpg?_wi=2", imageAlt: "Moroccan couscous royal with lamb and vegetables", buttonIcon: ArrowRight,
buttonHref: "/menu"},
{
title: "Lamb Tajine with Prunes", description: "Slow-cooked lamb in a traditional earthenware tajine with prunes, almonds, and warm spices. Pure comfort in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-traditional-rice-garnish-with-herbs-inside-pottery-bowl-served-with-bread-bun_114579-1812.jpg", imageAlt: "Traditional Moroccan lamb tajine with prunes", buttonIcon: ArrowRight,
title: "Lamb Tajine with Prunes", description: "Slow-cooked lamb in a traditional earthenware tajine with prunes, almonds, and warm spices. Pure comfort in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-traditional-rice-garnish-with-herbs-inside-pottery-bowl-served-with-bread-bun_114579-1812.jpg?_wi=2", imageAlt: "Traditional Moroccan lamb tajine with prunes", buttonIcon: ArrowRight,
buttonHref: "/menu"},
{
title: "Kefta with Egg", description: "Spiced ground meat cooked with tomatoes and served with a perfectly baked egg. A beloved Moroccan staple.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-meat-cutlets-with-salad-bread_140725-57057.jpg", imageAlt: "Moroccan kefta with egg in traditional spiced sauce", buttonIcon: ArrowRight,
title: "Kefta with Egg", description: "Spiced ground meat cooked with tomatoes and served with a perfectly baked egg. A beloved Moroccan staple.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-meat-cutlets-with-salad-bread_140725-57057.jpg?_wi=2", imageAlt: "Moroccan kefta with egg in traditional spiced sauce", buttonIcon: ArrowRight,
buttonHref: "/menu"},
{
title: "Moroccan Mint Tea", description: "Refreshing traditional tea infused with fresh mint and warm spices. The perfect way to end your meal.", imageSrc: "http://img.b2bpic.net/free-photo/man-pours-tea-cup-jam-sweets-side-view_141793-3236.jpg", imageAlt: "Traditional Moroccan mint tea service", buttonIcon: ArrowRight,
title: "Moroccan Mint Tea", description: "Refreshing traditional tea infused with fresh mint and warm spices. The perfect way to end your meal.", imageSrc: "http://img.b2bpic.net/free-photo/man-pours-tea-cup-jam-sweets-side-view_141793-3236.jpg?_wi=2", imageAlt: "Traditional Moroccan mint tea service", buttonIcon: ArrowRight,
buttonHref: "/menu"},
]}
textboxLayout="default"
@@ -97,7 +97,7 @@ export default function MenuPage() {
tagIcon={Mail}
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=1"
imageAlt="Cozy restaurant ambiance with warm lighting"
mediaPosition="left"
inputPlaceholder="your.email@example.com"

View File

@@ -92,7 +92,7 @@ export default function HomePage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-food-near-mug-drink-teapot_23-2148080945.jpg", imageAlt: "Moroccan couscous and traditional dishes"},
{
imageSrc: "http://img.b2bpic.net/free-photo/moroccan-serving-mint-tea-traditional-way_268835-3983.jpg", imageAlt: "Moroccan restaurant interior with traditional arches and lighting"},
imageSrc: "http://img.b2bpic.net/free-photo/moroccan-serving-mint-tea-traditional-way_268835-3983.jpg?_wi=1", imageAlt: "Moroccan restaurant interior with traditional arches and lighting"},
]}
rating={5}
ratingText="Rated by our devoted patrons"
@@ -126,16 +126,16 @@ export default function HomePage() {
tagIcon={Star}
features={[
{
title: "Couscous Royal", description: "Fluffy semolina couscous topped with tender lamb, seasonal vegetables, and aromatic broth. A timeless Moroccan favorite.", imageSrc: "http://img.b2bpic.net/free-photo/turkish-side-dishes-platter-turkish-raki_140725-2592.jpg", imageAlt: "Moroccan couscous royal with lamb and vegetables", buttonIcon: ArrowRight,
title: "Couscous Royal", description: "Fluffy semolina couscous topped with tender lamb, seasonal vegetables, and aromatic broth. A timeless Moroccan favorite.", imageSrc: "http://img.b2bpic.net/free-photo/turkish-side-dishes-platter-turkish-raki_140725-2592.jpg?_wi=1", imageAlt: "Moroccan couscous royal with lamb and vegetables", buttonIcon: ArrowRight,
buttonHref: "/menu"},
{
title: "Lamb Tajine with Prunes", description: "Slow-cooked lamb in a traditional earthenware tajine with prunes, almonds, and warm spices. Pure comfort in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-traditional-rice-garnish-with-herbs-inside-pottery-bowl-served-with-bread-bun_114579-1812.jpg", imageAlt: "Traditional Moroccan lamb tajine with prunes", buttonIcon: ArrowRight,
title: "Lamb Tajine with Prunes", description: "Slow-cooked lamb in a traditional earthenware tajine with prunes, almonds, and warm spices. Pure comfort in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-traditional-rice-garnish-with-herbs-inside-pottery-bowl-served-with-bread-bun_114579-1812.jpg?_wi=1", imageAlt: "Traditional Moroccan lamb tajine with prunes", buttonIcon: ArrowRight,
buttonHref: "/menu"},
{
title: "Kefta with Egg", description: "Spiced ground meat cooked with tomatoes and served with a perfectly baked egg. A beloved Moroccan staple.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-meat-cutlets-with-salad-bread_140725-57057.jpg", imageAlt: "Moroccan kefta with egg in traditional spiced sauce", buttonIcon: ArrowRight,
title: "Kefta with Egg", description: "Spiced ground meat cooked with tomatoes and served with a perfectly baked egg. A beloved Moroccan staple.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-meat-cutlets-with-salad-bread_140725-57057.jpg?_wi=1", imageAlt: "Moroccan kefta with egg in traditional spiced sauce", buttonIcon: ArrowRight,
buttonHref: "/menu"},
{
title: "Moroccan Mint Tea", description: "Refreshing traditional tea infused with fresh mint and warm spices. The perfect way to end your meal.", imageSrc: "http://img.b2bpic.net/free-photo/man-pours-tea-cup-jam-sweets-side-view_141793-3236.jpg", imageAlt: "Traditional Moroccan mint tea service", buttonIcon: ArrowRight,
title: "Moroccan Mint Tea", description: "Refreshing traditional tea infused with fresh mint and warm spices. The perfect way to end your meal.", imageSrc: "http://img.b2bpic.net/free-photo/man-pours-tea-cup-jam-sweets-side-view_141793-3236.jpg?_wi=1", imageAlt: "Traditional Moroccan mint tea service", buttonIcon: ArrowRight,
buttonHref: "/menu"},
]}
textboxLayout="default"
@@ -150,17 +150,17 @@ export default function HomePage() {
tag="Customer Reviews"
testimonials={[
{
id: "1", title: "An Unforgettable Culinary Journey", quote: "I felt transported to Morocco the moment I walked in. Every dish was authentic, beautifully presented, and absolutely delicious. The warm hospitality made our anniversary dinner truly special.", name: "Marie Dupont", role: "Paris, France", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Marie Dupont"},
id: "1", title: "An Unforgettable Culinary Journey", quote: "I felt transported to Morocco the moment I walked in. Every dish was authentic, beautifully presented, and absolutely delicious. The warm hospitality made our anniversary dinner truly special.", name: "Marie Dupont", role: "Paris, France", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Marie Dupont"},
{
id: "2", title: "The Best Couscous in Paris", quote: "I've traveled to Morocco multiple times, and this couscous rivals anything I've had there. The attention to detail and quality of ingredients is exceptional. Highly recommended!", name: "Philippe Martin", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Philippe Martin"},
id: "2", title: "The Best Couscous in Paris", quote: "I've traveled to Morocco multiple times, and this couscous rivals anything I've had there. The attention to detail and quality of ingredients is exceptional. Highly recommended!", name: "Philippe Martin", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Philippe Martin"},
{
id: "3", title: "Authentic Flavors, Warm Welcome", quote: "The staff treated us like family. The traditional tajine was perfectly spiced, and the atmosphere is so inviting. We've already booked our next visit!", name: "Sophie Leblanc", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Sophie Leblanc"},
id: "3", title: "Authentic Flavors, Warm Welcome", quote: "The staff treated us like family. The traditional tajine was perfectly spiced, and the atmosphere is so inviting. We've already booked our next visit!", name: "Sophie Leblanc", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=1", imageAlt: "Sophie Leblanc"},
{
id: "4", title: "A Hidden Gem in Paris", quote: "Finally found authentic Moroccan cuisine that exceeds expectations. The hidden courtyard, the arches, the lighting—everything is perfect. Worth every euro.", name: "Laurent Renaud", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Laurent Renaud"},
id: "4", title: "A Hidden Gem in Paris", quote: "Finally found authentic Moroccan cuisine that exceeds expectations. The hidden courtyard, the arches, the lighting—everything is perfect. Worth every euro.", name: "Laurent Renaud", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Laurent Renaud"},
{
id: "5", title: "Perfect for Special Occasions", quote: "We celebrated our engagement here and it was magical. The private alcove, the personalized service, and the delicious food made it unforgettable. Thank you!", name: "Isabelle Moreau", role: "Couple's Celebration", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Isabelle Moreau"},
id: "5", title: "Perfect for Special Occasions", quote: "We celebrated our engagement here and it was magical. The private alcove, the personalized service, and the delicious food made it unforgettable. Thank you!", name: "Isabelle Moreau", role: "Couple's Celebration", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Isabelle Moreau"},
{
id: "6", title: "Culinary Excellence Every Time", quote: "I'm a chef myself, and I appreciate the mastery evident in every plate. The traditional techniques are respected while maintaining contemporary elegance. Bravo!", name: "Chef Michel Gaston", role: "Culinary Professional", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Chef Michel Gaston"},
id: "6", title: "Culinary Excellence Every Time", quote: "I'm a chef myself, and I appreciate the mastery evident in every plate. The traditional techniques are respected while maintaining contemporary elegance. Bravo!", name: "Chef Michel Gaston", role: "Culinary Professional", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Chef Michel Gaston"},
]}
textboxLayout="default"
useInvertedBackground={false}

View File

@@ -72,7 +72,7 @@ export default function ReservationsPage() {
tagIcon={Mail}
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=2"
imageAlt="Beautiful restaurant dining area with intimate lighting"
mediaPosition="right"
inputPlaceholder="your.email@example.com"
@@ -89,11 +89,11 @@ export default function ReservationsPage() {
tag="Guest Stories"
testimonials={[
{
id: "1", title: "Perfect Anniversary Dinner", quote: "Our reservation was handled with such care and attention. The staff anticipated our every need, making it an absolutely perfect evening to celebrate our milestone.", name: "Marie Dupont", role: "Anniversary Celebration", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Marie Dupont"},
id: "1", title: "Perfect Anniversary Dinner", quote: "Our reservation was handled with such care and attention. The staff anticipated our every need, making it an absolutely perfect evening to celebrate our milestone.", name: "Marie Dupont", role: "Anniversary Celebration", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=4", imageAlt: "Marie Dupont"},
{
id: "2", title: "Professional Excellence", quote: "As someone who has dined at prestigious establishments worldwide, this restaurant delivers consistently. Every detail, from seating to service to presentation, is handled with professionalism.", name: "Philippe Martin", role: "Hospitality Expert", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Philippe Martin"},
id: "2", title: "Professional Excellence", quote: "As someone who has dined at prestigious establishments worldwide, this restaurant delivers consistently. Every detail, from seating to service to presentation, is handled with professionalism.", name: "Philippe Martin", role: "Hospitality Expert", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=5", imageAlt: "Philippe Martin"},
{
id: "3", title: "Personalized Experience", quote: "We mentioned it was a special occasion, and the team went above and beyond. Personal touches, special surprises, and genuine warmth made it unforgettable.", name: "Sophie Leblanc", role: "Event Attendee", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Sophie Leblanc"},
id: "3", title: "Personalized Experience", quote: "We mentioned it was a special occasion, and the team went above and beyond. Personal touches, special surprises, and genuine warmth made it unforgettable.", name: "Sophie Leblanc", role: "Event Attendee", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=3", imageAlt: "Sophie Leblanc"},
]}
textboxLayout="default"
useInvertedBackground={false}