Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 68cb74cec2 | |||
| ad8808f95b |
@@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
|||||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import { Sparkles, Flame, CheckCircle, DollarSign, Mail, Facebook, Instagram, Star, Gift, Award } from 'lucide-react';
|
import { Sparkles, Zap, CheckCircle, DollarSign, Mail, Facebook, Instagram } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -30,7 +30,8 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="Recettes du Maroc"
|
brandName="Recettes du Maroc"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Recettes", id: "featured" },
|
{ name: "Accueil", id: "/" },
|
||||||
|
{ name: "Recettes", id: "recipes" },
|
||||||
{ name: "À propos", id: "about" },
|
{ name: "À propos", id: "about" },
|
||||||
{ name: "Tarifs", id: "pricing" },
|
{ name: "Tarifs", id: "pricing" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
@@ -45,13 +46,13 @@ export default function LandingPage() {
|
|||||||
tag="Cuisine Authentique"
|
tag="Cuisine Authentique"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "animated-grid" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Parcourir les Recettes", href: "featured" },
|
{ text: "Parcourir les Recettes", href: "recipes" },
|
||||||
{ text: "En Savoir Plus", href: "about" },
|
{ text: "En Savoir Plus", href: "about" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-dish-piti-pot-with-sumac-dried-herbs-onions-tray_141793-5179.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-dish-piti-pot-with-sumac-dried-herbs-onions-tray_141793-5179.jpg?_wi=1"
|
||||||
imageAlt="Authentique cuisine marocaine traditionnelle"
|
imageAlt="Authentique cuisine marocaine traditionnelle"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -61,29 +62,35 @@ export default function LandingPage() {
|
|||||||
title="Recettes Vedettes"
|
title="Recettes Vedettes"
|
||||||
description="Découvrez nos recettes les plus populaires et les plus demandées de la cuisine marocaine authentique."
|
description="Découvrez nos recettes les plus populaires et les plus demandées de la cuisine marocaine authentique."
|
||||||
tag="Sélection Premium"
|
tag="Sélection Premium"
|
||||||
tagIcon={Flame}
|
tagIcon={Zap}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Couscous Royal", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-porridge-mixed-by-wooden-spoon-metallic-bowl_176420-6722.jpg", imageAlt: "Recette Couscous Royal"},
|
id: "1", name: "Couscous Royal", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-porridge-mixed-by-wooden-spoon-metallic-bowl_176420-6722.jpg?_wi=1", imageAlt: "Recette Couscous Royal"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Tajine d'Agneau", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grape-leaves-dolma-served-with-yogurt_140725-7075.jpg", imageAlt: "Recette Tajine d'Agneau"},
|
id: "2", name: "Tajine d'Agneau", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grape-leaves-dolma-served-with-yogurt_140725-7075.jpg?_wi=1", imageAlt: "Recette Tajine d'Agneau"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Msemen Traditionnel", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/making-roti-ingredients-assortment_23-2149033954.jpg", imageAlt: "Recette Msemen Traditionnel"},
|
id: "3", name: "Msemen Traditionnel", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/making-roti-ingredients-assortment_23-2149033954.jpg", imageAlt: "Recette Msemen Traditionnel"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Harira Authentique", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/spicy-soup-with-oysters-side-lemon-slices_140725-4206.jpg", imageAlt: "Recette Harira Authentique"},
|
id: "4", name: "Harira Authentique", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/spicy-soup-with-oysters-side-lemon-slices_140725-4206.jpg", imageAlt: "Recette Harira Authentique"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "Pastilla Exquise", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/shekerbura-table-top-view_140725-5456.jpg", imageAlt: "Recette Pastilla Exquise"},
|
id: "5", name: "Pastilla Exquise", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/shekerbura-table-top-view_140725-5456.jpg", imageAlt: "Recette Pastilla Exquise"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "Thé à la Menthe", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/decorative-tea-still-life_23-2148116740.jpg", imageAlt: "Recette Thé à la Menthe"},
|
id: "6", name: "Thé à la Menthe", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/decorative-tea-still-life_23-2148116740.jpg", imageAlt: "Recette Thé à la Menthe"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Voir Toutes les Recettes", href: "featured" },
|
{ text: "Voir Toutes les Recettes", href: "recipes" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -93,11 +100,12 @@ export default function LandingPage() {
|
|||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="À Propos de Recettes du Maroc"
|
title="À Propos de Recettes du Maroc"
|
||||||
description={[
|
description={[
|
||||||
"Recettes du Maroc est une plateforme dédiée à la préservation et au partage des authentiques recettes marocaines. Chaque recette est soigneusement compilée par des experts culinaires et des chef cuisiniers marocains traditionnels.", "Notre mission est de rendre accessible la cuisine marocaine authentique à tous les amateurs de gastronomie mondiale. Avec des instructions détaillées et des ingrédients faciles à trouver, chaque recette est conçue pour le succès.", "À seulement 6$ par recette, vous investissez dans des générations de savoir culinaire transmis à travers la riche culture marocaine."]}
|
"Recettes du Maroc est une plateforme dédiée à la préservation et au partage des authentiques recettes marocaines. Chaque recette est soigneusement compilée par des experts culinaires et des chef cuisiniers marocains traditionnels.", "Notre mission est de rendre accessible la cuisine marocaine authentique à tous les amateurs de gastronomie mondiale. Avec des instructions détaillées et des ingrédients faciles à trouver, chaque recette est conçue pour le succès.", "À seulement 6$ par recette, vous investissez dans des générations de savoir culinaire transmis à travers la riche culture marocaine."
|
||||||
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
showBorder={true}
|
showBorder={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Découvrir Notre Collection", href: "featured" },
|
{ text: "Découvrir Notre Collection", href: "recipes" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -113,18 +121,22 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "01", title: "Authenticité Garantie", description: "Toutes nos recettes proviennent de sources marocaines authentiques et sont validées par des experts culinaires.", imageSrc: "http://img.b2bpic.net/free-photo/spices-market-morocco_23-2148129918.jpg", imageAlt: "Marché marocain traditionnel"},
|
id: "01", title: "Authenticité Garantie", description: "Toutes nos recettes proviennent de sources marocaines authentiques et sont validées par des experts culinaires.", imageSrc: "http://img.b2bpic.net/free-photo/spices-market-morocco_23-2148129918.jpg", imageAlt: "Marché marocain traditionnel"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "02", title: "Instructions Détaillées", description: "Chaque recette inclut des étapes précises, des listes d'ingrédients complètes et des conseils professionnels pour réussir.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-dish-piti-pot-with-sumac-dried-herbs-onions-tray_141793-5179.jpg", imageAlt: "Cuisine marocaine authentique"},
|
id: "02", title: "Instructions Détaillées", description: "Chaque recette inclut des étapes précises, des listes d'ingrédients complètes et des conseils professionnels pour réussir.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-dish-piti-pot-with-sumac-dried-herbs-onions-tray_141793-5179.jpg?_wi=2", imageAlt: "Cuisine marocaine authentique"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "03", title: "Accès Immédiat", description: "Téléchargez vos recettes instantanément après l'achat. Aucune attente, aucune complication, seulement du contenu premium.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-porridge-mixed-by-wooden-spoon-metallic-bowl_176420-6722.jpg", imageAlt: "Recette Couscous Royal"},
|
id: "03", title: "Accès Immédiat", description: "Téléchargez vos recettes instantanément après l'achat. Aucune attente, aucune complication, seulement du contenu premium.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-porridge-mixed-by-wooden-spoon-metallic-bowl_176420-6722.jpg?_wi=2", imageAlt: "Recette Couscous Royal"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "04", title: "Paiement Sécurisé", description: "Tous les paiements sont traités de manière sécurisée via PayPal. Protégez votre argent avec un leader de confiance.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grape-leaves-dolma-served-with-yogurt_140725-7075.jpg", imageAlt: "Recette Tajine d'Agneau"},
|
id: "04", title: "Paiement Sécurisé", description: "Tous les paiements sont traités de manière sécurisée via PayPal. Protégez votre argent avec un leader de confiance.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grape-leaves-dolma-served-with-yogurt_140725-7075.jpg?_wi=2", imageAlt: "Recette Tajine d'Agneau"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Commencer Maintenant", href: "featured" },
|
{ text: "Commencer Maintenant", href: "recipes" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -133,21 +145,27 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Fatima Benali", imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businesswoman-mockup-psd-smiling-closeup-port_53876-143277.jpg", imageAlt: "Fatima Benali"},
|
id: "1", name: "Fatima Benali", imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businesswoman-mockup-psd-smiling-closeup-port_53876-143277.jpg?_wi=1", imageAlt: "Fatima Benali"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Hassan Ouezzani", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Hassan Ouezzani"},
|
id: "2", name: "Hassan Ouezzani", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Hassan Ouezzani"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Aisha Raoui", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", imageAlt: "Aisha Raoui"},
|
id: "3", name: "Aisha Raoui", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", imageAlt: "Aisha Raoui"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Mohamed Khalil", imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg", imageAlt: "Mohamed Khalil"},
|
id: "4", name: "Mohamed Khalil", imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg", imageAlt: "Mohamed Khalil"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "Yasmin Bouchta", imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businesswoman-mockup-psd-smiling-closeup-port_53876-143277.jpg", imageAlt: "Yasmin Bouchta"},
|
id: "5", name: "Yasmin Bouchta", imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businesswoman-mockup-psd-smiling-closeup-port_53876-143277.jpg?_wi=2", imageAlt: "Yasmin Bouchta"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "Ahmed Bennani", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ahmed Bennani"},
|
id: "6", name: "Ahmed Bennani", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Ahmed Bennani"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
cardTitle="Plus de 5 000 clients satisfaits font confiance à Recettes du Maroc pour apprendre la cuisine authentique"
|
cardTitle="Plus de 5 000 clients satisfaits font confiance à Recettes du Maroc pour apprendre la cuisine authentique"
|
||||||
cardTag="Avis Vérifiés"
|
cardTag="Avis Vérifiés"
|
||||||
cardTagIcon={Star}
|
cardTagIcon={Sparkles}
|
||||||
cardAnimation="slide-up"
|
cardAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -162,24 +180,27 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "1", badge: "Populaire", badgeIcon: Sparkles,
|
id: "1", badge: "Populaire", badgeIcon: Sparkles,
|
||||||
price: "$6.00", subtitle: "Recette Unique", features: [
|
price: "$6.00", subtitle: "Recette Unique", features: [
|
||||||
"Instructions détaillées étape par étape", "Liste complète des ingrédients", "Conseils de préparation professionnels", "Accès immédiat au PDF téléchargeable", "Utilisation personnelle illimitée"],
|
"Instructions détaillées étape par étape", "Liste complète des ingrédients", "Conseils de préparation professionnels", "Accès immédiat au PDF téléchargeable", "Utilisation personnelle illimitée"
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", badge: "Valeur", badgeIcon: Gift,
|
id: "2", badge: "Valeur", badgeIcon: Zap,
|
||||||
price: "$12.00", subtitle: "Lot de 2 Recettes", features: [
|
price: "$12.00", subtitle: "Lot de 2 Recettes", features: [
|
||||||
"2 recettes marocaines premium", "Instructions complètes pour chaque recette", "Listes d'ingrédients détaillées", "Conseils de cuisson avancés", "Téléchargement instantané"],
|
"2 recettes marocaines premium", "Instructions complètes pour chaque recette", "Listes d'ingrédients détaillées", "Conseils de cuisson avancés", "Téléchargement instantané"
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", badge: "Meilleure Affaire", badgeIcon: Award,
|
id: "3", badge: "Meilleure Affaire", badgeIcon: CheckCircle,
|
||||||
price: "$29.99", subtitle: "Collection Complète (6 Recettes)", features: [
|
price: "$29.99", subtitle: "Collection Complète (6 Recettes)", features: [
|
||||||
"6 recettes vedettes marocaines", "Instructions professionnelles complètes", "Listes d'ingrédients organisées", "Conseils d'experts culinaires", "Accès immédiat à tous les PDF", "Support prioritaire par email"],
|
"6 recettes vedettes marocaines", "Instructions professionnelles complètes", "Listes d'ingrédients organisées", "Conseils d'experts culinaires", "Accès immédiat à tous les PDF", "Support prioritaire par email"
|
||||||
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
animationType="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Acheter Maintenant", href: "contact" },
|
{ text: "Acheter Maintenant", href: "contact" },
|
||||||
]}
|
]}
|
||||||
@@ -194,7 +215,7 @@ export default function LandingPage() {
|
|||||||
description="Inscrivez-vous à notre infolettre pour recevoir les dernières recettes marocaines authentiques, des conseils culinaires exclusifs et des offres spéciales directement dans votre boîte de réception."
|
description="Inscrivez-vous à notre infolettre pour recevoir les dernières recettes marocaines authentiques, des conseils culinaires exclusifs et des offres spéciales directement dans votre boîte de réception."
|
||||||
tagIcon={Mail}
|
tagIcon={Mail}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "animated-grid" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/oriental-door_23-2148129877.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/oriental-door_23-2148129877.jpg"
|
||||||
imageAlt="Architecture marocaine traditionnelle"
|
imageAlt="Architecture marocaine traditionnelle"
|
||||||
@@ -213,13 +234,16 @@ export default function LandingPage() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
icon: Facebook,
|
icon: Facebook,
|
||||||
href: "https://facebook.com/recettesdmaroc", ariaLabel: "Suivez-nous sur Facebook"},
|
href: "https://facebook.com/recettesdmaroc", ariaLabel: "Suivez-nous sur Facebook"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Instagram,
|
icon: Instagram,
|
||||||
href: "https://instagram.com/recettesdmaroc", ariaLabel: "Suivez-nous sur Instagram"},
|
href: "https://instagram.com/recettesdmaroc", ariaLabel: "Suivez-nous sur Instagram"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Mail,
|
icon: Mail,
|
||||||
href: "mailto:support@recettesdmaroc.com", ariaLabel: "Envoyez-nous un email"},
|
href: "mailto:support@recettesdmaroc.com", ariaLabel: "Envoyez-nous un email"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user