From 891259595e4780ed4716afdbab2a663b83aa54e9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 17:04:56 +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 9b0199a..fcd5a0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,6 +153,7 @@ export default function LandingPage() { id: "4", name: "David Williams", role: "Homeowner", testimonial: "Emergency roof repair after a storm. They showed up fast, assessed the damage, and fixed it the same day. Outstanding service!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg", imageAlt: "David Williams" } ]} + animationType="opacity" textboxLayout="default" useInvertedBackground={false} /> @@ -186,6 +187,7 @@ export default function LandingPage() { } ]} faqsAnimation="slide-up" + mediaAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} /> -- 2.49.1