Merge version_2 into main #2
@@ -91,15 +91,13 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "Pizza", name: "Margherita", price: "14€", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pasta-with-rice-tomatoes-dark-surface-pasta-dough-raw_140725-82562.jpg" },
|
||||
{ id: "p2", brand: "Pizza", name: "Quattro Formaggi", price: "16€", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-dessert-tiramisu-ceramic-plate_114579-9237.jpg" },
|
||||
{ id: "p3", brand: "Pâtes", name: "Carbonara", price: "15€", rating: 4, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-vegetarian-pizza-top-view_169016-21794.jpg" },
|
||||
{ id: "p4", brand: "Pâtes", name: "Pesto Genovese", price: "15€", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pasta-with-oil-tomatoes-dark-surface-raw-dough-pasta_140725-82549.jpg" },
|
||||
{ id: "p5", brand: "Dessert", name: "Tiramisu", price: "8€", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/raw-nest-pasta-with-spices-vegetables_114579-38594.jpg" },
|
||||
{ id: "p6", brand: "Dessert", name: "Panna Cotta", price: "8€", rating: 5, reviewCount: "130", imageSrc: "http://img.b2bpic.net/free-photo/opera-cake-dessert-slice-wooden-table_123827-20993.jpg" },
|
||||
{ id: "p1", brand: "Antipasti", name: "Burrata & Prosciutto", price: "12€", rating: 5, reviewCount: "45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DrdSq0viEzNdERloB2Nmytv9pR/uploaded-1779044590282-rzv82a7e.jpg" },
|
||||
{ id: "p2", brand: "Pizza", name: "Margherita Classica", price: "14€", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DrdSq0viEzNdERloB2Nmytv9pR/uploaded-1779044590282-8krbsvd5.jpg" },
|
||||
{ id: "p3", brand: "Pâtes", name: "Carbonara Tradition", price: "15€", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-vegetarian-pizza-top-view_169016-21794.jpg" },
|
||||
{ id: "p4", brand: "Dessert", name: "Tiramisu Maison", price: "8€", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-dessert-tiramisu-ceramic-plate_114579-9237.jpg" }
|
||||
]}
|
||||
title="Notre Menu"
|
||||
description="Découvrez nos spécialités italiennes, de nos pizzas artisanales à nos desserts traditionnels."
|
||||
title="Notre Menu Authentique"
|
||||
description="Découvrez nos spécialités italiennes, préparées avec passion à partir de produits frais et locaux."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -110,8 +108,6 @@ export default function LandingPage() {
|
||||
{ id: "1", name: "Julie M.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" },
|
||||
{ id: "2", name: "Thomas L.", imageSrc: "http://img.b2bpic.net/free-photo/couple-is-drinking-white-wine-romantic-dinner-restaurant-holding-hands_8353-10579.jpg" },
|
||||
{ id: "3", name: "Sophie P.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-enjoying-delicious-food_23-2150312343.jpg" },
|
||||
{ id: "4", name: "Marc B.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-olive_23-2149272774.jpg" },
|
||||
{ id: "5", name: "Clara S.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-caucasian-woman-sitting-street-cafe_1153-5784.jpg" },
|
||||
]}
|
||||
cardTitle="Avis de nos clients"
|
||||
cardTag="Note : 4,7/5"
|
||||
@@ -126,7 +122,6 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ id: "1", title: "Quelles sont vos horaires ?", content: "Ouvert du lundi au samedi, de 11h30 à 14h30." },
|
||||
{ id: "2", title: "Proposez-vous des plats à emporter ?", content: "Oui, tous nos plats sont disponibles à emporter et en livraison." },
|
||||
{ id: "3", title: "Puis-je réserver une salle privée ?", content: "Absolument, contactez-nous par téléphone pour vos événements." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-waiting-food-restaurant_23-2149269220.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user