Update src/app/layout.tsx

This commit is contained in:
2025-12-24 15:53:15 +00:00
parent 29984d4c74
commit bafc037903

View File

@@ -10,27 +10,27 @@ const publicSans = Public_Sans({
});
export const metadata: Metadata = {
title: "TechVenture - Intelligent Software Solutions for Startups",
description: "Transform your software development with TechVenture's scalable platform. Fast deployment, 24/7 support, and enterprise-grade security. Start free today.",
title: "mertesLOCKED_SELECTION JSON - Intelligent Software Solutions for Startups",
description: "Transform your software development with mertesLOCKED_SELECTION JSON's scalable platform. Fast deployment, 24/7 support, and enterprise-grade security. Start free today.",
keywords: "software development, SaaS platform, API, startup technology, cloud solutions, development platform",
robots: {
index: true,
follow: true
},
openGraph: {
title: "TechVenture - Intelligent Software Solutions",
description: "Build faster with TechVenture's powerful platform for modern development teams",
title: "mertesLOCKED_SELECTION JSON - Intelligent Software Solutions",
description: "Build faster with mertesLOCKED_SELECTION JSON's powerful platform for modern development teams",
type: "website",
siteName: "TechVenture",
siteName: "mertesLOCKED_SELECTION JSON",
images: [{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766402154996-hfblxpxy.jpg",
alt: "TechVenture platform showcase"
alt: "mertesLOCKED_SELECTION JSON platform showcase"
}]
},
twitter: {
card: "summary_large_image",
title: "TechVenture - Intelligent Software Solutions",
description: "Transform your software development with TechVenture",
title: "mertesLOCKED_SELECTION JSON - Intelligent Software Solutions",
description: "Transform your software development with mertesLOCKED_SELECTION JSON",
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766402154996-hfblxpxy.jpg"]
}
};