Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 33822f54f4 | |||
| 75fa2a96c2 | |||
| 308c5adff3 | |||
| 47d45bb9bd | |||
| c9913d25b4 | |||
| f11a152566 | |||
| 989f5106d2 | |||
| ce0a737e53 | |||
| c54ad264b1 | |||
| 650aad2d46 | |||
| af1eb8d736 | |||
| 977187b7ff |
@@ -21,11 +21,11 @@ export default function AboutPage() {
|
||||
<NavbarStyleApple
|
||||
brandName="La Parrilla"
|
||||
navItems={[
|
||||
{ name: "Accueil", id: "accueil" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "À propos", id: "a-propos" },
|
||||
{ name: "Avis Clients", id: "avis-clients" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Accueil", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "À propos", id: "/about" },
|
||||
{ name: "Avis Clients", id: "/testimonials" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -21,11 +21,11 @@ export default function ContactPage() {
|
||||
<NavbarStyleApple
|
||||
brandName="La Parrilla"
|
||||
navItems={[
|
||||
{ name: "Accueil", id: "accueil" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "À propos", id: "a-propos" },
|
||||
{ name: "Avis Clients", id: "avis-clients" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Accueil", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "À propos", id: "/about" },
|
||||
{ name: "Avis Clients", id: "/testimonials" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
|
||||
export default function MenuPage() {
|
||||
return (
|
||||
@@ -21,18 +22,45 @@ export default function MenuPage() {
|
||||
<NavbarStyleApple
|
||||
brandName="La Parrilla"
|
||||
navItems={[
|
||||
{ name: "Accueil", id: "accueil" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "À propos", id: "a-propos" },
|
||||
{ name: "Avis Clients", id: "avis-clients" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Accueil", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "À propos", id: "/about" },
|
||||
{ name: "Avis Clients", id: "/testimonials" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu-items" data-section="menu-items">
|
||||
<ProductCardFour
|
||||
title="Notre Menu Appétissant"
|
||||
description="Découvrez nos spécialités grillées avec des images alléchantes."
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Bifteck Grillé", price: "€25.00", variant: "Bœuf de qualité supérieure", imageSrc: "https://images.unsplash.com/photo-1579737151125-c6514e21a812?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTJ8fGdyZWlsbGVkJTIwc3RlYWt8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60", imageAlt: "Bifteck grillé juteux"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Brochettes de Poulet", price: "€18.00", variant: "Poulet mariné aux herbes", imageSrc: "https://images.unsplash.com/photo-1550505105-0ed712799c0d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTd8fGNoaWNrZW4lMjBncmlsbGVkfGVufDB8fDB8fHww%3D&auto=format&fit=crop&w=800&q=60", imageAlt: "Brochettes de poulet grillées"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Poisson Grillé", price: "€22.00", variant: "Pêche du jour, citron et fines herbes", imageSrc: "https://images.unsplash.com/photo-1546069901-d7037f07e53a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTR8fGZvb2QlMjBncmlsbGVkfGVufDB8fDB8fHww%3D&auto=format&fit=crop&w=800&q=60", imageAlt: "Poisson entier grillé"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Côtes de Porc", price: "€20.00", variant: "Marinade maison, cuisson lente", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cfeb1ad1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8Zm9vZCUyMGdyaWxsZWR8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60", imageAlt: "Côtes de porc grillées"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Saumon Grillé aux Légumes", price: "€24.00", variant: "Saumon frais, légumes de saison", imageSrc: "https://images.unsplash.com/photo-1593164936081-0a6b29d4c728?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NDV8fGdyZWlsbGVkJTIwc2FsbW9uJTIwd2l0aCUyMHZlZ2dpZXxlbnwwfHwwfHww%3D&auto=format&fit=crop&w=800&q=60", imageAlt: "Saumon grillé avec accompagnement de légumes"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Crevettes Grillées", price: "€23.00", variant: "Crevettes marinées à l'ail et au persil", imageSrc: "https://images.unsplash.com/photo-1563729780073-4ac397554f73?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTR8fGdyZWlsbGVkJTIwc2hyZWd8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60", imageAlt: "Crevettes grillées et citronnées"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
{/*
|
||||
Section registry was empty, so no sections could be generated for this page.
|
||||
This page should ideally contain 3-4 sections relevant to the menu, such as menu categories or special offers.
|
||||
*/}
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -21,11 +21,11 @@ export default function HomePage() {
|
||||
<NavbarStyleApple
|
||||
brandName="La Parrilla"
|
||||
navItems={[
|
||||
{ name: "Accueil", id: "accueil" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "À propos", id: "a-propos" },
|
||||
{ name: "Avis Clients", id: "avis-clients" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Accueil", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "À propos", id: "/about" },
|
||||
{ name: "Avis Clients", id: "/testimonials" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -21,11 +21,11 @@ export default function TestimonialsPage() {
|
||||
<NavbarStyleApple
|
||||
brandName="La Parrilla"
|
||||
navItems={[
|
||||
{ name: "Accueil", id: "accueil" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "À propos", id: "a-propos" },
|
||||
{ name: "Avis Clients", id: "avis-clients" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Accueil", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "À propos", id: "/about" },
|
||||
{ name: "Avis Clients", id: "/testimonials" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user