3 Commits

Author SHA1 Message Date
da2e8372ab Update src/app/page.tsx 2026-03-05 09:35:05 +00:00
65fec1630d Update src/app/layout.tsx 2026-03-05 09:35:05 +00:00
fd851d8ee4 Merge version_2 into main
Merge version_2 into main
2026-03-05 09:32:54 +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: "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,

View File

@@ -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"