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" />