9 Commits

Author SHA1 Message Date
3ca990e09a Merge version_3 into main
Merge version_3 into main
2026-03-05 14:50:18 +00:00
11eef485f6 Update src/app/page.tsx 2026-03-05 14:50:14 +00:00
490a3a7da7 Update src/app/layout.tsx 2026-03-05 14:50:13 +00:00
e388a5958f Merge version_2 into main
Merge version_2 into main
2026-03-05 14:45:35 +00:00
89fb3cca7c Update src/app/page.tsx 2026-03-05 14:45:30 +00:00
56c996df8f Update src/app/layout.tsx 2026-03-05 14:45:29 +00:00
82e92efa55 Merge version_1 into main
Merge version_1 into main
2026-03-05 14:43:16 +00:00
a0ace8889e Merge version_1 into main
Merge version_1 into main
2026-03-05 14:42:20 +00:00
544095e7d8 Merge version_1 into main
Merge version_1 into main
2026-03-05 14:41:03 +00:00
2 changed files with 7 additions and 42 deletions

View File

@@ -1,55 +1,21 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Public_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const publicSans = Public_Sans({
variable: "--font-public-sans", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "AI Tools Suite - Automation with Balanced Workloads", description: "Discover AI-powered tools designed for limited work and balanced team workloads. Automate tasks, streamline workflows, and boost productivity.", keywords: "AI tools, automation, workload balancing, productivity, team efficiency", robots: {
index: true,
follow: true,
},
openGraph: {
title: "AI Tools Suite - Transform Your Team's Productivity", description: "AI-powered automation with intelligent workload balancing for modern teams.", siteName: "AI Tools Suite", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWwCDj5m0VizwdvWMhA3I2T0DE/a-modern-clean-ai-tools-dashboard-interf-1772721614107-16ee8f2a.png", alt: "A modern, clean AI tools dashboard interface showing multiple productivity applications and AI-power"},
],
},
twitter: {
card: "summary_large_image", title: "AI Tools Suite - Automation & Balance", description: "Powerful AI tools designed to reduce workload and balance team productivity.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWwCDj5m0VizwdvWMhA3I2T0DE/a-modern-clean-ai-tools-dashboard-interf-1772721614107-16ee8f2a.png"],
},
title: "AI Tools Suite", description: "Automate Routine Work, Reclaim Team Time"
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1417,7 +1383,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
title="AI Tools for Everyone, Limited Work Required"
title="Automate Routine Work, Reclaim 10+ Hours Weekly Per Team Member"
description="Discover a comprehensive suite of AI-powered tools designed for teams with balanced workloads. Automate tasks, reduce manual effort, and focus on what matters most."
tag="AI-Powered Platform"
tagIcon={Sparkles}