@@ -4,8 +4,6 @@ import { FeaturesSection } from '@/components/saas-js/features.section'
44import { FounderSection } from '@/components/saas-js/founder.section'
55import { GetStartedSection } from '@/components/saas-js/get-started.section'
66import { HeroSection } from '@/components/saas-js/hero.section'
7- import { ProblemSection } from '@/components/saas-js/problem.section'
8- import { StackSection } from '@/components/saas-js/stack.section'
97import { TestimonialsSection } from '@/components/saas-js/testimonials.section'
108import { WhySection } from '@/components/saas-js/why.section'
119import { Button , ButtonGroup , Stack , Text } from '@chakra-ui/react'
@@ -14,8 +12,9 @@ import type { Metadata } from 'next'
1412import Link from 'next/link'
1513
1614export const metadata : Metadata = {
17- title : 'Next.js and TanStack Start starterkits' ,
18- description : 'Building blocks for top tier SaaS products' ,
15+ title : 'AI-native SaaS starter kit for TanStack Start' ,
16+ description :
17+ 'TanStack Start starter kit built for AI-assisted development. Auth, billing, dashboards, and strict types that keep your AI agents on track.' ,
1918}
2019
2120export default function Page ( ) {
@@ -37,10 +36,7 @@ export default function Page() {
3736 />
3837 < DemoSection />
3938 < CustomersSection />
40- < ProblemSection />
41- < StackSection />
4239 < FeaturesSection />
43- < WhySection />
4440 < FounderSection />
4541 < TestimonialsSection />
4642 < GetStartedSection >
@@ -50,7 +46,9 @@ export default function Page() {
5046 < Link href = "/pricing" > Buy now</ Link >
5147 </ Button >
5248 < Button variant = "outline" asChild >
53- < Link href = "/docs" > Documentation</ Link >
49+ < Link href = "/docs/starter-kits/tanstack-start" >
50+ Read the docs
51+ </ Link >
5452 </ Button >
5553 </ ButtonGroup >
5654
0 commit comments