Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf864639d4 | |||
| 5bbc1c9dbd | |||
| 85698fa187 |
@@ -5,7 +5,8 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "AISync - Real-Time AI Intelligence Platform", description: "Harness the power of advanced machine learning and real-time data processing. Transform your business with intelligent automation, predictive analytics, and seamless API integration."};
|
title: "AISync - Real-Time AI Intelligence Platform", description: "Harness the power of advanced machine learning and real-time data processing. Transform your business with intelligent automation, predictive analytics, and seamless API integration."
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ export default function AISyncPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Free Trial", href: "#pricing" },
|
{ text: "Try Now Free", href: "#pricing" },
|
||||||
{ text: "View Documentation", href: "#faq" },
|
{ text: "View Documentation", href: "#faq" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user