Update src/app/layout.tsx
This commit is contained in:
@@ -18,12 +18,12 @@ export const metadata: Metadata = {
|
|||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Pitchdrive | Belgium's Premier Venture Capital Firm", description: "Invest in tomorrow's leaders. Join 50+ innovative startups backed by Pitchdrive.", url: "https://pitchdrive.be", siteName: "Pitchdrive", type: "website", images: [
|
title: "Pitchdrive | Belgium's Premier Venture Capital Firm", description: "Invest in tomorrow's leaders. Join 50+ innovative startups backed by Pitchdrive.", url: "https://pitchdrive.be", siteName: "Pitchdrive", type: "website", images: [
|
||||||
{
|
{
|
||||||
url: "https://img.b2bpic.net/free-photo/start-up-business-goals-strategy_53876-124798.jpg", alt: "Pitchdrive venture capital"
|
url: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&h=630&fit=crop", alt: "Pitchdrive venture capital"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image", title: "Pitchdrive | Belgium VC Fund", description: "Leading venture capital firm backing innovative European startups", images: ["https://img.b2bpic.net/free-photo/start-up-business-goals-strategy_53876-124798.jpg"]
|
card: "summary_large_image", title: "Pitchdrive | Belgium VC Fund", description: "Leading venture capital firm backing innovative European startups", images: ["https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&h=630&fit=crop"]
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
@@ -1266,4 +1266,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user