Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 11eef485f6 | |||
| 490a3a7da7 | |||
| e388a5958f |
@@ -5,7 +5,8 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "AI Tools Suite", description: "Automate Routine Work, Reclaim Team Time"};
|
title: "AI Tools Suite", description: "Automate Routine Work, Reclaim Team Time"
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
title="Automate Routine Work, Reclaim Team Time"
|
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."
|
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"
|
tag="AI-Powered Platform"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
|
|||||||
Reference in New Issue
Block a user