From 64c179025407fd93e43b67cc252a2ad8f89d076c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 05:19:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d2ca9f..3cdc554 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { icon: Droplet, label: "Painless Treatments", value: "Guaranteed"}, ]} - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" /> @@ -217,7 +217,7 @@ export default function LandingPage() { ]} sideTitle="Your Questions, Answered" sideDescription="Find quick answers to common questions about our clinic, treatments, and patient experience." - faqsAnimation="slide-up" + faqsAnimation="entrance-slide" /> -- 2.49.1