6 Commits

Author SHA1 Message Date
c824f1dcd5 Update src/app/page.tsx 2026-03-04 22:53:02 +00:00
84c8860de3 Update src/app/layout.tsx 2026-03-04 22:53:02 +00:00
fe9473ac7d Merge version_2 into main
Merge version_2 into main
2026-03-04 22:50:59 +00:00
33cbb6ba2d Update src/app/page.tsx 2026-03-04 22:50:55 +00:00
357160e979 Update src/app/layout.tsx 2026-03-04 22:50:55 +00:00
2ea0f6ab52 Merge version_1 into main
Merge version_1 into main
2026-03-04 22:46:59 +00:00
2 changed files with 10 additions and 41 deletions

View File

@@ -1,51 +1,20 @@
import type { Metadata } from "next";
import { Mulish } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const mulish = Mulish({
variable: "--font-mulish", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Nexo - Seamless Integration Platform for Teams", description: "Connect your workflows, simplify collaboration, and accelerate growth with Nexo. The next-generation platform trusted by leading companies worldwide.", keywords: "integration platform, workflow automation, collaboration software, team productivity, enterprise integration", metadataBase: new URL("https://nexoplatform.com"),
alternates: {
canonical: "https://nexoplatform.com"},
openGraph: {
title: "Nexo - Seamless Integration Platform", description: "Connect your workflows, simplify collaboration, and accelerate growth with Nexo.", url: "https://nexoplatform.com", siteName: "Nexo", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", alt: "Nexo Dashboard"},
],
},
twitter: {
card: "summary_large_image", title: "Nexo - Seamless Integration Platform", description: "Connect your workflows, simplify collaboration, and accelerate growth with Nexo.", images: ["http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Nexo - Seamless Integration for Modern Teams", description: "Nexo connects your workflows, simplifies collaboration, and accelerates growth. Build powerful connections between your tools and people."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${mulish.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1413,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -59,7 +59,7 @@ export default function LandingPage() {
ratingText="Trusted by leading companies"
buttons={[
{ text: "Start Free Trial", href: "#contact" },
{ text: "View Demo", href: "#features" }
{ text: "See It In Action", href: "#features" }
]}
mediaAnimation="slide-up"
buttonAnimation="slide-up"
@@ -69,7 +69,8 @@ export default function LandingPage() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "About Nexo" }
{ type: "text", content: "About Nexo: " },
{ type: "text", content: "Connecting Teams, Accelerating Growth" }
]}
useInvertedBackground={false}
buttons={[