|
3 | 3 | <HomeBgGradient opacity-class="opacity-10" /> |
4 | 4 |
|
5 | 5 | <v-container> |
6 | | - <div class="mb-16"> |
| 6 | + <div class="mb-15 text-center"> |
7 | 7 | <v-img |
8 | 8 | :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" |
10 | 10 | width="200" |
11 | 11 | /> |
12 | 12 |
|
| 13 | + <h4 class="text-h4 font-weight-bold mb-5"> |
| 14 | + All Ecosystem Tools in One Place |
| 15 | + </h4> |
| 16 | + |
13 | 17 | <v-responsive class="mx-auto my-5" max-width="700"> |
14 | 18 | <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. |
16 | 21 | </h6> |
17 | 22 | </v-responsive> |
18 | 23 | </div> |
19 | 24 |
|
20 | | - <v-row class="text-left mb-10"> |
| 25 | + <v-row class="text-left mb-15"> |
21 | 26 | <v-col |
22 | 27 | v-for="(item, i) in features" |
23 | 28 | :key="i" |
24 | 29 | cols="12" |
25 | | - lg="4" |
| 30 | + lg="6" |
26 | 31 | sm="6" |
27 | 32 | > |
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" /> |
33 | 41 |
|
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 | + /> |
35 | 47 |
|
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> |
39 | 52 | </v-col> |
40 | 53 | </v-row> |
41 | 54 |
|
|
61 | 74 | title: 'Vuetify Play', |
62 | 75 | image: `https://cdn.vuetifyjs.com/docs/images/logos/vplay-logo-${theme.current.value.dark ? 'dark' : 'light'}.png`, |
63 | 76 | 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.', |
66 | 78 | }, |
67 | 79 | { |
68 | 80 | title: 'Vuetify Bin', |
69 | 81 | image: `https://cdn.vuetifyjs.com/docs/images/logos/vbin-logo-${theme.current.value.dark ? 'dark' : 'light'}.png`, |
70 | 82 | 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.', |
72 | 84 | }, |
73 | 85 | { |
74 | 86 | title: 'Vuetify Link', |
75 | 87 | image: `https://cdn.vuetifyjs.com/docs/images/one/logos/vlink-logo-${theme.current.value.dark ? 'dark' : 'light'}.png`, |
76 | 88 | 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.', |
78 | 90 | }, |
79 | 91 | { |
80 | 92 | title: 'Vuetify Studio', |
81 | 93 | image: `https://cdn.vuetifyjs.com/docs/images/logos/vstudio-logo-${theme.current.value.dark ? 'dark' : 'light'}.png`, |
82 | 94 | 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.', |
84 | 96 | }, |
85 | 97 | { |
86 | 98 | title: 'Vuetify Issues', |
87 | 99 | image: `https://cdn.vuetifyjs.com/docs/images/logos/vissues-logo-${theme.current.value.dark ? 'dark' : 'light'}.png`, |
88 | 100 | 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.', |
90 | 102 | }, |
91 | 103 | { |
92 | 104 | title: 'Vuetify MCP', |
93 | 105 | image: `https://cdn.vuetifyjs.com/docs/images/logos/vloader-logo-${theme.current.value.dark ? 'dark' : 'light'}.png`, |
94 | 106 | 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.', |
96 | 108 | }, |
97 | 109 | ]) |
98 | 110 | </script> |
0 commit comments