Merge version_1 into main #1
@@ -64,7 +64,7 @@ export default function AboutPage() {
|
||||
value: "500+",
|
||||
title: "Enterprise Clients",
|
||||
description: "Companies trusting ConnectHub for their teams",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApsN9eKiL34idGZnXNbdla272o/an-illustration-showing-a-growing-commun-1773300871438-7f029914.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApsN9eKiL34idGZnXNbdla272o/an-illustration-showing-a-growing-commun-1773300871438-7f029914.png?_wi=2",
|
||||
imageAlt: "Growing client base",
|
||||
},
|
||||
{
|
||||
@@ -72,7 +72,7 @@ export default function AboutPage() {
|
||||
value: "10M+",
|
||||
title: "Connections Made",
|
||||
description: "Relationships established through platform linking",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApsN9eKiL34idGZnXNbdla272o/a-calendar-or-timeline-visualization-sho-1773300872137-37cf3f65.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApsN9eKiL34idGZnXNbdla272o/a-calendar-or-timeline-visualization-sho-1773300872137-37cf3f65.png?_wi=2",
|
||||
imageAlt: "Connection statistics",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,56 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "ConnectHub - Business Collaboration Platform",
|
||||
description: "Connect meetings, link ideas, and build knowledge together. The workspace combining Notion's organization with Obsidian's intelligence for modern business collaboration.",
|
||||
keywords: "business collaboration, meeting management, knowledge networking, team communication, workspace platform",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "ConnectHub - Transform Your Business Collaboration",
|
||||
description: "Connect meetings, link ideas, and build knowledge together with the intelligent collaboration platform.",
|
||||
type: "website",
|
||||
siteName: "ConnectHub",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApsN9eKiL34idGZnXNbdla272o/a-modern-collaborative-workspace-dashboa-1773300872708-d738a7f2.png",
|
||||
alt: "ConnectHub collaborative workspace",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "ConnectHub - Business Collaboration Platform",
|
||||
description: "Connect meetings, link ideas, and build knowledge together.",
|
||||
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApsN9eKiL34idGZnXNbdla272o/a-modern-collaborative-workspace-dashboa-1773300872708-d738a7f2.png"],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +59,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${openSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +73,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -104,7 +104,7 @@ export default function HomePage() {
|
||||
value: "50K+",
|
||||
title: "Active Users",
|
||||
description: "Teams collaborating daily on ConnectHub",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApsN9eKiL34idGZnXNbdla272o/an-illustration-showing-a-growing-commun-1773300871438-7f029914.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApsN9eKiL34idGZnXNbdla272o/an-illustration-showing-a-growing-commun-1773300871438-7f029914.png?_wi=1",
|
||||
imageAlt: "Growing user community",
|
||||
},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ export default function HomePage() {
|
||||
value: "2.5M+",
|
||||
title: "Meetings Recorded",
|
||||
description: "Business discussions captured and linked",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApsN9eKiL34idGZnXNbdla272o/a-calendar-or-timeline-visualization-sho-1773300872137-37cf3f65.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApsN9eKiL34idGZnXNbdla272o/a-calendar-or-timeline-visualization-sho-1773300872137-37cf3f65.png?_wi=1",
|
||||
imageAlt: "Meeting statistics visualization",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user