@nextworks/blocks-templates 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.
|
@@ -7,7 +7,7 @@ import { HeroSplit as SharedHeroSplit } from "@nextworks/blocks-sections";
|
|
|
7
7
|
*/
|
|
8
8
|
export function Hero() {
|
|
9
9
|
return (<SharedHeroSplit heading={{
|
|
10
|
-
text: "
|
|
10
|
+
text: "Revolutionize Your Workflow with AI",
|
|
11
11
|
className: "text-3xl md:text-4xl lg:text-5xl xl:text-6xl font-bold leading-tight text-black dark:text-white font-outfit mx-auto",
|
|
12
12
|
}} subheading={{
|
|
13
13
|
text: "Transform your business operations with our cutting-edge AI solutions. Streamline processes, boost productivity, and unlock new possibilities for growth.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextworks/blocks-templates",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.22",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"build": "npx tsc -p tsconfig.json"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@nextworks/blocks-core": "0.2.0-alpha.
|
|
20
|
-
"@nextworks/blocks-sections": "0.2.0-alpha.
|
|
19
|
+
"@nextworks/blocks-core": "0.2.0-alpha.22",
|
|
20
|
+
"@nextworks/blocks-sections": "0.2.0-alpha.22",
|
|
21
21
|
"lucide-react": "^0.542.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|