From 5d9dec0dacd1dc79a4f4e464730cc36b09f3b83a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:17:55 +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 1f13170..15f99f3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,7 +14,7 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Cerebral AI - Advanced AI Platform for Intelligent Automation", description: "Transform your business with cutting-edge AI technology. Real-time analytics, predictive insights, and seamless automation to drive growth and efficiency.", keywords: "AI platform, artificial intelligence, machine learning, automation, predictive analytics, enterprise AI", metadataBase: new URL("https://cerebral-ai.example.com"), + title: "Cerebral AI - Advanced AI Platform for Intelligent Automation", description: "Transform your business with cutting-edge AI technology. Real-time analytics, predictive insights, and seamless automation to drive growth and efficiency.", keywords: "AI platform, artificial intelligence, machine learning, automation, predictive analytics, enterprise AI, learning platform", metadataBase: new URL("https://cerebral-ai.example.com"), alternates: { canonical: "https://cerebral-ai.example.com" }, -- 2.49.1 From 5dfb8a89a98ba8783b742cb473572fd243adde06 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:17:55 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 63 ++++++++++++++++++++++++++++-------------------- 1 file changed, 37 insertions(+), 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 70dfb37..1f1a33f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,10 @@ import { Lock, Zap as ZapIcon, BookOpen, - LayoutGrid + LayoutGrid, + Cpu, + Lightbulb, + Workflow } from "lucide-react"; export default function LandingPage() { @@ -56,7 +59,7 @@ export default function LandingPage() {