From 7ce1a2940a6c6290558d91ad7f935547dcb29a5a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 11:38:53 +0000 Subject: [PATCH] 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 5b3d2bc..9799a71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -208,7 +208,7 @@ export default function HvacPage() { sideTitle="Frequently Asked Questions" buttons={[{ text: "Contact Us", href: "#contact" }]} buttonAnimation="slide-up" - faqsAnimation="depth-3d" + faqsAnimation="slide-up" textPosition="left" useInvertedBackground={false} faqs={[ -- 2.49.1