From 4e91159a879756f7ea21afcc561d92381b0dc33d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:09:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1ac5b1..330a356 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,7 @@ export default function LandingPage() { avatars={heroAvatars} avatarText="Trusted by Minnesota businesses" buttons={[{ text: "Contact Us", href: "contact" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" /> @@ -144,7 +144,7 @@ export default function LandingPage() { type: "text", content: "helping small businesses grow online. We believe that great web design combined with strategic thinking creates real business results."}, ]} buttons={[{ text: "Learn More", href: "#services" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" useInvertedBackground={false} /> @@ -158,7 +158,7 @@ export default function LandingPage() { useInvertedBackground={false} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASdeLWiC8Iwvw45PUl2uwUU2mq/professional-office-workspace-with-compu-1772590048827-05d391c2.png" imageAlt="Professional office workspace" - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" mediaPosition="right" buttonText="Send Message" /> -- 2.49.1