From d5f4a57f84efb2ad049ea53299f21b581d7999f4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 14:34:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a263b38..e6cfb28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,7 +129,7 @@ export default function LandingPage() { buttons={[ { text: "Learn More", href: "#wholesale" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" ariaLabel="About our brand" /> -- 2.49.1