Please replace "https://yourwebsite.com/checkout-*" with the actual URLs where your customers will be taken to when they click on each button.
This is very basic and does not contain any custom styling. Depending on your website's existing styles, you may want to add some custom CSS to make this look more modern and aligned with your design. Here's an example of how you could style this in a modern way:
css
Copy code
.pricing-table {
display: flex;
justify-content: space-around;
}
.pricing-option {
border: 1px solid #eee;
padding: 20px;
border-radius: 5px;
text-align: center;
}
.pricing-option h2 {
color: #333;
}
.pricing-option p {
color: #666;
}
.sqs-block-button-element {
display: inline-block;
padding: 10px 20px;
color: #fff;
background-color: #333;
border-radius: 3px;
text-decoration: none;
}