From 0f2a86c76efa50e1d9fc03563ea217d0de8ad5c5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 01:17:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b5bb0f..2f8715d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,6 +137,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split-description" useInvertedBackground={false} + animationType="smooth" faqs={[ { id: "f1", title: "Do you offer trade-ins?", content: "Yes, we offer competitive trade-in valuations." }, { id: "f2", title: "Are all cars certified?", content: "Every single vehicle in our inventory passes our 200-point inspection." }, -- 2.49.1