From 22ebd7ede6c387fdd49cd0d86c72ebe8c710beff Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 07:48:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd38089..306cf4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -209,7 +209,8 @@ export default function LandingPage() { imageAlt="Person using phone with paint splatters" mediaAnimation="slide-up" mediaPosition="right" - buttonText="Submit Inquiry" + buttonText="Submit Inquiry" + tagAnimation="slide-up" /> @@ -257,4 +258,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}