4 Commits

Author SHA1 Message Date
349867631e Update src/app/page.tsx 2026-05-05 17:00:59 +00:00
29494ce544 Merge version_3 into main
Merge version_3 into main
2026-05-05 16:56:30 +00:00
5ef3ab768a Update src/app/page.tsx 2026-05-05 16:56:24 +00:00
30e1132106 Merge version_2 into main
Merge version_2 into main
2026-05-05 16:45:43 +00:00

View File

@@ -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>