Merge version_1 into main #1
246
src/app/page.tsx
246
src/app/page.tsx
@@ -30,28 +30,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "À propos",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Accueil", id: "hero" },
|
||||
{ name: "À propos", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Biscotto"
|
||||
button={{
|
||||
text: "Commander",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Commander", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -59,40 +44,16 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Biscotto, l'Italie au cœur de Nancy"
|
||||
description="Découvrez une cuisine authentique et gourmande au 10 Rue Saint-Epvre. Fraîcheur et tradition dans chaque assiette."
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Voir le menu",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Réserver", href: "#contact" }, { text: "Voir le menu", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/healthy-ingredients-kitchen-table-spaghetti-olive-oil-t_1220-820.jpg"
|
||||
imageAlt="Plat de pâtes italien traditionnel"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/surface-with-different-types-pasta-tomatoes-oil_23-2147606595.jpg",
|
||||
alt: "Dîner authentique 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-noodles-wooden-board-arrangement_23-2148847390.jpg",
|
||||
alt: "Dîner authentique 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/food-composition-with-spaghetti-other-ingredients_23-2147606567.jpg",
|
||||
alt: "Dîner authentique 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-person-with-kitchen-utensils-dark-background_23-2148296895.jpg",
|
||||
alt: "Dîner authentique 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-person-cutting-dough-with-knife_23-2148296902.jpg",
|
||||
alt: "Dîner authentique 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/surface-with-different-types-pasta-tomatoes-oil_23-2147606595.jpg", alt: "Dîner authentique 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-noodles-wooden-board-arrangement_23-2148847390.jpg", alt: "Dîner authentique 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/food-composition-with-spaghetti-other-ingredients_23-2147606567.jpg", alt: "Dîner authentique 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-person-with-kitchen-utensils-dark-background_23-2148296895.jpg", alt: "Dîner authentique 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-person-cutting-dough-with-knife_23-2148296902.jpg", alt: "Dîner authentique 5" },
|
||||
]}
|
||||
avatarText="Rejoignez plus de 500 gourmets satisfaits"
|
||||
/>
|
||||
@@ -102,15 +63,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Une expérience italienne chic et chaleureuse",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-person-preparing-pasta-pan_23-2148296933.jpg",
|
||||
alt: "Ambiance restaurant Biscotto",
|
||||
},
|
||||
{ type: "text", content: "Une expérience italienne chic et chaleureuse" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/close-up-person-preparing-pasta-pan_23-2148296933.jpg", alt: "Ambiance restaurant Biscotto" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,24 +75,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Cuisine Fraîche",
|
||||
description: "Des plats préparés quotidiennement avec des produits sélectionnés.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-25016.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Options Végétariennes",
|
||||
description: "Une large gamme de plats végétaliens gourmands.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad_23-2148023481.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Livraison Rapide",
|
||||
description: "Retrouvez la saveur de Biscotto chez vous.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309438.jpg",
|
||||
},
|
||||
{ id: "1", title: "Cuisine Fraîche", description: "Des plats préparés quotidiennement avec des produits sélectionnés.", tag: "Tradition", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-25016.jpg" },
|
||||
{ id: "2", title: "Options Végétariennes", description: "Une large gamme de plats végétaliens gourmands.", tag: "Santé", imageSrc: "http://img.b2bpic.net/free-photo/salad_23-2148023481.jpg" },
|
||||
{ id: "3", title: "Livraison Rapide", description: "Retrouvez la saveur de Biscotto chez vous.", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309438.jpg" },
|
||||
]}
|
||||
title="Nos services"
|
||||
description="Nous mettons tout en œuvre pour vous faire voyager à travers nos services."
|
||||
@@ -152,60 +91,12 @@ 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: "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" },
|
||||
]}
|
||||
title="Notre Menu"
|
||||
description="Découvrez nos spécialités italiennes, de nos pizzas artisanales à nos desserts traditionnels."
|
||||
@@ -216,31 +107,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
{ 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"
|
||||
@@ -253,21 +124,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
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.",
|
||||
},
|
||||
{ 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"
|
||||
@@ -280,52 +139,17 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Biscotto, 10 Rue Saint-Epvre, 54000 Nancy. Téléphone : 03 83 46 68 67. Réservez votre table dès aujourd'hui."
|
||||
buttons={[
|
||||
{
|
||||
text: "Appeler",
|
||||
href: "tel:0383466867",
|
||||
},
|
||||
{
|
||||
text: "Réserver",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Appeler", href: "tel:0383466867" }, { text: "Réserver", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Biscotto",
|
||||
items: [
|
||||
{
|
||||
label: "À propos",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "10 Rue Saint-Epvre",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "03 83 46 68 67",
|
||||
href: "tel:0383466867",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Biscotto", items: [{ label: "À propos", href: "#about" }, { label: "Menu", href: "#menu" }] },
|
||||
{ title: "Contact", items: [{ label: "10 Rue Saint-Epvre", href: "#" }, { label: "03 83 46 68 67", href: "tel:0383466867" }] },
|
||||
]}
|
||||
logoText="Biscotto"
|
||||
/>
|
||||
@@ -333,4 +157,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user