Update src/pages/HomePage.tsx
This commit is contained in:
@@ -18,32 +18,16 @@ export default function HomePage() {
|
||||
title="Une cuisine provençale au cœur du Cannet"
|
||||
description="Claude Ackermann vous accueille dans un cadre intime pour découvrir les saveurs du terroir, cuisinées avec passion chaque jour."
|
||||
primaryButton={{
|
||||
text: "Réserver votre table",
|
||||
href: "tel:+33493469903",
|
||||
}}
|
||||
text: "Réserver votre table", href: "tel:+33493469903"}}
|
||||
secondaryButton={{
|
||||
text: "Voir le menu",
|
||||
href: "#menu",
|
||||
}}
|
||||
text: "Voir le menu", href: "#menu"}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-outdoor-with-table-chair_74190-4262.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-vegetable-farmers-market_23-2148209779.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-cooking-delicious-pizza_23-2150307003.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-filling-orange-peel-with-salad_23-2148491320.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-yard-terrace-restaurant-made-national-style-with-greenery-chairs-ad-tables-nikiti-greece_1268-16662.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-outdoor-with-table-chair_74190-4262.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-vegetable-farmers-market_23-2148209779.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-cooking-delicious-pizza_23-2150307003.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-filling-orange-peel-with-salad_23-2148491320.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-yard-terrace-restaurant-made-national-style-with-greenery-chairs-ad-tables-nikiti-greece_1268-16662.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -65,32 +49,14 @@ export default function HomePage() {
|
||||
description="Chaque jour, 3 entrées, 3 plats et 3 desserts faits maison avec des produits de saison."
|
||||
items={[
|
||||
{
|
||||
title: "Entrées du terroir",
|
||||
tags: [
|
||||
"Daube",
|
||||
"Tomate-Mozzarella",
|
||||
"Produits du marché",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-liver-pate-black-board-table_140725-12785.jpg",
|
||||
},
|
||||
title: "Entrées du terroir", tags: ["Daube", "Tomate-Mozzarella", "Produits du marché"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-liver-pate-black-board-table_140725-12785.jpg"},
|
||||
{
|
||||
title: "Plats signature",
|
||||
tags: [
|
||||
"Burgers artisanaux",
|
||||
"Canard",
|
||||
"Rognons",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-roasted-potatoes-one-portion_114579-2428.jpg",
|
||||
},
|
||||
title: "Plats signature", tags: ["Burgers artisanaux", "Canard", "Rognons"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-roasted-potatoes-one-portion_114579-2428.jpg"},
|
||||
{
|
||||
title: "Douceurs maison",
|
||||
tags: [
|
||||
"Crème brûlée",
|
||||
"Desserts du jour",
|
||||
"Fait maison",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-napoleon-cake-eggs-flour-milk-black-background_114579-17297.jpg",
|
||||
},
|
||||
title: "Douceurs maison", tags: ["Crème brûlée", "Desserts du jour", "Fait maison"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-napoleon-cake-eggs-flour-milk-black-background_114579-17297.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -104,40 +70,20 @@ export default function HomePage() {
|
||||
description="Une cuisine authentique saluée par nos habitués."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marie L.",
|
||||
role: "Habituée",
|
||||
company: "Le Cannet",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-arms-crossed_107420-12323.jpg",
|
||||
},
|
||||
name: "Marie L.", role: "Habituée", company: "Le Cannet", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-arms-crossed_107420-12323.jpg"},
|
||||
{
|
||||
name: "Julien P.",
|
||||
role: "Client",
|
||||
company: "Nice",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2637.jpg",
|
||||
},
|
||||
name: "Julien P.", role: "Client", company: "Nice", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2637.jpg"},
|
||||
{
|
||||
name: "Sophie D.",
|
||||
role: "Visiteuse",
|
||||
company: "Paris",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eats-salad-with-glass-wine-table-with-trees-sunlight-leak-background_176474-3901.jpg",
|
||||
},
|
||||
name: "Sophie D.", role: "Visiteuse", company: "Paris", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eats-salad-with-glass-wine-table-with-trees-sunlight-leak-background_176474-3901.jpg"},
|
||||
{
|
||||
name: "Thomas V.",
|
||||
role: "Gourmand",
|
||||
company: "Cannes",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg",
|
||||
},
|
||||
name: "Thomas V.", role: "Gourmand", company: "Cannes", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg"},
|
||||
{
|
||||
name: "Claire M.",
|
||||
role: "Habituée",
|
||||
company: "Mougins",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg",
|
||||
},
|
||||
name: "Claire M.", role: "Habituée", company: "Mougins", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -150,14 +96,7 @@ export default function HomePage() {
|
||||
title="Lou Miedjou, une adresse recommandée"
|
||||
description="Nos partenaires et nos notes sur les plateformes gastronomiques."
|
||||
names={[
|
||||
"TripAdvisor 4.4/5",
|
||||
"Google 4.8/5",
|
||||
"Guide des Gourmets",
|
||||
"Artisanat Local",
|
||||
"Cuisine Familiale",
|
||||
"Qualité Provençale",
|
||||
"Recommandé Le Cannet",
|
||||
]}
|
||||
"TripAdvisor 4.4/5", "Google 4.8/5", "Guide des Gourmets", "Artisanat Local", "Cuisine Familiale", "Qualité Provençale", "Recommandé Le Cannet"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -167,25 +106,14 @@ export default function HomePage() {
|
||||
<MetricsMediaCards
|
||||
tag="Nos atouts"
|
||||
title="Qualité et convivialité"
|
||||
description="Découvrez ce qui fait la force de notre restaurant au quotidien."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Fait maison",
|
||||
description: "Tout est préparé sur place chaque jour.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/market-concept-with-vegetables_23-2149002415.jpg",
|
||||
},
|
||||
value: "100%", title: "Fait maison", description: "Tout est préparé sur place chaque jour.", imageSrc: "http://img.b2bpic.net/free-photo/market-concept-with-vegetables_23-2149002415.jpg"},
|
||||
{
|
||||
value: "4.8/5",
|
||||
title: "Satisfaction",
|
||||
description: "La note de nos clients sur Google.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waitress-serving-food-guests-restaurant_637285-8962.jpg",
|
||||
},
|
||||
value: "4.8/5", title: "Satisfaction", description: "La note de nos clients sur Google.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waitress-serving-food-guests-restaurant_637285-8962.jpg"},
|
||||
{
|
||||
value: "Cosy",
|
||||
title: "Ambiance",
|
||||
description: "Un cadre intime à deux pas du musée.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg",
|
||||
},
|
||||
value: "Cosy", title: "Ambiance", description: "Un cadre intime à deux pas du musée.", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -196,24 +124,16 @@ export default function HomePage() {
|
||||
<FaqTwoColumn
|
||||
tag="Infos Pratiques"
|
||||
title="Questions fréquentes"
|
||||
description="Retrouvez ici les réponses aux questions les plus courantes."
|
||||
description="Toutes les informations nécessaires pour préparer votre venue chez nous."
|
||||
items={[
|
||||
{
|
||||
question: "Quels sont vos horaires ?",
|
||||
answer: "Nous sommes ouverts du lundi au vendredi de 12h à 14h et de 19h à 22h. Fermé le week-end.",
|
||||
},
|
||||
question: "Quels sont vos horaires ?", answer: "Nous sommes ouverts du lundi au vendredi de 12h à 14h et de 19h à 22h. Fermé le week-end."},
|
||||
{
|
||||
question: "Où se trouve le restaurant ?",
|
||||
answer: "Nous sommes situés au 5 rue des Orangers, 06110 Le Cannet, à deux pas du Musée Bonnard.",
|
||||
},
|
||||
question: "Où se trouve le restaurant ?", answer: "Nous sommes situés au 5 rue des Orangers, 06110 Le Cannet, à deux pas du Musée Bonnard."},
|
||||
{
|
||||
question: "Comment réserver ?",
|
||||
answer: "Le plus simple est de nous appeler au 04 93 46 99 03.",
|
||||
},
|
||||
question: "Comment réserver ?", answer: "Le plus simple est de nous appeler au 04 93 46 99 03."},
|
||||
{
|
||||
question: "Quel est le budget moyen ?",
|
||||
answer: "Comptez entre 15€ et 30€ par personne.",
|
||||
},
|
||||
question: "Quel est le budget moyen ?", answer: "Comptez entre 15€ et 30€ par personne."},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -225,13 +145,9 @@ export default function HomePage() {
|
||||
tag="Réservez maintenant"
|
||||
text="Envie de déguster une cuisine provençale authentique ? Appelez Claude pour réserver votre table."
|
||||
primaryButton={{
|
||||
text: "Appeler le 04 93 46 99 03",
|
||||
href: "tel:+33493469903",
|
||||
}}
|
||||
text: "Appeler le 04 93 46 99 03", href: "tel:+33493469903"}}
|
||||
secondaryButton={{
|
||||
text: "Itinéraire",
|
||||
href: "https://maps.google.com/?q=5+rue+des+Orangers+06110+Le+Cannet",
|
||||
}}
|
||||
text: "Itinéraire", href: "https://maps.google.com/?q=5+rue+des+Orangers+06110+Le+Cannet"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user