Skip to content

Commit aee4342

Browse files
committed
chore: cleanup
1 parent 83a8445 commit aee4342

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineConfig } from 'vitepress';
33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
55
lang: 'en-US',
6-
title: 'nStudio Plugins',
6+
title: 'Plugins',
77
description: 'NativeScript plugins from nStudio. Native performance, beautiful APIs, and production-grade tested.',
88

99
srcDir: './content',

.vitepress/theme/PluginsHome.vue

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const plugins = [
55
{
66
name: '@nstudio/ncharts',
77
title: 'nCharts',
8-
description: 'Beautiful, high-performance native charts for NativeScript. Line, Bar, Pie, Scatter, Candlestick, Radar and more.',
8+
description: 'Beautiful, high-performance native charts. Line, Bar, Pie, Scatter, Candlestick, Radar and more.',
99
icon: '📊',
1010
gradient: 'from-blue-500 to-cyan-500',
1111
href: '/ncharts/',
@@ -301,18 +301,18 @@ const otherPlugins = plugins.filter(p => !p.featured);
301301
<span class="font-semibold text-white">NativeScript</span>
302302
</div> -->
303303

304-
<!-- <h1 class="text-4xl font-bold tracking-tight text-white sm:text-6xl lg:text-7xl">
304+
<h1 class="text-4xl font-bold tracking-tight text-white sm:text-6xl lg:text-7xl">
305305
<span class="block bg-gradient-to-r from-nstudio-orange via-orange-400 to-amber-400 bg-clip-text text-transparent leading-[1.2]">
306306
NativeScript Plugins
307307
</span>
308-
</h1> -->
308+
</h1>
309309

310310
<p class="mx-auto mt-6 max-w-2xl text-lg leading-8 text-slate-300 md:text-xl">
311-
Powerful APIs. Production-ready quality.
311+
Powerful APIs.
312312
<br class="hidden sm:block" />
313313
With support for Angular, React, Solid, Svelte, & Vue.
314-
<br class="hidden sm:block" />
315-
Built by <a href="https://nativescript.org" class="text-nstudio-orange hover:underline">NativeScript</a> partners.
314+
<!-- <br class="hidden sm:block" />
315+
Built by <a href="https://nativescript.org" class="text-nstudio-orange hover:underline">NativeScript</a> partners. -->
316316
</p>
317317

318318
<div class="mt-10 flex flex-wrap items-center justify-center gap-4">
@@ -450,7 +450,7 @@ const otherPlugins = plugins.filter(p => !p.featured);
450450
More Plugins
451451
</h2>
452452
<p class="mt-4 text-lg text-slate-600 dark:text-slate-300">
453-
Explore our collection of high-quality NativeScript plugins
453+
Explore our collection
454454
</p>
455455
</div>
456456

@@ -488,12 +488,12 @@ const otherPlugins = plugins.filter(p => !p.featured);
488488
<section class="bg-gradient-to-br from-nstudio-navy to-slate-900 px-6 py-20 md:py-32">
489489
<div class="mx-auto max-w-4xl text-center">
490490
<h2 class="text-3xl font-bold text-white md:text-4xl">
491-
Need a Custom Plugin?
491+
Need Help?
492492
</h2>
493493
<p class="mt-4 text-lg text-slate-300">
494-
Our team has deep expertise across a wide variety of languages and platforms.
494+
Whether a custom plugin for specific needs or improving your agentic workflows, we can help.
495495
<br class="hidden sm:block" />
496-
We can build custom plugins tailored to your specific needs.
496+
Our team has deep expertise across a wide variety of languages and platforms.
497497
</p>
498498
<div class="mt-8 flex flex-wrap justify-center gap-4">
499499
<!-- <a
@@ -518,7 +518,7 @@ const otherPlugins = plugins.filter(p => !p.featured);
518518
<div class="flex flex-col items-center justify-between gap-4 md:flex-row">
519519
<div class="flex items-center gap-3">
520520
<img class="rounded-full w-[30px] h-[30px]" src="/logo.svg" alt="">
521-
<span class="font-semibold text-slate-900 dark:text-white">nStudio Plugins</span>
521+
<span class="font-semibold text-slate-900 dark:text-white">nStudio</span>
522522
</div>
523523
<!-- <p class="text-sm text-slate-500 dark:text-slate-400">
524524
Released under the MIT License.

0 commit comments

Comments
 (0)