Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 72178c65e1 | |||
| 05dcbc6902 | |||
| d1e1feb000 | |||
| a130523154 | |||
| 69b2386ab6 | |||
| ba4b714c27 | |||
| 8b2a7555f6 | |||
| 294951dacc |
@@ -11,7 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { CheckCircle, Music, Star, Utensils } from "lucide-react";
|
||||
import { CheckCircle, Music, Star, Utensils, Wine, Coffee, Cake } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -74,25 +74,25 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Découvrez notre menu complet"
|
||||
description="Une sélection soigneusement élaborée pour une expérience gastronomique inoubliable."
|
||||
features={[
|
||||
{
|
||||
title: "Entrées délicates", description: "Des préparations fines qui éveillent les sens.", media: { imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-fillet-placed-avocado-slices-sauce-topped-with-tomato-olive-fish-skin_141793-2236.jpg", imageAlt: "Entrée" },
|
||||
items: [{ icon: CheckCircle, text: "Produits frais" }, { icon: CheckCircle, text: "Saveurs authentiques" }],
|
||||
title: "Entrées raffinées", description: "Mises en bouche délicates à partir de produits frais de saison.", media: { imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-fillet-placed-avocado-slices-sauce-topped-with-tomato-olive-fish-skin_141793-2236.jpg", imageAlt: "Entrées" },
|
||||
items: [{ icon: Wine, text: "Foie gras maison" }, { icon: CheckCircle, text: "Salade de saison" }, { icon: CheckCircle, text: "Potage du jour" }],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Plats Signature", description: "L'expression pure de la tradition française.", media: { imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-placed-mashed-potato-garnished-with-shredded-bell-pepper-thyme_141793-2240.jpg", imageAlt: "Plat" },
|
||||
items: [{ icon: CheckCircle, text: "Viandes sélectionnées" }, { icon: CheckCircle, text: "Cuissons maîtrisées" }],
|
||||
title: "Plats Signature", description: "L'essence de la haute cuisine française dans chaque assiette.", media: { imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-placed-mashed-potato-garnished-with-shredded-bell-pepper-thyme_141793-2240.jpg", imageAlt: "Plats" },
|
||||
items: [{ icon: Utensils, text: "Boeuf Rossini" }, { icon: Utensils, text: "Magret de canard" }, { icon: Utensils, text: "Risotto aux truffes" }],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Desserts d'exception", description: "Une note sucrée pour clore votre soirée.", media: { imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949021.jpg", imageAlt: "Dessert" },
|
||||
items: [{ icon: CheckCircle, text: "Pâtisseries maison" }, { icon: CheckCircle, text: "Accords parfaits" }],
|
||||
title: "Douceurs Sucrées", description: "Des pâtisseries fines pour clore votre repas en beauté.", media: { imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949021.jpg", imageAlt: "Desserts" },
|
||||
items: [{ icon: Cake, text: "Soufflé Grand Marnier" }, { icon: Coffee, text: "Opéra revisité" }, { icon: Cake, text: "Tarte fine aux pommes" }],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Une invitation aux saveurs"
|
||||
description="Chaque plat est une création originale, préparée avec des produits de saison et une passion dévouée."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -169,4 +169,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user