Update src/app/layout.tsx

This commit is contained in:
2026-03-03 08:17:40 +00:00
parent 3556e975da
commit ee048683b7

View File

@@ -5,37 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3",
subsets: ["latin"],
variable: "--font-source-sans-3", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Mbatech Ventures | Tech Investment & Venture Capital",
description: "Mbatech Ventures identifies and scales transformative tech companies. We provide strategic capital and expert guidance to visionary founders building tomorrow's industry leaders.",
keywords: "venture capital, tech investment, startup funding, innovation, AI funding, fintech investment",
robots: {
title: "Mbatech Ventures | Tech Investment & Venture Capital", description: "Mbatech Ventures identifies and scales transformative tech companies. We provide strategic capital and expert guidance to visionary founders building tomorrow's industry leaders.", keywords: "venture capital, tech investment, startup funding, innovation, AI funding, fintech investment", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Mbatech Ventures - Accelerating Tech Innovation",
description: "Backing the next generation of tech leaders with strategic capital and expert guidance.",
type: "website",
siteName: "Mbatech Ventures",
images: [
title: "Mbatech Ventures - Accelerating Tech Innovation", description: "Backing the next generation of tech leaders with strategic capital and expert guidance.", type: "website", siteName: "Mbatech Ventures", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/a-futuristic-tech-innovation-dashboard-s-1772525530186-32892c76.png",
alt: "Mbatech Ventures - Tech Innovation",
},
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/a-futuristic-tech-innovation-dashboard-s-1772525530186-32892c76.png", alt: "Mbatech Ventures - Tech Innovation"},
],
},
twitter: {
card: "summary_large_image",
title: "Mbatech Ventures | Venture Capital",
description: "Identifying and scaling transformative tech companies",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/a-futuristic-tech-innovation-dashboard-s-1772525530186-32892c76.png",
],
card: "summary_large_image", title: "Mbatech Ventures | Venture Capital", description: "Identifying and scaling transformative tech companies", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/a-futuristic-tech-innovation-dashboard-s-1772525530186-32892c76.png"],
},
};