Skip to content

Commit 31b3728

Browse files
ci: apply automated fixes
1 parent 5ec0bab commit 31b3728

1 file changed

Lines changed: 22 additions & 6 deletions

File tree

src/routes/partners.lovable.tsx

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,21 @@ const features: Array<{ Icon: FeatureIcon; title: string; desc: string }> = [
9393
]
9494

9595
const steps: Array<{ num: string; title: string; code: string }> = [
96-
{ num: '01', title: 'Describe your app', code: '"Build a TanStack Start dashboard with auth"' },
97-
{ num: '02', title: 'Lovable generates it', code: 'TanStack Start + Router + Query' },
98-
{ num: '03', title: 'Refine visually or in code', code: 'edit in Lovable or push to GitHub' },
96+
{
97+
num: '01',
98+
title: 'Describe your app',
99+
code: '"Build a TanStack Start dashboard with auth"',
100+
},
101+
{
102+
num: '02',
103+
title: 'Lovable generates it',
104+
code: 'TanStack Start + Router + Query',
105+
},
106+
{
107+
num: '03',
108+
title: 'Refine visually or in code',
109+
code: 'edit in Lovable or push to GitHub',
110+
},
99111
{ num: '04', title: 'Deploy to Lovable Cloud', code: 'one-click publish' },
100112
]
101113

@@ -214,15 +226,16 @@ const faqs: Array<{ q: string; a: string }> = [
214226
},
215227
{
216228
q: 'Can I add a database and authentication?',
217-
a: "Yes. Lovable Cloud provides a managed backend with auth, database, and storage that Lovable wires into your TanStack app automatically as you build — just ask for it in the prompt.",
229+
a: 'Yes. Lovable Cloud provides a managed backend with auth, database, and storage that Lovable wires into your TanStack app automatically as you build — just ask for it in the prompt.',
218230
},
219231
{
220232
q: 'What kinds of apps can I build with Lovable?',
221233
a: 'Everything from internal tools and dashboards to full SaaS products and marketing sites. Because generated apps are built on TanStack Start, they scale from a prototype to production without a rewrite.',
222234
},
223235
]
224236

225-
const PAGE_TITLE = 'Build & Deploy TanStack Apps with Lovable — Official Gold Partner'
237+
const PAGE_TITLE =
238+
'Build & Deploy TanStack Apps with Lovable — Official Gold Partner'
226239
const PAGE_DESCRIPTION =
227240
'Lovable is the AI app builder that generates production TanStack Start apps from a prompt — file-based routing, SSR, and type safety included — then deploys them to Lovable Cloud with one click. Trusted by 8M+ builders.'
228241

@@ -321,7 +334,10 @@ function LovablePartnerPage() {
321334
<div className="flex min-h-screen flex-col bg-white text-gray-900 dark:bg-gray-950 dark:text-gray-100">
322335
<div className="mx-auto w-full max-w-4xl flex-1 px-4 pb-16 pt-6 md:px-8">
323336
<nav className="flex items-center gap-2 text-sm text-gray-500 dark:text-gray-400">
324-
<Link to="/partners" className="transition-colors hover:text-blue-500">
337+
<Link
338+
to="/partners"
339+
className="transition-colors hover:text-blue-500"
340+
>
325341
Partners
326342
</Link>
327343
<span>/</span>

0 commit comments

Comments
 (0)