nextworks 0.2.0-alpha.21 → 0.2.0-alpha.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ export function Hero() {
9
9
  return (
10
10
  <SharedHeroSplit
11
11
  heading={{
12
- text: "Goodie Revolutionize Your Workflow with AI",
12
+ text: "Revolutionize Your Workflow with AI",
13
13
  className:
14
14
  "text-3xl md:text-4xl lg:text-5xl xl:text-6xl font-bold leading-tight text-black dark:text-white font-outfit mx-auto",
15
15
  }}
@@ -13,9 +13,9 @@
13
13
  "next-themes": "^0.4.6",
14
14
  "motion": "^12.24.10",
15
15
  "sonner": "^2.0.7",
16
- "@nextworks/blocks-core": "0.2.0-alpha.20",
17
- "@nextworks/blocks-sections": "0.2.0-alpha.20",
18
- "@nextworks/blocks-templates": "0.2.0-alpha.20"
16
+ "@nextworks/blocks-core": "0.2.0-alpha.22",
17
+ "@nextworks/blocks-sections": "0.2.0-alpha.22",
18
+ "@nextworks/blocks-templates": "0.2.0-alpha.22"
19
19
  },
20
20
  "devDependencies": {
21
21
  "tailwindcss": "^4.1.12"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextworks",
3
- "version": "0.2.0-alpha.21",
3
+ "version": "0.2.0-alpha.22",
4
4
  "description": "Nextworks CLI",
5
5
  "main": "dist/index.js",
6
6
  "bin": {