From 5c17c5341a282bce5b34d3122ee239dbe9002ffd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 12:18:21 +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 7b413c4..6d5d043 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { { name: "Emily R.", handle: "Apartment Manager", testimonial: "Always our first call for any plumbing emergency. Their team is responsive and the quality of work is consistently excellent.", rating: 5, imageSrc: assetUrls["testimonial-3"], imageAlt: assetAlts["testimonial-3"] }, { name: "David K.", handle: "Resident", testimonial: "Friendly service and they explained everything clearly. My new water heater works flawlessly. Fantastic experience!", rating: 5, imageSrc: assetUrls["testimonial-4"], imageAlt: assetAlts["testimonial-4"] } ]} - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" imageSrc={assetUrls["hero-plumber-working"]} imageAlt={assetAlts["hero-plumber-working"]} imagePosition="right"