Update src/app/layout.tsx

This commit is contained in:
2026-01-13 16:45:20 +00:00
parent b8afba3b5b
commit 863f3ca146

View File

@@ -10,19 +10,19 @@ const spectral = Spectral({
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Techshop VC | Early-Stage B2B Software Investment | Milan", description: "Patient capital for exceptional B2B software founders. Techshop provides seed-stage investment, hands-on support, and strategic expertise to drive growth.", keywords: "venture capital, early-stage, B2B software, seed investment, Milan, startup funding", metadataBase: new URL("https://techshop.vc"), title: "TECHSHOP | Innovation Hub", description: "TECHSHOP - Your destination for cutting-edge technology and innovation.", keywords: "techshop, technology, innovation", metadataBase: new URL("https://techshop.com"),
alternates: { alternates: {
canonical: "https://techshop.vc" canonical: "https://techshop.com"
}, },
robots: { robots: {
index: true, index: true,
follow: true follow: true
}, },
openGraph: { openGraph: {
title: "Techshop VC | Seed Stage Investment for B2B Software", description: "Partner with Techshop for patient capital and hands-on support in B2B software. Active capital for exceptional founders.", siteName: "Techshop", type: "website" title: "TECHSHOP | Innovation Hub", description: "TECHSHOP - Your destination for cutting-edge technology and innovation.", siteName: "TECHSHOP", type: "website"
}, },
twitter: { twitter: {
card: "summary_large_image", title: "Techshop VC | Early-Stage B2B Software Investment", description: "Patient capital and strategic support for exceptional B2B software founders building the future." card: "summary_large_image", title: "TECHSHOP | Innovation Hub", description: "TECHSHOP - Your destination for cutting-edge technology and innovation."
} }
}; };
@@ -1261,4 +1261,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }