Update src/app/layout.tsx
This commit is contained in:
@@ -3,34 +3,21 @@ 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: "PitchDrive - European VC Fund for Early-Stage Startups",
|
title: "PitchDrive - European VC Fund for Early-Stage Startups", description: "Venture capital fund led by founders for founders in Antwerp. We invest in European early-stage startups with bold vision and strong growth potential.", keywords: "venture capital, VC fund, antwerp, startup funding, early-stage investment, european tech", metadataBase: new URL("https://pitchdrive.eu"),
|
||||||
description: "Venture capital fund led by founders for founders in Antwerp. We invest in European early-stage startups with bold vision and strong growth potential.",
|
|
||||||
keywords: "venture capital, VC fund, antwerp, startup funding, early-stage investment, european tech",
|
|
||||||
metadataBase: new URL("https://pitchdrive.eu"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://pitchdrive.eu"
|
canonical: "https://pitchdrive.eu"
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "PitchDrive - Venture Capital for Bold Founders",
|
title: "PitchDrive - Venture Capital for Bold Founders", description: "Join PitchDrive and accelerate your startup's growth with founder-led VC expertise and strategic network.", url: "https://pitchdrive.eu", siteName: "PitchDrive", type: "website", images: [{
|
||||||
description: "Join PitchDrive and accelerate your startup's growth with founder-led VC expertise and strategic network.",
|
url: "https://img.b2bpic.net/free-photo/young-ginger-man-using-tablet-cafe_273609-16285.jpg", alt: "PitchDrive - Venture Capital Fund"
|
||||||
url: "https://pitchdrive.eu",
|
|
||||||
siteName: "PitchDrive",
|
|
||||||
type: "website",
|
|
||||||
images: [{
|
|
||||||
url: "https://img.b2bpic.net/free-photo/young-ginger-man-using-tablet-cafe_273609-16285.jpg",
|
|
||||||
alt: "PitchDrive - Venture Capital Fund"
|
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "PitchDrive - Venture Capital for Founders", description: "European VC fund investing in early-stage startups. Founded by entrepreneurs, led by founders.", images: ["https://img.b2bpic.net/free-photo/young-ginger-man-using-tablet-cafe_273609-16285.jpg"]
|
||||||
title: "PitchDrive - Venture Capital for Founders",
|
|
||||||
description: "European VC fund investing in early-stage startups. Founded by entrepreneurs, led by founders.",
|
|
||||||
images: ["https://img.b2bpic.net/free-photo/young-ginger-man-using-tablet-cafe_273609-16285.jpg"]
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user