Skip to content

Commit

Permalink
chore(blog): update blog CTA banner texts and url
Browse files Browse the repository at this point in the history
  • Loading branch information
mulygottlieb committed Oct 28, 2024
1 parent 8d19f99 commit f0b5059
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/Common/CtaBanner/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ const CtaBanner = ({ bgVersion, title, subTitle, buttonText, buttonUrl }) => {

const defaultTitle = (
<>
Instantly generate <br /> production-ready backend
Automate and standardize <br /> backend development.
</>
);
const defaultSubTitle = 'Never waste time on repetitive coding again.';
const defaultButtonText = 'Try Now';
const defaultButtonUrl = 'https://app.amplication.com/';
const defaultSubTitle = ' ';
const defaultButtonText = 'Get a demo';
const defaultButtonUrl = 'https://meetings-eu1.hubspot.com/muly/product-review-with-amplication-vp-engineering';

return (
<div
Expand Down

0 comments on commit f0b5059

Please sign in to comment.