diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e634279..9b9f8d3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const mulish = Mulish({ - variable: "--font-mulish", - subsets: ["latin"], + variable: "--font-mulish", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Autonomous Capital - AI-Native Hedge Fund | Agent Economy", - description: "Experience the future of investing with Autonomous Capital. AI-native hedge fund powered by multiple autonomous agents operating 24/7. Part of the emerging agent economy.", - keywords: "autonomous agents, AI hedge fund, agent economy, autonomous trading, AI-native, decentralized finance", - metadataBase: new URL("https://autonomouscapital.io"), + title: "Autonomous Capital - AI-Native Hedge Fund | Agent Economy", description: "Experience the future of investing with Autonomous Capital. AI-native hedge fund powered by multiple autonomous agents operating 24/7. Part of the emerging agent economy.", keywords: "autonomous agents, AI hedge fund, agent economy, autonomous trading, AI-native, decentralized finance", metadataBase: new URL("https://autonomouscapital.io"), alternates: { - canonical: "https://autonomouscapital.io", - }, + canonical: "https://autonomouscapital.io"}, openGraph: { - title: "Autonomous Capital - AI-Native Hedge Fund", - description: "Multiple autonomous agents driving investment returns 24/7. The future of hedge fund management.", - url: "https://autonomouscapital.io", - siteName: "Autonomous Capital", - type: "website", - images: [ + title: "Autonomous Capital - AI-Native Hedge Fund", description: "Multiple autonomous agents driving investment returns 24/7. The future of hedge fund management.", url: "https://autonomouscapital.io", siteName: "Autonomous Capital", type: "website", images: [ { - url: "https://autonomouscapital.io/og-image.png", - alt: "Autonomous Capital dashboard", - }, + url: "https://autonomouscapital.io/og-image.png", alt: "Autonomous Capital dashboard"}, ], }, twitter: { - card: "summary_large_image", - title: "Autonomous Capital - AI-Native Hedge Fund", - description: "AI agents investing 24/7. Part of the agent economy.", - images: ["https://autonomouscapital.io/twitter-image.png"], + card: "summary_large_image", title: "Autonomous Capital - AI-Native Hedge Fund", description: "AI agents investing 24/7. Part of the agent economy.", images: ["https://autonomouscapital.io/twitter-image.png"], }, robots: { index: true, @@ -1424,4 +1409,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index c8446e0..e0c3598 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,8 +22,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Performance", href: "#metrics" }, { label: "Pricing", href: "#pricing" }, @@ -31,16 +30,14 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "#blog" }, { label: "Contact", href: "#contact" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Regulatory", href: "#" }, @@ -69,26 +66,20 @@ export default function HomePage() {
); -} \ No newline at end of file +}