diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2b428de..6777a97 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -67,6 +67,8 @@ export default function ContactPage() { useInvertedBackground={true} imageSrc="https://img.b2bpic.net/free-photo/handsome-man-sitting-near-swimming-pool-with-luggage-bag-posing_23-2148221972.jpg" imageAlt="Contact Precision Pools for pool services" + mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -83,6 +85,8 @@ export default function ContactPage() { useInvertedBackground={false} imageSrc="https://img.b2bpic.net/free-photo/teenager-getting-out-from-bowl_23-2147678172.jpg" imageAlt="Western New York service area coverage" + mediaAnimation="slide-up" + metricsAnimation="slide-up" /> diff --git a/src/app/liner-replacement/page.tsx b/src/app/liner-replacement/page.tsx index 9b1e85a..9b012dc 100644 --- a/src/app/liner-replacement/page.tsx +++ b/src/app/liner-replacement/page.tsx @@ -101,6 +101,8 @@ export default function LinerReplacementPage() { useInvertedBackground={true} imageSrc="https://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg" imageAlt="Pool liner replacement benefits" + mediaAnimation="slide-up" + metricsAnimation="slide-up" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index f0b653e..aa42e64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,6 +114,8 @@ export default function HomePage() { useInvertedBackground={true} imageSrc="https://img.b2bpic.net/free-photo/handsome-man-sitting-near-swimming-pool-with-luggage-bag-posing_23-2148221972.jpg" imageAlt="Precision Pools owner and team" + mediaAnimation="slide-up" + metricsAnimation="slide-up" /> diff --git a/src/app/pool-installation/page.tsx b/src/app/pool-installation/page.tsx index 6e2a9a7..821b1a0 100644 --- a/src/app/pool-installation/page.tsx +++ b/src/app/pool-installation/page.tsx @@ -101,6 +101,8 @@ export default function PoolInstallationPage() { useInvertedBackground={true} imageSrc="https://img.b2bpic.net/free-photo/handsome-man-sitting-near-swimming-pool-with-luggage-bag-posing_23-2148221972.jpg" imageAlt="Quality pool installation guarantee" + mediaAnimation="slide-up" + metricsAnimation="slide-up" /> diff --git a/src/app/pool-services/page.tsx b/src/app/pool-services/page.tsx index 89723ab..ed6b11f 100644 --- a/src/app/pool-services/page.tsx +++ b/src/app/pool-services/page.tsx @@ -101,6 +101,8 @@ export default function PoolServicesPage() { useInvertedBackground={true} imageSrc="https://img.b2bpic.net/free-photo/handsome-man-sitting-near-swimming-pool-with-luggage-bag-posing_23-2148221972.jpg" imageAlt="Reliable pool maintenance service" + mediaAnimation="slide-up" + metricsAnimation="slide-up" /> diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 5f247f7..7882c0d 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -79,6 +79,8 @@ export default function ReviewsPage() { useInvertedBackground={true} imageSrc="https://img.b2bpic.net/free-photo/handsome-man-sitting-near-swimming-pool-with-luggage-bag-posing_23-2148221972.jpg" imageAlt="Happy customers and pool reviews" + mediaAnimation="slide-up" + metricsAnimation="slide-up" />