This commit is contained in:
Stefan Pejcic 2024-02-11 18:20:32 +01:00
parent 8d0c9ede6f
commit 77998be275
2 changed files with 3 additions and 3 deletions

View File

@ -186,8 +186,8 @@ export const LandingAlreadyInvented: FC<Props> = ({ className }) => {
>
All the necessary features for running a web hosting server are integrated, eliminating the need to purchase additional software for tasks like backups, WordPress management or user isolation.
</p>
<LandingSectionCtaButton to="/docs">
Compare OpenPanel
<LandingSectionCtaButton to="/features">
Features
</LandingSectionCtaButton>
</div>
</div>

View File

@ -91,7 +91,7 @@ export const LandingPureReactCode: FC<Props> = ({
</p>
{cta && (
<LandingSectionCtaButton to="/docs">
Compare OpenPanel
Documentation
</LandingSectionCtaButton>
)}
</div>