Skip to content

Commit cb0cd80

Browse files
committed
update Vuetify one
1 parent 424959a commit cb0cd80

File tree

1 file changed

+33
-21
lines changed

1 file changed

+33
-21
lines changed

packages/docs/src/components/home/VuetifyOne.vue

Lines changed: 33 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,52 @@
33
<HomeBgGradient opacity-class="opacity-10" />
44

55
<v-container>
6-
<div class="mb-16">
6+
<div class="mb-15 text-center">
77
<v-img
88
:src="`https://cdn.vuetifyjs.com/docs/images/logos/vone-logo-${theme.current.value.dark ? 'dark' : 'light'}.png`"
9-
class="mx-auto mb-5"
9+
class="mx-auto mb-6"
1010
width="200"
1111
/>
1212

13+
<h4 class="text-h4 font-weight-bold mb-5">
14+
All Ecosystem Tools in One Place
15+
</h4>
16+
1317
<v-responsive class="mx-auto my-5" max-width="700">
1418
<h6 class="text-h6 font-weight-regular text-medium-emphasis">
15-
All Vuetify ecosystem tools in one place.
19+
A unified platform providing powerful tools for development, collaboration, and design.
20+
Build faster, collaborate better, and create stunning Vuetify applications.
1621
</h6>
1722
</v-responsive>
1823
</div>
1924

20-
<v-row class="text-left mb-10">
25+
<v-row class="text-left mb-15">
2126
<v-col
2227
v-for="(item, i) in features"
2328
:key="i"
2429
cols="12"
25-
lg="4"
30+
lg="6"
2631
sm="6"
2732
>
28-
<v-img
29-
:src="item.image"
30-
class="mb-3"
31-
width="120"
32-
/>
33+
<v-card
34+
border="primary thin"
35+
class="pa-6 d-md-flex justify-space-between align-center h-100"
36+
elevation="0"
37+
rounded="xl"
38+
link
39+
>
40+
<HomeBgGradient color="primary" opacity-class="opacity-20" />
3341

34-
<p class="text-medium-emphasis mb-3">{{ item.subtitle }}</p>
42+
<v-img
43+
:src="item.image"
44+
class="mr-4"
45+
width="120"
46+
/>
3547

36-
<v-btn class="text-none px-0" color="primary" variant="text">
37-
Learn More
38-
</v-btn>
48+
<p class="text-medium-emphasis text-body-2 text-left mb-0 mt-3 my-md-0" style="line-height: 1.6;">
49+
{{ item.subtitle }}
50+
</p>
51+
</v-card>
3952
</v-col>
4053
</v-row>
4154

@@ -61,38 +74,37 @@
6174
title: 'Vuetify Play',
6275
image: `https://cdn.vuetifyjs.com/docs/images/logos/vplay-logo-${theme.current.value.dark ? 'dark' : 'light'}.png`,
6376
subtitle:
64-
`Playground for Vuetify components and see how they work. You can also create and share your own projects.
65-
Save your projects and share them with others.`,
77+
'Interactive playground to experiment with Vuetify components. Create, save, and share your projects with the community.',
6678
},
6779
{
6880
title: 'Vuetify Bin',
6981
image: `https://cdn.vuetifyjs.com/docs/images/logos/vbin-logo-${theme.current.value.dark ? 'dark' : 'light'}.png`,
7082
subtitle:
71-
'Share your code snippets with others. You can also save your snippets and share them with others. Complete code formatting and syntax highlighting.',
83+
'Save and share code snippets instantly. Features complete syntax highlighting and code formatting for a seamless experience.',
7284
},
7385
{
7486
title: 'Vuetify Link',
7587
image: `https://cdn.vuetifyjs.com/docs/images/one/logos/vlink-logo-${theme.current.value.dark ? 'dark' : 'light'}.png`,
7688
subtitle:
77-
'QuiArcu egestas dolor vel iaculis in ipsum mauris. Tincidunt mattis aliquet hac quis. Id hac maecenas ac donec pharetra eget.',
89+
'Generate shareable links to documentation, components, and resources. Simplify collaboration and streamline your workflow.',
7890
},
7991
{
8092
title: 'Vuetify Studio',
8193
image: `https://cdn.vuetifyjs.com/docs/images/logos/vstudio-logo-${theme.current.value.dark ? 'dark' : 'light'}.png`,
8294
subtitle:
83-
'Commodo nec sagittis tortor mauris sed. Turpis tortor quis scelerisque diam id accumsan nullam tempus. Pulvinar etiam lacus volutpat eu.',
95+
'Visual design tool for building Vuetify applications. Drag and drop components to create beautiful interfaces in minutes.',
8496
},
8597
{
8698
title: 'Vuetify Issues',
8799
image: `https://cdn.vuetifyjs.com/docs/images/logos/vissues-logo-${theme.current.value.dark ? 'dark' : 'light'}.png`,
88100
subtitle:
89-
'Pellentesque sit elit congue ante nec amet. Dolor aenean curabitur viverra suspendisse iaculis eget. Nec mollis placerat ultricies euismod ut condimentum.',
101+
'Integrated issue tracking for Vuetify projects. Report bugs, request features, and stay updated with development progress.',
90102
},
91103
{
92104
title: 'Vuetify MCP',
93105
image: `https://cdn.vuetifyjs.com/docs/images/logos/vloader-logo-${theme.current.value.dark ? 'dark' : 'light'}.png`,
94106
subtitle:
95-
'Pellentesque enim a commodo malesuada turpis eleifend risus. Facilisis donec placerat sapien consequat tempor fermentum nibh.',
107+
'Modular component provider for seamless integration. Access pre-built components and utilities to accelerate development.',
96108
},
97109
])
98110
</script>

0 commit comments

Comments
 (0)