Update src/app/layout.tsx

This commit is contained in:
2026-01-22 13:13:47 +00:00
parent bcd1bea678
commit 1d77f38250

View File

@@ -3,36 +3,23 @@ import { Nunito } from "next/font/google";
import "./globals.css"; import "./globals.css";
const nunito = Nunito({ const nunito = Nunito({
variable: "--font-nunito", variable: "--font-nunito", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Kapitoshka Venture Capital | Early-Stage VC Investments", title: "Kapitoshka Venture Capital | Early-Stage VC Investments", description: "Kapitoshka partners with exceptional founders to build transformative companies. We invest in climate tech, enterprise software, and fintech with a $250M AUM.", keywords: "venture capital, VC fund, startup investment, early-stage funding, climate tech, enterprise software, fintech", metadataBase: new URL("https://kapitoshka.vc"),
description: "Kapitoshka partners with exceptional founders to build transformative companies. We invest in climate tech, enterprise software, and fintech with a $250M AUM.",
keywords: "venture capital, VC fund, startup investment, early-stage funding, climate tech, enterprise software, fintech",
metadataBase: new URL("https://kapitoshka.vc"),
alternates: { alternates: {
canonical: "https://kapitoshka.vc" canonical: "https://kapitoshka.vc"
}, },
openGraph: { openGraph: {
title: "Kapitoshka Venture Capital", title: "Kapitoshka Venture Capital", description: "Partnering with exceptional founders to build the next generation of transformative companies", url: "https://kapitoshka.vc", siteName: "Kapitoshka", type: "website", images: [
description: "Partnering with exceptional founders to build the next generation of transformative companies",
url: "https://kapitoshka.vc",
siteName: "Kapitoshka",
type: "website",
images: [
{ {
url: "https://img.b2bpic.net/free-photo/start-up-business-goals-strategy_53876-124798.jpg", url: "https://img.b2bpic.net/free-photo/start-up-business-goals-strategy_53876-124798.jpg", alt: "Kapitoshka Venture Capital"
alt: "Kapitoshka Venture Capital"
} }
] ]
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "Kapitoshka Venture Capital", description: "Early-stage venture capital fund investing in climate tech, enterprise software, and fintech", images: ["https://img.b2bpic.net/free-photo/start-up-business-goals-strategy_53876-124798.jpg"]
title: "Kapitoshka Venture Capital",
description: "Early-stage venture capital fund investing in climate tech, enterprise software, and fintech",
images: ["https://img.b2bpic.net/free-photo/start-up-business-goals-strategy_53876-124798.jpg"]
}, },
robots: { robots: {
index: true, index: true,