diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dc3602b..b19e3a7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,19 +20,19 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "AIFlow - Enterprise AI Platform for Intelligent Automation", description: "Deploy, manage, and scale AI at enterprise scale. Real-time analytics, seamless integration, and world-class security. Start your free trial today.", keywords: "AI platform, machine learning, enterprise AI, data analytics, automation, predictive analytics, AI deployment", metadataBase: new URL("https://aiflow.dev"), + title: "AgentVault - AI Native Hedge Fund Platform | Agents Earn While You Sleep", description: "AgentVault is the revolutionary AI-native hedge fund platform where autonomous agents earn money for you 24/7. Deploy intelligent agents, watch them trade, and grow your wealth passively.", keywords: "AI hedge fund, autonomous agents, passive income, AI trading, algorithmic trading, wealth management, AI agents, crypto trading, DeFi", metadataBase: new URL("https://agentvault.io"), alternates: { - canonical: "https://aiflow.dev" + canonical: "https://agentvault.io" }, openGraph: { - title: "AIFlow - Enterprise AI Platform", description: "Transform your business with enterprise-grade AI solutions. Deploy models, track performance, and automate decisions at scale.", url: "https://aiflow.dev", siteName: "AIFlow", type: "website", images: [ + title: "AgentVault - AI Native Hedge Fund | Agents Earn While You Sleep", description: "Deploy autonomous AI agents that generate returns 24/7. The future of passive income is here.", url: "https://agentvault.io", siteName: "AgentVault", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/a-modern-sleek-ai-platform-dashboard-wit-1772625620113-0e6c32fa.png", alt: "AIFlow Platform Dashboard" + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/a-modern-sleek-ai-platform-dashboard-wit-1772625620113-0e6c32fa.png", alt: "AgentVault Platform Dashboard" }, ], }, twitter: { - card: "summary_large_image", title: "AIFlow - Enterprise AI Platform", description: "Deploy and scale AI with confidence. Enterprise-grade platform for intelligent automation.", images: [ + card: "summary_large_image", title: "AgentVault - AI Native Hedge Fund", description: "Autonomous AI agents that trade and earn for you while you sleep. Join the future of passive income.", images: [ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/a-modern-sleek-ai-platform-dashboard-wit-1772625620113-0e6c32fa.png" ], }, diff --git a/src/app/page.tsx b/src/app/page.tsx index eec4ee4..6533aa4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,6 +29,8 @@ import { Award, Rocket, HelpCircle, + Coins, + Repeat2, } from "lucide-react"; export default function LandingPage() { @@ -50,34 +52,34 @@ export default function LandingPage() { navItems={[ { name: "Features", id: "features" }, { name: "Pricing", id: "pricing" }, - { name: "About", id: "about" }, + { name: "How It Works", id: "about" }, { name: "Contact", id: "contact" }, - { name: "Docs", id: "https://docs.example.com" }, + { name: "Docs", id: "https://docs.agentvault.io" }, ]} - brandName="AIFlow" - bottomLeftText="Global AI Community" - bottomRightText="hello@aiflow.dev" + brandName="AgentVault" + bottomLeftText="AI-Powered Hedge Fund" + bottomRightText="hello@agentvault.io" />
@@ -205,17 +207,17 @@ export default function LandingPage() {
@@ -343,14 +345,14 @@ export default function LandingPage() {
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 993285e..acf4798 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -5,20 +5,20 @@ /* --background: #0a0a0a;; --card: #1a1a1a;; --foreground: #ffffffe6;; - --primary-cta: #e6e6e6;; + --primary-cta: #00d084;; --secondary-cta: #1a1a1a;; - --accent: #737373;; - --background-accent: #737373;; */ + --accent: #00d084;; + --background-accent: #004d2e;; */ --background: #0a0a0a;; --card: #1a1a1a;; --foreground: #ffffffe6;; - --primary-cta: #e6e6e6;; + --primary-cta: #00d084;; --primary-cta-text: #0a0a0a;; --secondary-cta: #1a1a1a;; --secondary-cta-text: #ffffffe6;; - --accent: #737373;; - --background-accent: #737373;; + --accent: #00d084;; + --background-accent: #004d2e;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);