|
1 | 1 | import React from "react";
|
2 |
| -import { Box, Text, VStack, Stack, useColorModeValue } from "native-base"; |
| 2 | +import { Box, Text, VStack, Stack, useColorModeValue, Link } from "native-base"; |
3 | 3 | import {
|
4 | 4 | CodePlaygroundIcon,
|
5 | 5 | BookMarkIcon,
|
@@ -32,47 +32,46 @@ export function GettingStartedHero() {
|
32 | 32 | allowing you to develop apps for Android, iOS and the Web.
|
33 | 33 | <br />
|
34 | 34 | <br />
|
35 |
| - Please opt in to our enterprise plan (coming soon) for priority |
36 |
| - support with NativeBase. |
37 |
| - <br /> |
38 |
| - IMPORTANT MESSAGE — If you are starting a new project with |
39 |
| - NativeBase, we recommend using{" "} |
40 |
| - <a href="https://ui.gluestack.io/" target="_blank"> |
41 |
| - <Text fontWeight="semibold" textDecorationLine="underline"> |
42 |
| - gluestack-ui |
43 |
| - </Text> |
44 |
| - </a>{" "} |
45 |
| - instead. However, if you are already working on a NativeBase |
46 |
| - project, we recommend using{" "} |
47 |
| - <a |
48 |
| - href="https://gluestack.io/ui/docs/migration/native-base-to-gluestack-ui" |
49 |
| - target="_blank" |
50 |
| - > |
51 |
| - <Text fontWeight="semibold" textDecorationLine="underline"> |
52 |
| - @gluestack-ui/themed |
53 |
| - </Text> |
54 |
| - </a>{" "} |
55 |
| - instead.{" "} |
56 |
| - <a |
57 |
| - href="https://nativebase.io/blogs/road-ahead-with-gluestack-ui" |
58 |
| - target="_blank" |
| 35 | + <Box |
| 36 | + mb="8" |
| 37 | + px="8" |
| 38 | + rounded="8" |
| 39 | + py="6" |
| 40 | + borderWidth="1" |
| 41 | + borderLeftWidth="12" |
| 42 | + _light={{ |
| 43 | + bg: "info.50", |
| 44 | + borderColor: "info.600", |
| 45 | + borderLeftColor: "info.600", |
| 46 | + }} |
| 47 | + _dark={{ |
| 48 | + bg: "black:alpha.10", |
| 49 | + borderColor: "info.700:alpha.30", |
| 50 | + borderLeftColor: "info.700", |
| 51 | + }} |
59 | 52 | >
|
60 |
| - <Text fontWeight="semibold" textDecorationLine="underline"> |
61 |
| - Know More |
| 53 | + <Text |
| 54 | + fontSize="lg" |
| 55 | + mb={"0"} |
| 56 | + _light={{ color: "tipBackgroundColorLight" }} |
| 57 | + _dark={{ color: "coolGray.50" }} |
| 58 | + fontWeight="medium" |
| 59 | + > |
| 60 | + Info:{" "} |
| 61 | + <Text |
| 62 | + fontSize="md" |
| 63 | + fontWeight="light" |
| 64 | + _light={{ color: "tipBackgroundColorLight" }} |
| 65 | + _dark={{ color: "tipBackgroundColorDark" }} |
| 66 | + > |
| 67 | + If you are starting a new project, please try{" "} |
| 68 | + <Link href="https://gluestack.io/ui/docs/home/getting-started/installation/?utm_source=nativebase+website&utm_medium=Docs&utm_campaign=nbpage"> |
| 69 | + gluestack-ui |
| 70 | + </Link>{" "} |
| 71 | + for better performance and new design. |
| 72 | + </Text> |
62 | 73 | </Text>
|
63 |
| - </a> |
64 |
| - . |
65 |
| - </Text> |
66 |
| - <Text |
67 |
| - fontSize="sm" |
68 |
| - textAlign="left" |
69 |
| - color="muted.800" |
70 |
| - _dark={{ |
71 |
| - color: "muted.200", |
72 |
| - }} |
73 |
| - > |
74 |
| - Please opt in to our enterprise plan (coming soon) for priority |
75 |
| - support with NativeBase. |
| 74 | + </Box> |
76 | 75 | </Text>
|
77 | 76 | <Stack direction={{ lg: "row" }} space="4">
|
78 | 77 | <TileLink
|
|
0 commit comments