nextworks 0.2.0-alpha.20 → 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: "
|
|
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.
|
|
17
|
-
"@nextworks/blocks-sections": "0.2.0-alpha.
|
|
18
|
-
"@nextworks/blocks-templates": "0.2.0-alpha.
|
|
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"
|