Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-25 23:10:37 +00:00

View File

@@ -32,34 +32,20 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Accueil",
id: "hero",
},
name: "Accueil", id: "hero"},
{
name: "À Propos",
id: "about",
},
name: "À Propos", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Avis",
id: "testimonials",
},
name: "Avis", id: "testimonials"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
button={{
text: "Appeler Maintenant",
href: "tel:+212-05377-00000",
}}
text: "Appeler Maintenant", href: "tel:+212-05377-00000"}}
logoSrc="http://img.b2bpic.net/free-photo/batch-cooking-arrangement-with-blue-card_23-2148765608.jpg"
logoAlt="Les Tomates Logo"
brandName="Les Tomates"
@@ -70,111 +56,59 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Les Tomates: Votre Goût Préféré à Rabat"
description="Découvrez des saveurs fraîches et un service rapide. Nos plats sont préparés avec passion pour ravir vos papilles, offrant une expérience culinaire inoubliable à chaque visite."
testimonials={[
{
name: "Yasmine B.",
handle: "@Yasmine_Foodie",
testimonial: "Le meilleur burger que j'ai mangé à Rabat ! Ingrédients frais et saveurs incroyables. Un vrai régal à chaque fois.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-isolated-background-skeptic-nervous-disapproving-expression-face-with-crossed-arms-negative-person_839833-34739.jpg?_wi=1",
imageAlt: "Yasmine B.",
},
name: "Yasmine B.", handle: "@Yasmine_Foodie", testimonial: "Le meilleur burger que j'ai mangé à Rabat ! Ingrédients frais et saveurs incroyables. Un vrai régal à chaque fois.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-isolated-background-skeptic-nervous-disapproving-expression-face-with-crossed-arms-negative-person_839833-34739.jpg", imageAlt: "Yasmine B."},
{
name: "Omar K.",
handle: "@OmarEats",
testimonial: "Service super rapide et personnel adorable. Les frites sont croustillantes à souhait, parfait pour un déjeuner rapide.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg",
imageAlt: "Omar K.",
},
name: "Omar K.", handle: "@OmarEats", testimonial: "Service super rapide et personnel adorable. Les frites sont croustillantes à souhait, parfait pour un déjeuner rapide.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg", imageAlt: "Omar K."},
{
name: "Fatima Z.",
handle: "@RabatFoodGuide",
testimonial: "Les salades sont divines, fraîches et copieuses. Une excellente option saine et délicieuse en plein centre-ville.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/frowning-young-male-chef-wearing-uniform-keeping-hand-waist-looking-camera-showing-think-gesture-isolated-brown-background_141793-133599.jpg",
imageAlt: "Fatima Z.",
},
name: "Fatima Z.", handle: "@RabatFoodGuide", testimonial: "Les salades sont divines, fraîches et copieuses. Une excellente option saine et délicieuse en plein centre-ville.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/frowning-young-male-chef-wearing-uniform-keeping-hand-waist-looking-camera-showing-think-gesture-isolated-brown-background_141793-133599.jpg", imageAlt: "Fatima Z."},
{
name: "Anas A.",
handle: "@Anas_Reviews",
testimonial: "J'adore leur concept de restauration rapide de qualité. C'est devenu ma cantine préférée pour les repas sur le pouce !",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67597.jpg",
imageAlt: "Anas A.",
},
name: "Anas A.", handle: "@Anas_Reviews", testimonial: "J'adore leur concept de restauration rapide de qualité. C'est devenu ma cantine préférée pour les repas sur le pouce !", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67597.jpg", imageAlt: "Anas A."},
{
name: "Sarah L.",
handle: "@SarahTravels",
testimonial: "De passage à Rabat, je suis tombée sur ce petit bijou. Leurs wraps sont incroyables. Je recommande vivement !",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-with-long-blond-hair-holds-tablet-pc-with-red-single-speed-bicycle-park-background_613910-10146.jpg",
imageAlt: "Sarah L.",
},
name: "Sarah L.", handle: "@SarahTravels", testimonial: "De passage à Rabat, je suis tombée sur ce petit bijou. Leurs wraps sont incroyables. Je recommande vivement !", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-with-long-blond-hair-holds-tablet-pc-with-red-single-speed-bicycle-park-background_613910-10146.jpg", imageAlt: "Sarah L."},
]}
buttons={[
{
text: "Voir Notre Menu",
href: "#menu",
},
text: "Voir Notre Menu", href: "#menu"},
{
text: "Nous Contacter",
href: "#contact",
},
text: "Nous Contacter", href: "#contact"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/wanna-bite-cute-feminine-young-redhead-girl-glamour-nightwear-sleep-mask-prepare-breakfast-holdin_1258-132854.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/wanna-bite-cute-feminine-young-redhead-girl-glamour-nightwear-sleep-mask-prepare-breakfast-holdin_1258-132854.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-sensual-brunette-girl-dressed-gray-elegant-jacket-leaning-brick-wall-room-with-loft-interior-looking-camera_613910-18212.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-sensual-brunette-girl-dressed-gray-elegant-jacket-leaning-brick-wall-room-with-loft-interior-looking-camera_613910-18212.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/smiling-young-male-chef-wearing-uniform-looking-pointing-side-isolated-brown-background_141793-136785.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/smiling-young-male-chef-wearing-uniform-looking-pointing-side-isolated-brown-background_141793-136785.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/young-dark-haired-woman-clenches-teeth-joy-dressed-denim-shirt-white-top-having-good-mood-face-expression-feelings-emotions_176420-10518.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/young-dark-haired-woman-clenches-teeth-joy-dressed-denim-shirt-white-top-having-good-mood-face-expression-feelings-emotions_176420-10518.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/portrait-young-man-holding-collar-his-shirt-looking-camera_23-2148130309.jpg",
alt: "Happy customer",
},
src: "http://img.b2bpic.net/free-photo/portrait-young-man-holding-collar-his-shirt-looking-camera_23-2148130309.jpg", alt: "Happy customer"},
]}
avatarText="+ 50 clients satisfaits"
imageSrc="http://img.b2bpic.net/free-photo/dedicated-male-chef-garnishing-dish-with-freshly-cut-vegetables-stove_482257-121145.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/dedicated-male-chef-garnishing-dish-with-freshly-cut-vegetables-stove_482257-121145.jpg"
imageAlt="Plat de restauration rapide Les Tomates"
marqueeItems={[
{
type: "text-icon",
text: "Frais & Local",
icon: Leaf,
type: "text-icon", text: "Frais & Local", icon: Leaf,
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg",
alt: "Delicious double burger",
},
type: "image", src: "http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg", alt: "Delicious double burger"},
{
type: "text",
text: "Livraison Rapide",
},
type: "text", text: "Livraison Rapide"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/bag-french-fries-ready-be-served_23-2148740772.jpg",
alt: "Bag of french fries",
},
type: "image", src: "http://img.b2bpic.net/free-photo/bag-french-fries-ready-be-served_23-2148740772.jpg", alt: "Bag of french fries"},
{
type: "text-icon",
text: "Qualité Garantie",
icon: ShieldCheck,
type: "text-icon", text: "Qualité Garantie", icon: ShieldCheck,
},
]}
/>
@@ -197,46 +131,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Burgers Gourmands",
description: "Des viandes juteuses, du fromage fondant et des garnitures croquantes, le tout dans un pain artisanal. Chaque burger est une œuvre d'art culinaire.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2149366417.jpg",
imageAlt: "Burger gourmet sur smartphone",
},
title: "Burgers Gourmands", description: "Des viandes juteuses, du fromage fondant et des garnitures croquantes, le tout dans un pain artisanal. Chaque burger est une œuvre d'art culinaire.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2149366417.jpg", imageAlt: "Burger gourmet sur smartphone"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-french-fries-with-sauces-dark-space_140725-95380.jpg",
imageAlt: "Frites croustillantes sur smartphone",
},
imageSrc: "http://img.b2bpic.net/free-photo/batch-cooking-arrangement-with-blue-card_23-2148765608.jpg",
imageAlt: "gourmet burger close-up phone",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-french-fries-with-sauces-dark-space_140725-95380.jpg", imageAlt: "Frites croustillantes sur smartphone"}
},
{
title: "Salades Croquantes",
description: "Préparez-vous à une explosion de fraîcheur avec nos salades composées de légumes de saison, de protéines savoureuses et de vinaigrettes maison légères.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/management-diningout-people-concept-side-shoulder-view-woman-hand-using-mobile-phone-checking-messages-while-eating-restaurant-cafe-contact-client-while-lunch_197531-30317.jpg",
imageAlt: "Wrap de poulet frais sur smartphone",
},
title: "Salades Croquantes", description: "Préparez-vous à une explosion de fraîcheur avec nos salades composées de légumes de saison, de protéines savoureuses et de vinaigrettes maison légères.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/management-diningout-people-concept-side-shoulder-view-woman-hand-using-mobile-phone-checking-messages-while-eating-restaurant-cafe-contact-client-while-lunch_197531-30317.jpg", imageAlt: "Wrap de poulet frais sur smartphone"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-with-leafy-greens-red-lettuce-flat-lay_176474-8420.jpg",
imageAlt: "Salade fraîche et colorée sur smartphone",
},
imageSrc: "http://img.b2bpic.net/free-photo/dedicated-male-chef-garnishing-dish-with-freshly-cut-vegetables-stove_482257-121145.jpg?_wi=2",
imageAlt: "gourmet burger close-up phone",
imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-with-leafy-greens-red-lettuce-flat-lay_176474-8420.jpg", imageAlt: "Salade fraîche et colorée sur smartphone"}
},
{
title: "Snacks & Accompagnements",
description: "Complétez votre repas avec nos accompagnements irrésistibles : frites dorées, onion rings croustillants et boissons rafraîchissantes pour tous les goûts.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-mushroom-pizza-sliced-cooked-dough-with-cheese-olives-dark-surface-food-italian-pizza-bake-dough-meal_140725-101507.jpg",
imageAlt: "Pizza sur smartphone",
},
title: "Snacks & Accompagnements", description: "Complétez votre repas avec nos accompagnements irrésistibles : frites dorées, onion rings croustillants et boissons rafraîchissantes pour tous les goûts.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-mushroom-pizza-sliced-cooked-dough-with-cheese-olives-dark-surface-food-italian-pizza-bake-dough-meal_140725-101507.jpg", imageAlt: "Pizza sur smartphone"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/social-distancing-from-home_23-2148599366.jpg",
imageAlt: "Boisson rafraîchissante sur smartphone",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-isolated-background-skeptic-nervous-disapproving-expression-face-with-crossed-arms-negative-person_839833-34739.jpg?_wi=2",
imageAlt: "gourmet burger close-up phone",
imageSrc: "http://img.b2bpic.net/free-photo/social-distancing-from-home_23-2148599366.jpg", imageAlt: "Boisson rafraîchissante sur smartphone"}
},
]}
showStepNumbers={true}
@@ -253,53 +163,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Burger Classique",
price: "50 MAD",
variant: "Bœuf, Fromage, Salade, Tomate",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-looking-hamburger-arrangement_23-2148614065.jpg",
imageAlt: "Burger Classique",
},
id: "p1", name: "Burger Classique", price: "50 MAD", variant: "Bœuf, Fromage, Salade, Tomate", imageSrc: "http://img.b2bpic.net/free-photo/delicious-looking-hamburger-arrangement_23-2148614065.jpg", imageAlt: "Burger Classique"},
{
id: "p2",
name: "Crispy Chicken Sandwich",
price: "45 MAD",
variant: "Poulet Croustillant, Sauce Spéciale",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-withy-tomato-cheese-lettuce-white-surface_114579-30401.jpg",
imageAlt: "Crispy Chicken Sandwich",
},
id: "p2", name: "Crispy Chicken Sandwich", price: "45 MAD", variant: "Poulet Croustillant, Sauce Spéciale", imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-withy-tomato-cheese-lettuce-white-surface_114579-30401.jpg", imageAlt: "Crispy Chicken Sandwich"},
{
id: "p3",
name: "Salade César",
price: "40 MAD",
variant: "Laitue, Poulet, Croûtons, Parmesan",
imageSrc: "http://img.b2bpic.net/free-photo/delectable-sliced-vegetables-bowl-marble-background_114579-67088.jpg",
imageAlt: "Salade César",
},
id: "p3", name: "Salade César", price: "40 MAD", variant: "Laitue, Poulet, Croûtons, Parmesan", imageSrc: "http://img.b2bpic.net/free-photo/delectable-sliced-vegetables-bowl-marble-background_114579-67088.jpg", imageAlt: "Salade César"},
{
id: "p4",
name: "Frites Maison",
price: "20 MAD",
variant: "Pommes de terre fraîches",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-tasty-potatoes-with-tomatoes-light-background-dinner-colors-photo-food-dish-meat-meal-salad_140725-160708.jpg",
imageAlt: "Frites Maison",
},
id: "p4", name: "Frites Maison", price: "20 MAD", variant: "Pommes de terre fraîches", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-tasty-potatoes-with-tomatoes-light-background-dinner-colors-photo-food-dish-meat-meal-salad_140725-160708.jpg", imageAlt: "Frites Maison"},
{
id: "p5",
name: "Jus d'Orange Frais",
price: "25 MAD",
variant: "Pressé sur place",
imageSrc: "http://img.b2bpic.net/free-photo/glass-peach-tea-with-ice-cubes-isolated-white-background_123827-21365.jpg",
imageAlt: "Jus d'Orange Frais",
},
id: "p5", name: "Jus d'Orange Frais", price: "25 MAD", variant: "Pressé sur place", imageSrc: "http://img.b2bpic.net/free-photo/glass-peach-tea-with-ice-cubes-isolated-white-background_123827-21365.jpg", imageAlt: "Jus d'Orange Frais"},
{
id: "p6",
name: "Cheesecake",
price: "30 MAD",
variant: "Aux fruits rouges",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fudge-cake_1339-7270.jpg",
imageAlt: "Cheesecake aux fruits rouges",
},
id: "p6", name: "Cheesecake", price: "30 MAD", variant: "Aux fruits rouges", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fudge-cake_1339-7270.jpg", imageAlt: "Cheesecake aux fruits rouges"},
]}
title="Notre Menu Gourmand"
description="Des burgers juteux aux salades croquantes, il y en a pour tous les goûts. Venez explorer nos créations culinaires et trouvez votre prochain coup de cœur."
@@ -313,45 +187,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "test1",
name: "Souad M.",
role: "Cliente fidèle",
testimonial: "Les Tomates est devenu mon endroit préféré pour manger rapidement et bien. Leur Burger Spécial est un délice, et le personnel est toujours souriant.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg",
imageAlt: "Souad M.",
},
id: "test1", name: "Souad M.", role: "Cliente fidèle", testimonial: "Les Tomates est devenu mon endroit préféré pour manger rapidement et bien. Leur Burger Spécial est un délice, et le personnel est toujours souriant.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg", imageAlt: "Souad M."},
{
id: "test2",
name: "Ahmed L.",
role: "Étudiant",
testimonial: "Je viens souvent entre les cours. Le service est rapide, les prix sont abordables et la qualité est toujours au rendez-vous. Leur salade est top !",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-blue-uniform-cape-holding-round-delivery-bowl-card-pink-wall_140725-45491.jpg",
imageAlt: "Ahmed L.",
},
id: "test2", name: "Ahmed L.", role: "Étudiant", testimonial: "Je viens souvent entre les cours. Le service est rapide, les prix sont abordables et la qualité est toujours au rendez-vous. Leur salade est top !", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-blue-uniform-cape-holding-round-delivery-bowl-card-pink-wall_140725-45491.jpg", imageAlt: "Ahmed L."},
{
id: "test3",
name: "Khadija S.",
role: "Habitante de Rabat",
testimonial: "Une excellente adresse pour la restauration rapide à Rabat. La fraîcheur des ingrédients se sent à chaque bouchée. Je recommande leurs wraps !",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roommates-holding-plates_23-2148903615.jpg",
imageAlt: "Khadija S.",
},
id: "test3", name: "Khadija S.", role: "Habitante de Rabat", testimonial: "Une excellente adresse pour la restauration rapide à Rabat. La fraîcheur des ingrédients se sent à chaque bouchée. Je recommande leurs wraps !", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roommates-holding-plates_23-2148903615.jpg", imageAlt: "Khadija S."},
{
id: "test4",
name: "Driss B.",
role: "Entrepreneur",
testimonial: "Mes réunions d'affaires sont souvent rapides, et Les Tomates est parfait pour un déjeuner efficace et délicieux. Leurs options de boissons sont variées.",
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1393.jpg",
imageAlt: "Driss B.",
},
id: "test4", name: "Driss B.", role: "Entrepreneur", testimonial: "Mes réunions d'affaires sont souvent rapides, et Les Tomates est parfait pour un déjeuner efficace et délicieux. Leurs options de boissons sont variées.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1393.jpg", imageAlt: "Driss B."},
{
id: "test5",
name: "Nadia H.",
role: "Bloggeuse culinaire",
testimonial: "J'ai été agréablement surprise par la qualité et l'originalité des plats. Les Tomates propose une véritable expérience fast-food gourmande.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-eating-together_23-2148910413.jpg",
imageAlt: "Nadia H.",
},
id: "test5", name: "Nadia H.", role: "Bloggeuse culinaire", testimonial: "J'ai été agréablement surprise par la qualité et l'originalité des plats. Les Tomates propose une véritable expérience fast-food gourmande.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-eating-together_23-2148910413.jpg", imageAlt: "Nadia H."},
]}
title="Ce Que Nos Clients Disent"
description="La satisfaction de nos clients est notre priorité absolue. Lisez leurs expériences et venez vous faire votre propre avis !"
@@ -364,20 +208,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Quels sont vos horaires d'ouverture ?",
content: "Nous sommes ouverts du lundi au samedi, de 11h00 à 22h00. Le dimanche, nous sommes ouverts de 12h00 à 21h00.",
},
id: "q1", title: "Quels sont vos horaires d'ouverture ?", content: "Nous sommes ouverts du lundi au samedi, de 11h00 à 22h00. Le dimanche, nous sommes ouverts de 12h00 à 21h00."},
{
id: "q2",
title: "Proposez-vous la livraison à domicile ?",
content: "Oui, nous proposons la livraison à domicile via nos partenaires Glovo et Jumia Food. Vous pouvez passer commande directement depuis leurs applications.",
},
id: "q2", title: "Proposez-vous la livraison à domicile ?", content: "Oui, nous proposons la livraison à domicile via nos partenaires Glovo et Jumia Food. Vous pouvez passer commande directement depuis leurs applications."},
{
id: "q3",
title: "Est-il possible de commander à l'avance et de récupérer sur place ?",
content: "Absolument ! Vous pouvez nous appeler directement pour passer votre commande et la récupérer à l'heure qui vous convient. C'est idéal pour gagner du temps.",
},
id: "q3", title: "Est-il possible de commander à l'avance et de récupérer sur place ?", content: "Absolument ! Vous pouvez nous appeler directement pour passer votre commande et la récupérer à l'heure qui vous convient. C'est idéal pour gagner du temps."},
]}
title="Foire Aux Questions"
description="Vous avez des questions sur nos services, notre menu ou nos horaires ? Trouvez toutes les réponses ici."
@@ -392,28 +227,17 @@ export default function LandingPage() {
description="Que ce soit pour une question, une suggestion ou une commande spéciale, n'hésitez pas à nous contacter. Nous sommes à votre écoute."
inputs={[
{
name: "Nom Complet",
type: "text",
placeholder: "Votre nom",
required: true,
name: "Nom Complet", type: "text", placeholder: "Votre nom", required: true,
},
{
name: "Email",
type: "email",
placeholder: "Votre adresse email",
required: true,
name: "Email", type: "email", placeholder: "Votre adresse email", required: true,
},
{
name: "Téléphone",
type: "tel",
placeholder: "Votre numéro de téléphone",
required: false,
name: "Téléphone", type: "tel", placeholder: "Votre numéro de téléphone", required: false,
},
]}
textarea={{
name: "Message",
placeholder: "Votre message",
rows: 5,
name: "Message", placeholder: "Votre message", rows: 5,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-discussing-with-waiter-who-is-serving-her-food-pub_637285-6627.jpg"
@@ -427,70 +251,41 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Burgers",
href: "#menu",
},
label: "Burgers", href: "#menu"},
{
label: "Salades",
href: "#menu",
},
label: "Salades", href: "#menu"},
{
label: "Snacks",
href: "#menu",
},
label: "Snacks", href: "#menu"},
{
label: "Boissons",
href: "#menu",
},
label: "Boissons", href: "#menu"},
{
label: "Desserts",
href: "#menu",
},
label: "Desserts", href: "#menu"},
],
},
{
title: "À Propos",
items: [
title: "À Propos", items: [
{
label: "Notre Histoire",
href: "#about",
},
label: "Notre Histoire", href: "#about"},
{
label: "Notre Équipe",
href: "#about",
},
label: "Notre Équipe", href: "#about"},
{
label: "Avis Clients",
href: "#testimonials",
},
label: "Avis Clients", href: "#testimonials"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
],
},
{
title: "Nous Contacter",
items: [
title: "Nous Contacter", items: [
{
label: "Adresse",
href: "https://maps.app.goo.gl/YourGoogleMapsLink",
},
label: "Adresse", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
{
label: "Téléphone",
href: "tel:+212-05377-00000",
},
label: "Téléphone", href: "tel:+212-05377-00000"},
{
label: "Email",
href: "mailto:contact@lestomates.ma",
},
label: "Email", href: "mailto:contact@lestomates.ma"},
{
label: "Instagram",
href: "https://instagram.com/lestomates",
},
label: "Instagram", href: "https://instagram.com/lestomates"},
],
},
]}