From 4a311b6e68d50b9cbd03e84abf3e51b63d1dd31f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 01:26:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 254b186..c4eb880 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -183,6 +183,7 @@ export default function LandingPage() { textPosition="left" useInvertedBackground={false} animationType="smooth" + faqsAnimation="slide-up" faqs={[ { id: "1", title: "How much does a service typically cost?", content: "We provide transparent, itemized quotes before beginning any work. Our pricing reflects the quality of our service and the use of genuine parts. We work with insurance companies and can discuss financing options for larger repairs." @@ -217,6 +218,7 @@ export default function LandingPage() { imageSrc="https://img.b2bpic.net/free-photo/happy-woman-talking-her-car-mechanic-repair-shop_637285-8670.jpg" imageAlt="White Dog Auto Repair facility" mediaPosition="right" + mediaAnimation="fade-up" inputPlaceholder="Enter your email address" buttonText="Schedule Service" termsText="By requesting a service appointment, you agree to our Terms of Service. We respect your privacy and will never share your information." -- 2.49.1