Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 349867631e | |||
| 29494ce544 | |||
| 5ef3ab768a | |||
| 30e1132106 |
@@ -46,6 +46,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
tag="Le Goût de l'Artisanat"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
title="Le Feu. Le Goût. L'Expérience."
|
||||
description="Grillades au feu de bois à Toulouse — chaque bouchée devient un souvenir."
|
||||
buttons={[
|
||||
@@ -74,6 +77,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="proof" data-section="proof">
|
||||
<SocialProofOne
|
||||
tag="Reconnaissance"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
@@ -104,6 +110,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
tag="Menu Signature"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -129,6 +138,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardSeven
|
||||
tag="Philosophie"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -153,6 +165,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
tag="Clients"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
@@ -188,16 +203,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
animationType="reveal-blur"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
text="Prêt à découvrir votre prochain coup de cœur ? Réservez votre table ou commandez en ligne."
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver une Table", href: "#"},
|
||||
{
|
||||
text: "Commander à Emporter", href: "#"},
|
||||
]}
|
||||
text="Si vous voulez réserver appeler nous au 07 88 89 86 93"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user