Merge version_1 into main #2
@@ -7,7 +7,7 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa
|
||||
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||
import BlogCardOne from "@/components/sections/blog/BlogCardOne";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { History, TrendingUp, Images } from "lucide-react";
|
||||
import { History, TrendingUp, Images, Crown } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
@@ -52,7 +52,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -66,9 +66,7 @@ export default function AboutPage() {
|
||||
}))}
|
||||
brandName="Sanglier Doré"
|
||||
button={{
|
||||
text: "Réserver Maintenant",
|
||||
href: "/reservation",
|
||||
}}
|
||||
text: "Réserver Maintenant", href: "/reservation"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,8 +78,8 @@ export default function AboutPage() {
|
||||
title="L'héritage authentique du Sanglier Doré"
|
||||
description="Depuis plusieurs années, nous perpétuons la tradition culinaire médiévale avec passion et excellence. Notre engagement envers la qualité, l'authenticité et le service exceptionnel a établi le Sanglier Doré comme une destination culinaire de premier choix à Sherbrooke."
|
||||
subdescription="1410 Rue King Ouest, Sherbrooke, QC J1J 2C2"
|
||||
icon="Crown"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-setting_74190-3617.jpg?_wi=2"
|
||||
icon={Crown}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-setting_74190-3617.jpg"
|
||||
imageAlt="Ambiance médiévale du restaurant"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -97,27 +95,15 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "10+",
|
||||
description: "Années de Service",
|
||||
},
|
||||
id: "1", value: "10+", description: "Années de Service"},
|
||||
{
|
||||
id: "2",
|
||||
value: "5000+",
|
||||
description: "Clients Satisfaits",
|
||||
},
|
||||
id: "2", value: "5000+", description: "Clients Satisfaits"},
|
||||
{
|
||||
id: "3",
|
||||
value: "4.7/5",
|
||||
description: "Note Moyenne",
|
||||
},
|
||||
id: "3", value: "4.7/5", description: "Note Moyenne"},
|
||||
{
|
||||
id: "4",
|
||||
value: "50+",
|
||||
description: "Recettes Authentiques",
|
||||
},
|
||||
id: "4", value: "50+", description: "Recettes Authentiques"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -137,38 +123,11 @@ export default function AboutPage() {
|
||||
carouselMode="buttons"
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Créations",
|
||||
title: "Artisanat Culinaire",
|
||||
excerpt: "Chaque plat est une œuvre d'art culinaire créée avec savoir-faire et passion",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-roll-green-beans-served-white-plate_1304-4653.jpg?_wi=3",
|
||||
imageAlt: "Création culinaire",
|
||||
authorName: "Équipe Chef",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16134.jpg",
|
||||
date: "Expertise Quotidienne",
|
||||
},
|
||||
id: "1", category: "Créations", title: "Artisanat Culinaire", excerpt: "Chaque plat est une œuvre d'art culinaire créée avec savoir-faire et passion", imageSrc: "http://img.b2bpic.net/free-photo/red-roll-green-beans-served-white-plate_1304-4653.jpg", imageAlt: "Création culinaire", authorName: "Équipe Chef", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16134.jpg", date: "Expertise Quotidienne"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Ambiance",
|
||||
title: "Décor Médiéval Authentique",
|
||||
excerpt: "Un environnement soigneusement conçu pour transporter nos hôtes dans une autre époque",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flaming-candles-candlestick-table_23-2147962787.jpg?_wi=3",
|
||||
imageAlt: "Décor médiéval",
|
||||
authorName: "Design",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16134.jpg",
|
||||
date: "Signature Design",
|
||||
},
|
||||
id: "2", category: "Ambiance", title: "Décor Médiéval Authentique", excerpt: "Un environnement soigneusement conçu pour transporter nos hôtes dans une autre époque", imageSrc: "http://img.b2bpic.net/free-photo/flaming-candles-candlestick-table_23-2147962787.jpg", imageAlt: "Décor médiéval", authorName: "Design", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16134.jpg", date: "Signature Design"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Équipe",
|
||||
title: "Nos Professionnels",
|
||||
excerpt: "Une équipe dévouée qui travaille chaque jour pour votre satisfaction",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16136.jpg?_wi=3",
|
||||
imageAlt: "Équipe en action",
|
||||
authorName: "Personnel",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16134.jpg",
|
||||
date: "Service Professionnel",
|
||||
},
|
||||
id: "3", category: "Équipe", title: "Nos Professionnels", excerpt: "Une équipe dévouée qui travaille chaque jour pour votre satisfaction", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16136.jpg", imageAlt: "Équipe en action", authorName: "Personnel", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16134.jpg", date: "Service Professionnel"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
185
src/app/page.tsx
185
src/app/page.tsx
@@ -56,7 +56,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -70,9 +70,7 @@ export default function HomePage() {
|
||||
}))}
|
||||
brandName="Sanglier Doré"
|
||||
button={{
|
||||
text: "Réserver Maintenant",
|
||||
href: "/reservation",
|
||||
}}
|
||||
text: "Réserver Maintenant", href: "/reservation"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,22 +78,18 @@ export default function HomePage() {
|
||||
<HeroBillboard
|
||||
title="Bienvenue au Sanglier Doré"
|
||||
description="Saveurs authentiques, ambiance chaleureuse. Découvrez une expérience culinaire médiévale incontournable à Sherbrooke. Réservez votre table dès maintenant ou appelez-nous."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Cuisine Locale Premium"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg"
|
||||
imageAlt="Intérieur chaleureux du Sanglier Doré"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver Maintenant",
|
||||
href: "/reservation",
|
||||
},
|
||||
text: "Réserver Maintenant", href: "/reservation"},
|
||||
{
|
||||
text: "Voir le Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "Voir le Menu", href: "/menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -110,7 +104,7 @@ export default function HomePage() {
|
||||
description="Depuis plusieurs années, nous perpétuons la tradition culinaire médiévale avec passion et excellence."
|
||||
subdescription="1410 Rue King Ouest, Sherbrooke, QC J1J 2C2"
|
||||
icon={Crown}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-setting_74190-3617.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-setting_74190-3617.jpg"
|
||||
imageAlt="Ambiance médiévale du restaurant"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -126,26 +120,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Assiette Du Chasseur",
|
||||
price: "À consulter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11584.jpg?_wi=1",
|
||||
imageAlt: "Assiette Du Chasseur - plat signature gibier",
|
||||
},
|
||||
id: "1", name: "Assiette Du Chasseur", price: "À consulter", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11584.jpg", imageAlt: "Assiette Du Chasseur - plat signature gibier"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Assiette Du Cueilleur",
|
||||
price: "À consulter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-dish-with-peppers-grated-cheese-greens_141793-949.jpg?_wi=1",
|
||||
imageAlt: "Assiette Du Cueilleur - plat végétal raffiné",
|
||||
},
|
||||
id: "2", name: "Assiette Du Cueilleur", price: "À consulter", imageSrc: "http://img.b2bpic.net/free-photo/side-dish-with-peppers-grated-cheese-greens_141793-949.jpg", imageAlt: "Assiette Du Cueilleur - plat végétal raffiné"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Miche Étagée de l'Aventurier",
|
||||
price: "À consulter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-british-baton-loaf-bread-black-background_114579-48937.jpg?_wi=1",
|
||||
imageAlt: "Miche Étagée de l'Aventurier - création architecturale",
|
||||
},
|
||||
id: "3", name: "Miche Étagée de l'Aventurier", price: "À consulter", imageSrc: "http://img.b2bpic.net/free-photo/top-view-british-baton-loaf-bread-black-background_114579-48937.jpg", imageAlt: "Miche Étagée de l'Aventurier - création architecturale"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -153,9 +132,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Consulter le Menu Complet",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "Consulter le Menu Complet", href: "/menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -172,77 +149,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marc Beaumont, Propriétaire Ecomflow",
|
||||
date: "Date: 15 Novembre 2024",
|
||||
title: "Une expérience culinaire inoubliable",
|
||||
quote: "Le Sanglier Doré offre une véritable immersion dans un univers médiéval fascinant. La qualité des plats est exceptionnelle, l'ambiance chaleureuse et le service attentif. C'est devenu notre restaurant de prédilection pour les occasions spéciales.",
|
||||
tag: "Expérience Premium",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg",
|
||||
avatarAlt: "Marc Beaumont",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flaming-candles-candlestick-table_23-2147962787.jpg?_wi=1",
|
||||
imageAlt: "Table du restaurant Sanglier Doré",
|
||||
},
|
||||
id: "1", name: "Marc Beaumont, Propriétaire Ecomflow", date: "Date: 15 Novembre 2024", title: "Une expérience culinaire inoubliable", quote: "Le Sanglier Doré offre une véritable immersion dans un univers médiéval fascinant. La qualité des plats est exceptionnelle, l'ambiance chaleureuse et le service attentif. C'est devenu notre restaurant de prédilection pour les occasions spéciales.", tag: "Expérience Premium", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg", avatarAlt: "Marc Beaumont", imageSrc: "http://img.b2bpic.net/free-photo/flaming-candles-candlestick-table_23-2147962787.jpg", imageAlt: "Table du restaurant Sanglier Doré"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sophie Gagnon, Chef Cuisinière",
|
||||
date: "Date: 10 Novembre 2024",
|
||||
title: "Un établissement qui respecte l'art culinaire",
|
||||
quote: "En tant que chef, je suis impressionnée par le travail réalisé en cuisine. L'Assiette Du Chasseur est une véritable masterpiece. Bravo à toute l'équipe pour cette créativité et cette passion!",
|
||||
tag: "Avis Expert",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18777.jpg",
|
||||
avatarAlt: "Sophie Gagnon",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-roll-green-beans-served-white-plate_1304-4653.jpg?_wi=1",
|
||||
imageAlt: "Présentation culinaire raffinée",
|
||||
},
|
||||
id: "2", name: "Sophie Gagnon, Chef Cuisinière", date: "Date: 10 Novembre 2024", title: "Un établissement qui respecte l'art culinaire", quote: "En tant que chef, je suis impressionnée par le travail réalisé en cuisine. L'Assiette Du Chasseur est une véritable masterpiece. Bravo à toute l'équipe pour cette créativité et cette passion!", tag: "Avis Expert", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18777.jpg", avatarAlt: "Sophie Gagnon", imageSrc: "http://img.b2bpic.net/free-photo/red-roll-green-beans-served-white-plate_1304-4653.jpg", imageAlt: "Présentation culinaire raffinée"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pierre Deschênes, Entrepreneur Local",
|
||||
date: "Date: 5 Novembre 2024",
|
||||
title: "Parfait pour impressionner les clients",
|
||||
quote: "J'y organise régulièrement des réunions d'affaires. Le cadre médiéval crée une atmosphère mémorable et les plats sont toujours à la hauteur des attentes. Fortement recommandé!",
|
||||
tag: "Événements Professionels",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg",
|
||||
avatarAlt: "Pierre Deschênes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg?_wi=1",
|
||||
imageAlt: "Moment convivial au restaurant",
|
||||
},
|
||||
id: "3", name: "Pierre Deschênes, Entrepreneur Local", date: "Date: 5 Novembre 2024", title: "Parfait pour impressionner les clients", quote: "J'y organise régulièrement des réunions d'affaires. Le cadre médiéval crée une atmosphère mémorable et les plats sont toujours à la hauteur des attentes. Fortement recommandé!", tag: "Événements Professionels", avatarSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg", avatarAlt: "Pierre Deschênes", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg", imageAlt: "Moment convivial au restaurant"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Isabelle Lefebvre, Critique Gastronomique",
|
||||
date: "Date: 1 Novembre 2024",
|
||||
title: "Une destination gastronomique à part entière",
|
||||
quote: "Le Sanglier Doré ne se contente pas de servir à manger, il propose une véritable expérience sensorielle. Chaque détail est soigné, du décor à l'assiette. Un véritable bijou culinaire à Sherbrooke.",
|
||||
tag: "Critique Positive",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5064.jpg",
|
||||
avatarAlt: "Isabelle Lefebvre",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16134.jpg",
|
||||
imageAlt: "Équipe professionnelle du Sanglier Doré",
|
||||
},
|
||||
id: "4", name: "Isabelle Lefebvre, Critique Gastronomique", date: "Date: 1 Novembre 2024", title: "Une destination gastronomique à part entière", quote: "Le Sanglier Doré ne se contente pas de servir à manger, il propose une véritable expérience sensorielle. Chaque détail est soigné, du décor à l'assiette. Un véritable bijou culinaire à Sherbrooke.", tag: "Critique Positive", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5064.jpg", avatarAlt: "Isabelle Lefebvre", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16134.jpg", imageAlt: "Équipe professionnelle du Sanglier Doré"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jean-Claude Marchand, Gourmand Passionné",
|
||||
date: "Date: 28 Octobre 2024",
|
||||
title: "Un havre pour les amateurs de gastronomie",
|
||||
quote: "Je suis un habitué des bons restaurants et le Sanglier Doré figure définitivement parmi les meilleurs. La Miche Étagée de l'Aventurier est un chef-d'œuvre culinaire. À tester absolument!",
|
||||
tag: "Régulier Satisfait",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/serious-black-business-man-showing-thumb-up_1262-19385.jpg",
|
||||
avatarAlt: "Jean-Claude Marchand",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16136.jpg?_wi=1",
|
||||
imageAlt: "Préparation professionnelle en cuisine",
|
||||
},
|
||||
id: "5", name: "Jean-Claude Marchand, Gourmand Passionné", date: "Date: 28 Octobre 2024", title: "Un havre pour les amateurs de gastronomie", quote: "Je suis un habitué des bons restaurants et le Sanglier Doré figure définitivement parmi les meilleurs. La Miche Étagée de l'Aventurier est un chef-d'œuvre culinaire. À tester absolument!", tag: "Régulier Satisfait", avatarSrc: "http://img.b2bpic.net/free-photo/serious-black-business-man-showing-thumb-up_1262-19385.jpg", avatarAlt: "Jean-Claude Marchand", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16136.jpg", imageAlt: "Préparation professionnelle en cuisine"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Catherine Valois, Mariée Heureuse",
|
||||
date: "Date: 20 Octobre 2024",
|
||||
title: "Un endroit magique pour célébrer",
|
||||
quote: "Nous avons célébré notre anniversaire de mariage au Sanglier Doré. L'équipe a rendu cette soirée inoubliable. Les plats étaient délicieux et l'ambiance parfaite. Merci infiniment!",
|
||||
tag: "Événements Privés",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-cafe-using-digital-tablet_23-2147974629.jpg",
|
||||
avatarAlt: "Catherine Valois",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg?_wi=2",
|
||||
imageAlt: "Ambiance festive du restaurant",
|
||||
},
|
||||
id: "6", name: "Catherine Valois, Mariée Heureuse", date: "Date: 20 Octobre 2024", title: "Un endroit magique pour célébrer", quote: "Nous avons célébré notre anniversaire de mariage au Sanglier Doré. L'équipe a rendu cette soirée inoubliable. Les plats étaient délicieux et l'ambiance parfaite. Merci infiniment!", tag: "Événements Privés", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-cafe-using-digital-tablet_23-2147974629.jpg", avatarAlt: "Catherine Valois", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg", imageAlt: "Ambiance festive du restaurant"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -256,27 +173,15 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.7/5",
|
||||
description: "Note Moyenne (340+ Avis)",
|
||||
},
|
||||
id: "1", value: "4.7/5", description: "Note Moyenne (340+ Avis)"},
|
||||
{
|
||||
id: "2",
|
||||
value: "10+",
|
||||
description: "Années d'Excellence",
|
||||
},
|
||||
id: "2", value: "10+", description: "Années d'Excellence"},
|
||||
{
|
||||
id: "3",
|
||||
value: "5000+",
|
||||
description: "Clients Satisfaits",
|
||||
},
|
||||
id: "3", value: "5000+", description: "Clients Satisfaits"},
|
||||
{
|
||||
id: "4",
|
||||
value: "50+",
|
||||
description: "Plats Signature",
|
||||
},
|
||||
id: "4", value: "50+", description: "Plats Signature"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -296,49 +201,13 @@ export default function HomePage() {
|
||||
carouselMode="buttons"
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Plats",
|
||||
title: "Assiette Du Chasseur",
|
||||
excerpt: "Notre signature culinaire - une célébration du gibier fin préparée avec expertise",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-roll-green-beans-served-white-plate_1304-4653.jpg?_wi=2",
|
||||
imageAlt: "Assiette Du Chasseur",
|
||||
authorName: "Chef Principal",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16134.jpg",
|
||||
date: "Spécialité de la Maison",
|
||||
},
|
||||
id: "1", category: "Plats", title: "Assiette Du Chasseur", excerpt: "Notre signature culinaire - une célébration du gibier fin préparée avec expertise", imageSrc: "http://img.b2bpic.net/free-photo/red-roll-green-beans-served-white-plate_1304-4653.jpg", imageAlt: "Assiette Du Chasseur", authorName: "Chef Principal", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16134.jpg", date: "Spécialité de la Maison"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Ambiance",
|
||||
title: "Ambiance Médiévale",
|
||||
excerpt: "Dînez dans une atmosphère authentique qui transport au cœur d'une époque révolue",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flaming-candles-candlestick-table_23-2147962787.jpg?_wi=2",
|
||||
imageAlt: "Ambiance médiévale",
|
||||
authorName: "Décoration",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16134.jpg",
|
||||
date: "Décor Signature",
|
||||
},
|
||||
id: "2", category: "Ambiance", title: "Ambiance Médiévale", excerpt: "Dînez dans une atmosphère authentique qui transport au cœur d'une époque révolue", imageSrc: "http://img.b2bpic.net/free-photo/flaming-candles-candlestick-table_23-2147962787.jpg", imageAlt: "Ambiance médiévale", authorName: "Décoration", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16134.jpg", date: "Décor Signature"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Cuisine",
|
||||
title: "Préparation Professionnelle",
|
||||
excerpt: "Notre équipe de cuisine travaille avec passion et precision pour chaque création",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16136.jpg?_wi=2",
|
||||
imageAlt: "Équipe en cuisine",
|
||||
authorName: "Équipe Culinaire",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16134.jpg",
|
||||
date: "Service Quotidien",
|
||||
},
|
||||
id: "3", category: "Cuisine", title: "Préparation Professionnelle", excerpt: "Notre équipe de cuisine travaille avec passion et precision pour chaque création", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16136.jpg", imageAlt: "Équipe en cuisine", authorName: "Équipe Culinaire", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16134.jpg", date: "Service Quotidien"},
|
||||
{
|
||||
id: "4",
|
||||
category: "Moments",
|
||||
title: "Moments Mémorables",
|
||||
excerpt: "Partager des moments spéciaux avec les proches dans une ambiance conviviale",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg?_wi=2",
|
||||
imageAlt: "Clients heureux",
|
||||
authorName: "Clients Fidèles",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16134.jpg",
|
||||
date: "Chaque Soirée",
|
||||
},
|
||||
id: "4", category: "Moments", title: "Moments Mémorables", excerpt: "Partager des moments spéciaux avec les proches dans une ambiance conviviale", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg", imageAlt: "Clients heureux", authorName: "Clients Fidèles", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16134.jpg", date: "Chaque Soirée"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -350,7 +219,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Réservez Votre Table Dès Aujourd'hui"
|
||||
description="Appelez-nous au (819) 575-3673 ou remplissez le formulaire ci-dessous pour réserver votre place. Notre équipe sera ravi de vous accueillir au Sanglier Doré pour une expérience culinaire mémorable."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Votre adresse email"
|
||||
buttonText="M'Envoyer les Infos"
|
||||
|
||||
@@ -52,7 +52,7 @@ export default function ReservationPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -66,9 +66,7 @@ export default function ReservationPage() {
|
||||
}))}
|
||||
brandName="Sanglier Doré"
|
||||
button={{
|
||||
text: "Réserver Maintenant",
|
||||
href: "/reservation",
|
||||
}}
|
||||
text: "Réserver Maintenant", href: "/reservation"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,7 +77,7 @@ export default function ReservationPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Réservez Votre Table Dès Aujourd'hui"
|
||||
description="Appelez-nous au (819) 575-3673 ou remplissez le formulaire ci-dessous pour réserver votre place. Notre équipe sera ravi de vous accueillir au Sanglier Doré pour une expérience culinaire mémorable. Nous réservons les meilleures tables pour nos clients."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Votre adresse email"
|
||||
buttonText="M'Envoyer les Infos"
|
||||
@@ -96,7 +94,7 @@ export default function ReservationPage() {
|
||||
description="Nous nous engageons à vous offrir une expérience sans pareil, de la réservation à la fin de votre soirée."
|
||||
subdescription="Horaires: 17h00 - 21h00 | Fermeture: Lundi"
|
||||
icon={Crown}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-setting_74190-3617.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-setting_74190-3617.jpg"
|
||||
imageAlt="Table réservée avec élégance"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -112,27 +110,15 @@ export default function ReservationPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100%",
|
||||
description: "Satisfaction Garantie",
|
||||
},
|
||||
id: "1", value: "100%", description: "Satisfaction Garantie"},
|
||||
{
|
||||
id: "2",
|
||||
value: "10+",
|
||||
description: "Ans d'Expérience",
|
||||
},
|
||||
id: "2", value: "10+", description: "Ans d'Expérience"},
|
||||
{
|
||||
id: "3",
|
||||
value: "24/7",
|
||||
description: "Support Client",
|
||||
},
|
||||
id: "3", value: "24/7", description: "Support Client"},
|
||||
{
|
||||
id: "4",
|
||||
value: "50+",
|
||||
description: "Plats au Menu",
|
||||
},
|
||||
id: "4", value: "50+", description: "Plats au Menu"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user