better copy

This commit is contained in:
lone-cloud 2025-09-11 00:44:41 -07:00
parent 820fad9d2f
commit 7dfa6189d6

View file

@ -59,7 +59,7 @@ export const WelcomeScreen = ({ onGetStarted }: WelcomeScreenProps) => (
<Text component="span" fw={500}> <Text component="span" fw={500}>
Generate images Generate images
</Text>{' '} </Text>{' '}
- Create artwork and illustrations with AI image models - Easily create artwork and illustrations with LLMs
</Text> </Text>
</List.Item> </List.Item>
<List.Item> <List.Item>
@ -75,16 +75,14 @@ export const WelcomeScreen = ({ onGetStarted }: WelcomeScreenProps) => (
<Text component="span" fw={500}> <Text component="span" fw={500}>
Hardware acceleration Hardware acceleration
</Text>{' '} </Text>{' '}
- Supports CUDA, ROCm, Vulkan, CLBlast and CPU backends for - Supports CUDA, ROCm, Vulkan and CLBlast backends
faster inference
</Text> </Text>
</List.Item> </List.Item>
</List> </List>
<Text size="xs" c="dimmed" ta="center" mt="sm"> <Text size="xs" c="dimmed" ta="center" mt="sm">
Note: Hardware acceleration requires appropriate drivers to be Hardware acceleration requires appropriate drivers to be manually
manually installed by the user (CUDA for NVIDIA GPUs, ROCm for AMD installed (CUDA for NVIDIA GPUs, ROCm for AMD GPUs, etc.)
GPUs, etc.)
</Text> </Text>
</Stack> </Stack>