import Image from "next/image"; import type { Metadata } from "next"; export const metadata: Metadata = { title: "Studio", description: "Highland Games Studio is a small indie team crafting survival adventures.", }; const team = [ { name: "Mathew Simon", role: "CEO · Developer", bio: "Builds the systems, gameplay loops and tools that bring our worlds to life.", photo: "/image/Studio/Teams/CEO_Dev.jpg", }, { name: "Kevin Tostivin", role: "3D Artist · Art Director", bio: "Shapes the visual identity, environments and overall look of every Highland Games world.", photo: null, }, { name: "Axel", role: "3D Animator", bio: "Brings characters and creatures to life, giving motion and feel to everything on screen.", photo: null, }, ]; export default function StudioPage() { return (
— THE STUDIO
Highland Games Studio is an independent game studio building survival worlds we'd want to lose ourselves in. We believe small teams can craft big experiences, where every detail is made by someone who cares.
— THE PEOPLE
{m.role}
{m.bio}