3 Commits

Author SHA1 Message Date
cf864639d4 Update src/app/page.tsx 2026-03-08 10:43:48 +00:00
5bbc1c9dbd Update src/app/layout.tsx 2026-03-08 10:43:48 +00:00
85698fa187 Merge version_2 into main
Merge version_2 into main
2026-03-08 10:42:02 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
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({
children,

View File

@@ -79,7 +79,7 @@ export default function AISyncPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Start Free Trial", href: "#pricing" },
{ text: "Try Now Free", href: "#pricing" },
{ text: "View Documentation", href: "#faq" },
]}
buttonAnimation="slide-up"