Merge version_3 into main #2
@@ -8,7 +8,6 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
@@ -34,8 +33,6 @@ export default function LandingPage() {
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "Notre Histoire", id: "about"},
|
||||
{
|
||||
name: "Le Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
@@ -101,31 +98,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Confit de Canard Traditionnel", price: "28€", imageSrc: "https://img.freepik.com/photos-premium/confit-de-canard-croustillant-pommes-de-terre-sarladaises-presentation-gastronomique-restaurant_896173-108.jpg"},
|
||||
{
|
||||
id: "2", name: "Foie Gras mi-cuit", price: "22€", imageSrc: "http://img.b2bpic.net/free-photo/bread-with-pate-beer_140725-4473.jpg"},
|
||||
{
|
||||
id: "3", name: "Dessert Signature aux Truffes", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-pudding_74190-6026.jpg"},
|
||||
{
|
||||
id: "4", name: "Poisson du Marché", price: "26€", imageSrc: "https://img.freepik.com/photos-premium/filet-poisson-grille-legerement-saisi-legumes-croquants-presentation-soignee-restaurant_896173-109.jpg"},
|
||||
{
|
||||
id: "5", name: "Assiette de Fromages", price: "12€", imageSrc: "https://img.freepik.com/photos-premium/plateau-fromages-regionaux-france-selection-fromages-affines-accompagnements_896173-110.jpg"},
|
||||
{
|
||||
id: "6", name: "Tarte Fine aux Pommes", price: "10€", imageSrc: "https://img.freepik.com/photos-premium/tarte-fine-aux-pommes-caramelisees-boule-glace-vanille-presentation-restaurant_896173-111.jpg"},
|
||||
]}
|
||||
title="Nos Créations de Saison"
|
||||
description="Chaque assiette raconte une histoire, de nos producteurs locaux jusqu'à votre table."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user