6 Commits

Author SHA1 Message Date
08cb903d95 Merge version_3 into main
Merge version_3 into main
2026-03-09 15:54:39 +00:00
26cd070d7d Update src/app/page.tsx 2026-03-09 15:54:35 +00:00
9d80fb7d92 Merge version_3 into main
Merge version_3 into main
2026-03-09 15:53:13 +00:00
d5c59a7d53 Update src/app/page.tsx 2026-03-09 15:53:09 +00:00
6909d51a67 Update src/app/layout.tsx 2026-03-09 15:53:09 +00:00
846f463141 Merge version_2 into main
Merge version_2 into main
2026-03-09 15:47:26 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Zentra AI - Enterprise Automation Solutions", description: "Automate your business with AI. Zentra AI empowers enterprises to eliminate repetitive tasks, reduce costs by up to 70%, and unlock exponential growth."};
title: "Zentra AI - Business Automation Platform", description: "Automate your business with intelligent AI solutions. Reduce costs by 70%, process faster, and scale without limits."};
export default function RootLayout({
children,

View File

@@ -97,7 +97,7 @@ export default function HomePage() {
imagePosition="right"
mediaAnimation="blur-reveal"
buttons={[
{ text: "Get Free Demo", href: "#contact" },
{ text: "Start Your Automation Journey", href: "#contact" },
{ text: "View Demo", href: "#" },
]}
buttonAnimation="slide-up"