Update src/app/layout.tsx

This commit is contained in:
2026-01-22 18:56:16 +00:00
parent 4544e02ab5
commit 4214582937

View File

@@ -3,37 +3,24 @@ import { Merriweather } from "next/font/google";
import "./globals.css"; import "./globals.css";
const merriweather = Merriweather({ const merriweather = Merriweather({
variable: "--font-merriweather", variable: "--font-merriweather", subsets: ["latin"],
subsets: ["latin"],
weight: ["300", "400", "700", "900"], weight: ["300", "400", "700", "900"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "PitchDrive Capital - Early-Stage Venture Fund", title: "PitchDrive Capital - Early-Stage Venture Fund", description: "Early-stage venture capital fund investing in exceptional founders building category-defining companies. Portfolio of 42 companies with 7 unicorns.", keywords: "venture capital, startup funding, early-stage investing, founder-led, venture fund", metadataBase: new URL("https://pitchdrive.vc"),
description: "Early-stage venture capital fund investing in exceptional founders building category-defining companies. Portfolio of 42 companies with 7 unicorns.",
keywords: "venture capital, startup funding, early-stage investing, founder-led, venture fund",
metadataBase: new URL("https://pitchdrive.vc"),
alternates: { alternates: {
canonical: "https://pitchdrive.vc" canonical: "https://pitchdrive.vc"
}, },
openGraph: { openGraph: {
title: "PitchDrive Capital - Venture Capital for Exceptional Founders", title: "PitchDrive Capital - Venture Capital for Exceptional Founders", description: "Early-stage venture fund backing transformative founders and category-defining companies.", url: "https://pitchdrive.vc", siteName: "PitchDrive Capital", type: "website", images: [
description: "Early-stage venture fund backing transformative founders and category-defining companies.",
url: "https://pitchdrive.vc",
siteName: "PitchDrive Capital",
type: "website",
images: [
{ {
url: "https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", url: "https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", alt: "PitchDrive venture capital team"
alt: "PitchDrive venture capital team"
} }
] ]
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "PitchDrive Capital - Early-Stage Venture Fund", description: "Investing in exceptional founders building the next generation of category-defining companies.", images: ["https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg"]
title: "PitchDrive Capital - Early-Stage Venture Fund",
description: "Investing in exceptional founders building the next generation of category-defining companies.",
images: ["https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg"]
}, },
robots: { robots: {
index: true, index: true,