From 65fec1630d9c940f9f6d896749a8463042e55f57 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:35:05 +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 b10367a..65ce4ee 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: "ConnectHub - Premium Communication Platform", description: "Experience the next generation of communication with crystal-clear chat and calling. Built for teams, designed for connection."}; + title: "ConnectHub - Premium Communication Platform", description: "Experience the next generation of communication with crystal-clear chat and calling. Built for teams, designed for connection." +}; export default function RootLayout({ children, From da2e8372ab0f56f5147bd37fef2b1118cce88d69 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:35:05 +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 006ea32..0ff43f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { imagePosition="right" mediaAnimation="slide-up" buttons={[ - { text: "Start Chatting Now", href: "https://app.connecthub.io/signup" }, + { text: "Start Free Trial", href: "https://app.connecthub.io/signup" }, { text: "Watch Demo", href: "#howItWorks" } ]} buttonAnimation="slide-up"