Update src/app/page.tsx

This commit is contained in:
2026-05-19 23:26:19 +00:00
parent b9992fb8d9
commit 0d4dc459a8

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Accueil",
id: "hero",
},
name: "Accueil", id: "hero"},
{
name: "À propos",
id: "about",
},
name: "À propos", id: "about"},
{
name: "Services",
id: "features",
},
name: "Services", id: "features"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="HK Cuisine"
/>
@@ -56,97 +48,54 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="HK Cuisine : L'art du goût à votre table"
description="Donnez vie à vos événements avec des prestations culinaires d'exception. De la création sur-mesure au service raffiné, HK Cuisine sublime vos moments les plus précieux."
testimonials={[
{
name: "Sophie Martin",
handle: "@sophiemartin",
testimonial: "Un service impeccable et des saveurs inoubliables pour notre mariage.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/meal-different-food-table-dinner-lunch_132075-14565.jpg",
},
name: "Sophie Martin", handle: "@sophiemartin", testimonial: "Un service impeccable et des saveurs inoubliables pour notre mariage.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/meal-different-food-table-dinner-lunch_132075-14565.jpg"},
{
name: "Marc Dubois",
handle: "@marcdubois",
testimonial: "HK Cuisine a sublimé notre séminaire d'entreprise. Professionnalisme absolu.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2226.jpg",
},
name: "Marc Dubois", handle: "@marcdubois", testimonial: "HK Cuisine a sublimé notre séminaire d'entreprise. Professionnalisme absolu.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2226.jpg"},
{
name: "Julie L.",
handle: "@juliel",
testimonial: "Une expérience culinaire hors du commun pour nos 10 ans.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83768.jpg",
},
name: "Julie L.", handle: "@juliel", testimonial: "Une expérience culinaire hors du commun pour nos 10 ans.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83768.jpg"},
{
name: "Thomas B.",
handle: "@thomasb",
testimonial: "Qualité irréprochable et présentation artistique.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-aubergine-rolls-white-plate-grey-free-space_140725-105290.jpg",
},
name: "Thomas B.", handle: "@thomasb", testimonial: "Qualité irréprochable et présentation artistique.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-aubergine-rolls-white-plate-grey-free-space_140725-105290.jpg"},
{
name: "Isabelle D.",
handle: "@isabelled",
testimonial: "Le partenaire idéal pour tous vos événements de prestige.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510874.jpg",
},
name: "Isabelle D.", handle: "@isabelled", testimonial: "Le partenaire idéal pour tous vos événements de prestige.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510874.jpg"},
]}
buttons={[
{
text: "Réserver votre événement",
href: "#contact",
},
text: "Réserver votre événement", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/apricot-topped-with-cream-berry_140725-1701.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg",
alt: "Client 1",
},
src: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg",
alt: "Client 2",
},
src: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
alt: "Client 3",
},
src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg",
alt: "Client 4",
},
src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg", alt: "Client 4"},
{
src: "http://img.b2bpic.net/free-photo/woman-sitting-table-near-elderly-people_23-2147947984.jpg",
alt: "Client 5",
},
src: "http://img.b2bpic.net/free-photo/woman-sitting-table-near-elderly-people_23-2147947984.jpg", alt: "Client 5"},
]}
marqueeItems={[
{
type: "text",
text: "Gastronomie Premium",
},
type: "text", text: "Gastronomie Premium"},
{
type: "text",
text: "Chef à Domicile",
},
type: "text", text: "Chef à Domicile"},
{
type: "text",
text: "Événements sur-mesure",
},
type: "text", text: "Événements sur-mesure"},
{
type: "text",
text: "Fraîcheur locale",
},
type: "text", text: "Fraîcheur locale"},
{
type: "text",
text: "Art de recevoir",
},
type: "text", text: "Art de recevoir"},
]}
/>
</div>
@@ -172,20 +121,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Catering Mariage",
description: "Menus personnalisés pour le plus beau jour de votre vie.",
imageSrc: "http://img.b2bpic.net/free-photo/catering-different-foods_1157-183.jpg",
},
title: "Catering Mariage", description: "Menus personnalisés pour le plus beau jour de votre vie.", imageSrc: "http://img.b2bpic.net/free-photo/catering-different-foods_1157-183.jpg"},
{
title: "Chef à domicile",
description: "Le prestige d'un restaurant gastronomique chez vous.",
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-taking-notes-with-pen-notebook_23-2149720718.jpg",
},
title: "Chef à domicile", description: "Le prestige d'un restaurant gastronomique chez vous.", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-taking-notes-with-pen-notebook_23-2149720718.jpg"},
{
title: "Événements d'entreprise",
description: "Solutions culinaires pour vos réunions et galas.",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-salmon-with-arugula-grapefruit-sauce_141793-1268.jpg",
},
title: "Événements d'entreprise", description: "Solutions culinaires pour vos réunions et galas.", imageSrc: "http://img.b2bpic.net/free-photo/sliced-salmon-with-arugula-grapefruit-sauce_141793-1268.jpg"},
]}
title="Nos services exclusifs"
description="Nous accompagnons vos événements avec une approche personnalisée et haut de gamme."
@@ -194,30 +134,19 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "150+",
title: "Événements",
description: "Réalisés avec passion",
icon: CalendarDays,
id: "m1", value: "150+", title: "Événements", description: "Réalisés avec passion", icon: CalendarDays,
},
{
id: "m2",
value: "2000+",
title: "Assiettes",
description: "Servies avec soin",
icon: Utensils,
id: "m2", value: "2000+", title: "Assiettes", description: "Servies avec soin", icon: Utensils,
},
{
id: "m3",
value: "100%",
title: "Satisfaction",
description: "Clientelle fidèle",
icon: ThumbsUp,
id: "m3", value: "100%", title: "Satisfaction", description: "Clientelle fidèle", icon: ThumbsUp,
},
]}
title="Quelques chiffres clés"
@@ -233,45 +162,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Claire L.",
role: "Directrice",
company: "TechVision",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-handing-his-boarding-pass-female-staff_107420-85131.jpg",
},
id: "1", name: "Claire L.", role: "Directrice", company: "TechVision", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-handing-his-boarding-pass-female-staff_107420-85131.jpg"},
{
id: "2",
name: "Thomas G.",
role: "Organisateur",
company: "ArtEvent",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-taking-snacks-from-table_1262-1958.jpg",
},
id: "2", name: "Thomas G.", role: "Organisateur", company: "ArtEvent", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-taking-snacks-from-table_1262-1958.jpg"},
{
id: "3",
name: "Julie B.",
role: "Mariée",
company: "Privé",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-with-snacks-buffet_1262-1960.jpg",
},
id: "3", name: "Julie B.", role: "Mariée", company: "Privé", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-with-snacks-buffet_1262-1960.jpg"},
{
id: "4",
name: "Nicolas F.",
role: "PDG",
company: "FinanceGroup",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-with-food_23-2149152949.jpg",
},
id: "4", name: "Nicolas F.", role: "PDG", company: "FinanceGroup", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-with-food_23-2149152949.jpg"},
{
id: "5",
name: "Isabelle M.",
role: "RH",
company: "Consulting",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/waitress-near-display-case-with-tartines_23-2147830513.jpg",
},
id: "5", name: "Isabelle M.", role: "RH", company: "Consulting", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/waitress-near-display-case-with-tartines_23-2147830513.jpg"},
]}
title="L'avis de nos clients"
description="Découvrez pourquoi nous sommes le choix privilégié pour vos événements."
@@ -284,20 +188,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Comment réserver ?",
content: "Contactez-nous via le formulaire en bas de page pour discuter de votre projet.",
},
id: "f1", title: "Comment réserver ?", content: "Contactez-nous via le formulaire en bas de page pour discuter de votre projet."},
{
id: "f2",
title: "Proposez-vous des options végétariennes ?",
content: "Oui, nous adaptons tous nos menus selon vos restrictions alimentaires.",
},
id: "f2", title: "Proposez-vous des options végétariennes ?", content: "Oui, nous adaptons tous nos menus selon vos restrictions alimentaires."},
{
id: "f3",
title: "Quel est votre périmètre d'action ?",
content: "Nous couvrons l'ensemble de la région pour vos événements privés et professionnels.",
},
id: "f3", title: "Quel est votre périmètre d'action ?", content: "Nous couvrons l'ensemble de la région pour vos événements privés et professionnels."},
]}
title="Questions fréquentes"
description="Tout ce que vous devez savoir sur nos services."
@@ -312,22 +207,14 @@ export default function LandingPage() {
description="Prêt à créer votre prochain événement gastronomique ? Écrivez-nous."
inputs={[
{
name: "name",
type: "text",
placeholder: "Nom complet",
required: true,
name: "name", type: "text", placeholder: "Nom complet", required: true,
},
{
name: "email",
type: "email",
placeholder: "Votre adresse email",
required: true,
name: "email", type: "email", placeholder: "Votre adresse email", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Décrivez votre événement",
rows: 4,
name: "message", placeholder: "Décrivez votre événement", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/view-essentials-pottery-studio_23-2150164907.jpg"
@@ -339,29 +226,19 @@ export default function LandingPage() {
logoText="HK Cuisine"
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Accueil",
href: "#hero",
},
label: "Accueil", href: "#hero"},
{
label: "Services",
href: "#features",
},
label: "Services", href: "#features"},
],
},
{
title: "Légal",
items: [
title: "Légal", items: [
{
label: "Politique de confidentialité",
href: "#",
},
label: "Politique de confidentialité", href: "#"},
{
label: "Conditions d'utilisation",
href: "#",
},
label: "Conditions d'utilisation", href: "#"},
],
},
]}