From ff9754b650c816727e1b5a7a618e9c2f28bd4e3d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 20:23:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c347cca..d3c0fe0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { buttons={[ { text: "Schedule Service Today", href: "#contact" } ]} - buttonAnimation="shift-hover" + buttonAnimation="slide-up" ariaLabel="Hero section for All Service Plumbing" marqueeItems={[ { type: "text-icon", text: "24/7 Emergency Service", icon: ShieldCheck }, @@ -84,7 +84,7 @@ export default function LandingPage() { useInvertedBackground={true} imageSrc="http://img.b2bpic.net/free-photo/delivery-man-with-clipboard-front-cargo-van-delivering-bottles-water_627829-4187.jpg" imageAlt="plumbing service van central florida" - mediaAnimation="background-highlight" + mediaAnimation="slide-up" tag="About Us" /> @@ -141,7 +141,7 @@ export default function LandingPage() { ]} imageSrc="http://img.b2bpic.net/free-photo/flat-lay-still-life-assortment-pvc_23-2149062937.jpg" imageAlt="plumbing system diagram illustration" - mediaAnimation="background-highlight" + mediaAnimation="slide-up" mediaPosition="right" title="Your Plumbing Questions, Answered" description="Find quick answers to common plumbing inquiries and learn more about our commitment to reliable service." @@ -175,7 +175,7 @@ export default function LandingPage() { useInvertedBackground={true} imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg" imageAlt="plumber on phone call booking" - mediaAnimation="background-highlight" + mediaAnimation="slide-up" inputPlaceholder="Enter your email" buttonText="Send Message" termsText="By submitting this form, you agree to our Terms and Conditions and Privacy Policy." -- 2.49.1