From 2940fa72aec4e5e45e94bbf8a06d2761be94ff7b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:54:51 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6aa71a0..75fcecc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,9 +16,11 @@ const inter = Inter({ export const metadata: Metadata = { title: "Genexel - AI Automation for Your Business", description: "AI automation solutions for SMEs. Strategic consulting, workflow automation, and custom AI tools to streamline operations and save time.", keywords: "AI automation, business solutions, SME consulting, workflow automation, AI strategy", metadataBase: new URL("https://genexel.com"), openGraph: { - title: "Genexel - AI Automation Solutions", description: "Transform your business with practical AI automation. From strategy to implementation.", siteName: "Genexel", type: "website"}, + title: "Genexel - AI Automation Solutions", description: "Transform your business with practical AI automation. From strategy to implementation.", siteName: "Genexel", type: "website" + }, twitter: { - card: "summary_large_image", title: "Genexel - AI Automation for Business", description: "AI solutions that automate admin, streamline operations, and give you time back to focus on growth."}, + card: "summary_large_image", title: "Genexel - AI Automation for Business", description: "AI solutions that automate admin, streamline operations, and give you time back to focus on growth." + }, robots: { index: true, follow: true, -- 2.49.1 From 0cf7c83946a9aa127d2e0ffd0ec865ce50f86e6e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:54:52 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc004cf..84ef5c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { completedLabel: "Completed" }, { - title: "Implementation Steps", description: "You receive a tailored plan with clear outcomes, timelines, and investment requirements.", bentoComponent: "3d-task-list", title: "Implementation", items: [ + title: "Implementation Steps", description: "You receive a tailored plan with clear outcomes, timelines, and investment requirements.", bentoComponent: "3d-task-list", items: [ { icon: BookOpen, label: "Strategy Document", time: "Week 1" }, { icon: Lightbulb, label: "Solution Design", time: "Week 2" }, { icon: Zap, label: "Deployment Ready", time: "Week 3" } -- 2.49.1