Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -1,20 +1,12 @@
|
||||
import type { Metadata } from 'next';
|
||||
import { Geist, Geist_Mono } from 'next/font/google';
|
||||
import { Inter } from 'next/font/google';
|
||||
import './globals.css';
|
||||
|
||||
const geist = Geist({
|
||||
variable: '--font-geist-sans',
|
||||
subsets: ['latin'],
|
||||
});
|
||||
|
||||
const geistMono = Geist_Mono({
|
||||
variable: '--font-geist-mono',
|
||||
subsets: ['latin'],
|
||||
});
|
||||
const inter = Inter({ subsets: ['latin'] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Create Next App',
|
||||
description: 'Generated by create next app',
|
||||
title: 'AI Studio',
|
||||
description: 'Next-generation AI platform for intelligent insights at scale',
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -24,9 +16,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
tag="Next-Generation AI"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
title="Transform Data Into Competitive Advantage"
|
||||
title="Intelligent Insights at Scale"
|
||||
description="Harness the power of advanced AI to transform your business. Real-time analytics, predictive modeling, and actionable intelligence—all in one unified platform."
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "#" },
|
||||
@@ -319,7 +319,7 @@ export default function LandingPage() {
|
||||
tagIcon={Zap}
|
||||
tagAnimation="blur-reveal"
|
||||
title="Ready to Transform Your AI Journey?"
|
||||
description="Join thousands of companies using AI Studio to drive innovation and growth. Start your free trial today or schedule a demo with our team to see how we can help your organization."
|
||||
description="Join thousands of companies using AI Studio to drive innovation and growth. Start your 14-day free trial today (no credit card required) or schedule a demo with our team to see how we can help your organization."
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "#" },
|
||||
{ text: "Schedule Demo", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user