We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c339bfb commit 876d35eCopy full SHA for 876d35e
components/wizard/Steps.js
@@ -16,9 +16,10 @@ export function Step1({ onClickNext, step }) {
16
<WizardContent step={step}>
17
<WizardTitle>Create new blog</WizardTitle>
18
<p className="mb-8 text-xl text-gray-800 dark:text-white">
19
- Something has always existed. According to physics, there can never be
20
- true physical nothingness—though there can be times when existence
21
- resembles nothing.
+ Use this simple wizard to create a new blog.
+ <br /> Based on <strong>Next.js</strong>, <strong>Tailwind 3.0</strong>{" "}
+ and <strong>MDX</strong>. <br />
22
+ Deploy it straight to <strong>Netlify</strong>.
23
</p>
24
<WizardButton
25
as="a"
0 commit comments