From c3bddf2d1221058fbafe117ef0731d9e7735d501 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 20:13:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 105fd3f..10d3279 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -251,6 +251,8 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} + buttonContainerClassName="flex flex-col sm:flex-row gap-3 justify-center" + buttonClassName="first:order-first second:order-last" /> -- 2.49.1