From 6909d51a67bb94e9af635549908fe81a819ca187 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:53:09 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 44d1fb7..caa70a2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, -- 2.49.1 From d5c59a7d53963dc2ead06b1774c941b5557666c2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:53:09 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df178d5..9594dc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" @@ -185,7 +185,7 @@ export default function HomePage() { price: "$7,999", subtitle: "Ideal for growing businesses", buttons: [{ text: "Get Started", href: "#contact" }], features: [ "Unlimited automation workflows", "Advanced AI document processing", "Priority support 24/7", "Advanced analytics & reporting", "Custom integrations"], - }, + planButtonContainerClassName: "scale-105 border-2 border-blue-500 shadow-lg shadow-blue-500/50"}, { id: "enterprise", badge: "For Enterprises", badgeIcon: Shield, price: "Custom", subtitle: "Tailored enterprise solutions", buttons: [{ text: "Contact Sales", href: "#contact" }], -- 2.49.1