ComponentsCTA

A screen-size CTA section with a title, a supporting headline, background image, and CTA.

CTA Component

/app/page.js

1import CTA from "@/components/CTA";
2
3export default function Home() {
4  return (
5    <>
6      <main>
7        <CTA />
8      </main>
9    </>
10  );
11}
12

Tips

  • The headline should highlight the value your product/service provides. Why should a random user signup? What pain are you relieving?
  • Your CTA should start with a verb (i.e. Get, Discover, Learn, etc.)