Merge version_2 into main #2
@@ -71,6 +71,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
description="Une sélection exquise de spécialités maison préparées avec amour."
|
||||
features={[
|
||||
{ id: "f1", title: "Thés d'Exception", description: "Sélection rigoureuse de thés rares venus du monde entier.", tag: "Boissons" },
|
||||
{ id: "f2", title: "Pâtisseries Artisanales", description: "Gâteaux aux pistaches, carrot cakes et créations saisonnières.", tag: "Desserts" },
|
||||
@@ -86,6 +87,7 @@ export default function LandingPage() {
|
||||
showRating={true}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Navid", handle: "@navid", testimonial: "Le meilleur chocolat chaud de Genève !", rating: 5 },
|
||||
{ id: "t2", name: "Sherina", handle: "@sherina", testimonial: "Un service irréprochable et des pâtisseries divines.", rating: 5 },
|
||||
@@ -99,7 +101,9 @@ export default function LandingPage() {
|
||||
tagIcon={Phone}
|
||||
title="Réservez votre table ou posez vos questions"
|
||||
description="Appelez-nous au +41 22 312 23 33 ou remplissez le formulaire ci-dessous pour une demande de réservation."
|
||||
buttons={[{ text: "Réserver maintenant", href: "https://thefork.ch" }]}
|
||||
buttons={[{ text: "Réserver maintenant", href: "https://thefork.ch" }]}
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user