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