From 071e53f1e35e08118a9e99fbe6c9731a6e0281e4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:03:39 +0000 Subject: [PATCH 1/3] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 9f7b018..419387f 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -68,8 +68,8 @@ export default function FaqPage() { tag="FAQ" tagIcon={HelpCircle} textboxLayout="default" - animationType="slide-up" - faqsAnimation="smooth" + animationType="instant" + faqsAnimation="entrance-slide" useInvertedBackground={false} faqs={[ { -- 2.49.1 From a360db7cad78eae730013aefc76d26d36df660a0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:03:39 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 376f7b5..4623409 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,7 +107,7 @@ export default function HomePage() { { text: "Demander un devis", href: "/contact" }, { text: "Découvrir nos réalisations", href: "/projects" }, ]} - buttonAnimation="slide-up" + buttonAnimation="blur-reveal" ariaLabel="Héros - Créez votre jardin de rêve" /> -- 2.49.1 From 515dd19a9bb4b67e09ff9028b8c97ca0fe723d30 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:03:40 +0000 Subject: [PATCH 3/3] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index e44f03b..73ba194 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -125,8 +125,8 @@ export default function ProjectsPage() { tag="FAQ" tagIcon={HelpCircle} textboxLayout="default" - animationType="slide-up" - faqsAnimation="smooth" + animationType="instant" + faqsAnimation="entrance-slide" useInvertedBackground={false} faqs={[ { -- 2.49.1