From b14fc72eaac6b7e034f3caa5ce45e25a7c25826d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 23:12:49 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0ddc453..04fd282 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -126,6 +126,7 @@ export default function AboutPage() { imageSrc="http://img.b2bpic.net/free-photo/worker-office-receiving-feedback-from-management-executive_482257-126629.jpg" imageAlt="Shook Towing customer service team" mediaAnimation="blur-reveal" + metricsAnimation="slide-up" /> -- 2.49.1 From 2239ee14ac228fe853c7d7010c24ffed7ae2e5d2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 23:12:49 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 949865d..b0e7e9a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -136,6 +136,7 @@ export default function ContactPage() { }} useInvertedBackground={false} buttonText="Submit Request" + mediaAnimation="blur-reveal" /> -- 2.49.1 From 794f8a5954075c7de83e3e2e1973225395690a9d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 23:12:50 +0000 Subject: [PATCH 3/3] 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 7bdf480..3657d7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -240,6 +240,7 @@ export default function HomePage() { imageSrc="http://img.b2bpic.net/free-photo/plumber-doing-victory-gesture_1368-6312.jpg?_wi=1" imageAlt="professional towing owner with tow truck portrait" mediaAnimation="blur-reveal" + metricsAnimation="slide-up" /> -- 2.49.1