diff --git a/.gitignore b/.gitignore index 7a4a8630..58f8ab12 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,5 @@ testem.log # System files .DS_Store Thumbs.db + +.config/ diff --git a/src/app/ai/ai.component.ts b/src/app/ai/ai.component.ts new file mode 100644 index 00000000..2c29a2fe --- /dev/null +++ b/src/app/ai/ai.component.ts @@ -0,0 +1,245 @@ +import { Component } from '@angular/core'; +import { CommonModule } from '@angular/common'; +import { ActivatedRoute } from '@angular/router'; +import { DfPaywallComponent } from '../shared/components/df-paywall/df-paywall.component'; +import { NgIf } from '@angular/common'; + +@Component({ + selector: 'app-ai', + standalone: true, + imports: [CommonModule, DfPaywallComponent, NgIf], + template: ` +
+ Unlock the power of AI with your data! Our upcoming AI + capabilities will enable you to: +
++ Contact us below to join our exclusive AI beta program and be + among the first to experience these cutting-edge capabilities! +
++ Welcome to the AI section! This is where AI-powered features will be + implemented. +
+AI-powered data insights and analytics
+Intelligent automation and task management
+Advanced machine learning predictions
+