Update src/app/layout.tsx

This commit is contained in:
2026-03-08 10:43:48 +00:00
parent 85698fa187
commit 5bbc1c9dbd

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,