From 5bbc1c9dbd141c8beb3f74bd24c8b8ea2d43f1b1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:43:48 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1c739d1..42284a1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, From cf864639d440761a7661c2444a65607649dafb72 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:43:48 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index db01ac8..47495a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"