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 +}